Skip to content

Authentication

B2B (Backend to Backend)

All b2b endpoints are secured with an API key, which is a special token that the client needs to provide when making API calls. The key is sent in the request header:

x-api-key: qwerty_1234

Warning

API key secures sensitive data, so it MUST be kept secret!