API Tokens
Last updated
Was this helpful?
Last updated
Was this helpful?
The Marketplace Platform uses API tokens to authenticate requests to the .
Your API token must be included in the Authorization HTTP header with the Bearer prefix for authentication. For example, the following request could be used to retrieve a list of buyers:
Your API keys have permissions assigned to them, so keep them secure. Do not share your secret API keys in public areas like GitHub or client-side code.
All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.
As an account administrator, you can view and manage your tokens on the API tokens page. The page is available under Settings in the main menu.
You also have action links that allow you to enable, disable, or delete the token. Additionally, you can edit the token's details.
To view the details page of a token, select the token in the API token column.
When you open the details page, it shows the token's name, marketplace ID, and status. The page also contains the following tabs that display corresponding information:
General
Displays the token's description and allows you to show, hide, and copy the values.
Modules
Displays the modules that the API token has been granted access to within the scope of an account.
Details
Displays the date and time information for your selected token, for example, the date and time when the token was created.
Audit trail
You can perform various actions on the details page. The available actions depend on the token's current status:
The page shows all tokens associated with your account. For each token, you can view details such as the token's name, the creator's name, the creation date, and the token's current .
Displays an audit trail of all changes and events. To learn more, see .