Authentication (EN)
⚙️
Authentication
We put the security of our API first, which is why we use OAuth2 authentication. This provides a robust and secure way to access our API for integration with your systems or software.
Here's how it works:
- Getting OAuth2 token: To access the Postbird API, you must obtain a valid OAuth2 token. You can obtain this token through your Postbird account in settings. Go to "Settings" and look for the "Integration token" section. Here you can generate a token specific to your integration.
- Inclusion in each API call: The obtained OAuth2 token must be included in the 'X-Ecerium-AccessToken' authentication header for each API call. This ensures that our API knows the call is legitimate and grants access to the correct data.
Read more: Who pays?