post https://api.saq.digital/v2/finance/auth-token/
Body Details
{
"client_id": "xxxxxxxxxxxxxxxxxxxxxxxxxx",
"client_secret": "xxxxxxxxxxxxxxxxxxxxxxx"
}
Field | Description | Required or Optional |
---|---|---|
client_id | This is a public identifier for the client application (used during the OAuth 2.0 authorization request) | required |
client_secret | The Client Secret is highly confidential and should be utilized for authenticating and enabling requests within the SaQ.Digital Endpoints | required |
SaQ.Digital will be responsible for providing the procedure that clients should follow to obtain the client_id and client_secret.