Client Credentials
(client_id + client_secret).
After that supply the Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
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.