Skip to main content

Authentication

Partnr API uses API keys to authenticate requests.

If you don't have one, contact us by clicking on the button below.

→ Get an API key


On every request you send, you must add a header with your API key:

Authorization: Bearer <YOUR_API_KEY>

All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.


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.