API Documentation
Authentication
How to authenticate requests to the Setle API
All API endpoints are authenticated using Bearer tokens, a new token can be generated using the Create new Access Token endpoint with your Client Credentials
(client_id + client_secret).
After that supply the Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Client Credentials
At this moment you can’t manage the Client Credentials in the UI yourself. Therefore if you need a new set of credentials or you want to delete/deactivate an existing set please contact the Setle team.
This is an example Client Credentials set that you will receive:
It is possible to create multiple sets per environment if desired.