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:
(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.)