Client Credentials(client_id + client_secret).
After that supply the Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How to authenticate requests to the Setle API
Client Credentials(client_id + client_secret).
After that supply the Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Authorization: Bearer <token>
{
"client_id": "875307d2-88ce-44bb-a825-66a8a6cc3c97",
"client_secret": "e31b54d7c68963f7b8248253bcdf6b12e4374d3f498d32e44810af03c1430f1c"
}