Managing Credentials
Integrator Account
The Integrator account provides all credentials needed for authentication and obtaining an access token, necessary to get authorization to consume the API. Before you can get started, an Integrator account needs to be generated. Once generated the client-id and an initial client secret is provided.
Generate Account
Enter Customer Portal and choose Developer in the settings menu.
Under API Credentials -> Account, click Add new.
In the Create a new Client Secret dialog that shows up, optionally enter a name for the secret that will be generated and an expiry date. Finally click Add.
In the Your Client Secret dialog, copy the secret that is presented for you. Ensure the secret is copied and stored in a safe place before the dialog is closed. The secret will only be shown once, while the dialog is open.
Close the Your Client Secret dialog and also copy the client id, that now are shown under Account, and store it in a safe place.
The obtained credentials can be used for API authentication to retrieve an access token.
Additional Secrets
Up to 10 secrets can be created for an Integrator account. This allows additional secrets to be used to differentiate between environments and applications, or for rotation of secrets.
Secrets are managed under API Credentials -> Secrets.
Last updated