Authentication
An overview of the two supported methods of authenticating our REST API.
Last updated
Was this helpful?
An overview of the two supported methods of authenticating our REST API.
Last updated
Was this helpful?
We recommend using the OAuth2 authentication flow when integrating with our REST API. It utilizes the as a medium of exchange and a for access control. After the authentication exchange is implemented, the returned access token allows you to perform HTTP requests efficiently.
Read about how to implement to get started.
We also support Basic Auth for authenticating with a Service Account. While this is not recommended for production-level integrations, it can be quite useful for quick experimentation and prototyping. It is disabled by default but can be .
Read about how to implement to get started.