Client overview


To make it easier to get started with integrations, the client overview is now available to administrators.

This will give you the freedom to grant access for developers to your feed API so they can integrate with feed. 
 
 
 
 

Here you can now create and maintain API clients. The fields that can be filled out:


When the access has been created, the recipient must receive this information along with other important information so that they can start reviewing the documentation and obtain the access token.


Below is the recommended information you should send to the recipient (change the red text).


Hi and welcome as a user of the FEED API.

To get started with integration, you can read the API documentation at:




To use the API, you need to use OAuth 2.0 to obtain an access token:

Client ID: Insert feed client ID

Client secret: Insert feed client secret/password


Grant type: Client Credentials with Basic Auth Header


Token server: 


Set the auth header in the API call with the access token from the token server:

Authorization: Bearer <access-token>


Token timeout: 36000 seconds