C
clarify-go
Details
Authentication
Create an integration from Clarify's UI as shown in Create an integration, then create OAuth 2.0 credentials for that integration. Download and securely store the clarify-credentials.json file immediately; Clarify says it cannot be downloaded again after the window is closed. Use the clientId and clientSecret from that file to request a bearer token from https://api.clarify.io/v1/oauth/token with grant_type=client_credentials and audience=https://api.clarify.io/v1/, as documented in Transport protocol (HTTP).