Developers Guide/API Reference/Base URL & Authentication

Base URL & Authentication

Base URL

All requests should be prefixed with the base URL of Pushblitz API server: https://api.pushblitz.com


Authentication

Most endpoints in the Pushblitz API are protected and require a channel-specific API key. Pass the API key in the Authorization header:

Authorization: Key YOUR_API_KEY_HERE

(Note: For successful authentication, you must first create your API key in the Pushblitz Dashboard. See Generating a New API Key in the Users Guide.)