API Reference
Integrate Dispatchy with your custom applications.
Authentication
Authenticate your account when using the API by including your secret API key in the request. You can manage your API keys in the Dashboard. Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
Example Request
curl https://api.getdispatchy.com/v1/subscribers \
-H "Authorization: Bearer sk_test_123456789"Endpoints
Work in Progress
Public documentation for developer API endpoints is currently under development.