Wiki

Clone wiki

pushmon / Authentication

Each PushMon API request requires authenticated access through an API key. A unique API key identifies the user whenever a request is made to PushMon servers.

The current API key can be viewed on the Account page. Generating a new unique key will invalidate all existing applications that uses the previous API key. Do not share this key to anyone.

To be able to authenticate, all HTTP requests should include the following header:

pushmon-api-key: '2a9e80f8-d5e7-48fa-a276-2442b790c468'

Updated