DocsAPI Overview

API Overview

Integrate Pushit with your applications

API Overview

Build custom integrations with the Pushit API.

Base URL

https://api.pushit.so/v1

Authentication

All API requests require an API key in the header:

Authorization: Bearer YOUR_API_KEY

Rate Limits

  • 100 requests per minute
  • 10,000 requests per day
  • Response Format

    All responses are JSON with this structure:

    {
      "success": true,
      "data": {...}
    }