Integrate Pushit with your applications
Build custom integrations with the Pushit API.
https://api.pushit.so/v1
All API requests require an API key in the header:
Authorization: Bearer YOUR_API_KEY
All responses are JSON with this structure:
{
"success": true,
"data": {...}
}