- Obtain Client Credentials You will be provided with:
- URL
- Client ID
- Client Secret These values are generated by Involve and will uniquely identify and secure your application.
- Request an Access Token
POST request to the SQOD token endpoint:
- Receive an Access Token
access_token – The token used to authorize API requests
expires_in – Token lifetime in seconds (3600 = 1 hour)
token_type – Always "Bearer"
- Call the API with the Token
