<aside> 🙏

Questions? [email protected]

</aside>


Authentication

Clarify uses OAuth and currently supports the Implicit, Authorization Code, and Refresh Token grants. We create OAuth apps for trusted partners, but allow anyone to explore the API using a test application called API Explorer for Pilots.

<aside> đź’ˇ

An OAuth access token for testing can be easily obtained using OAuth Tools: https://oauth.tools/c/968c660fa8abd0f2b2f5c6d7#THVJ1q+jArCDJlbz9k3aWLSCA7ua5sa7SAO8jwi+YX8=

</aside>

OAuth app:

Add the Authorization: Bearer {access-token} header to all authenticated API calls.

Root URL

https://api.getclarify.ai/v1/workspaces/{slug}/*

Slug is the workspace ID assigned to the customer’s organization. You can find it in the URL when logging in or by clicking your avatar in the application:

image.png