Using Rest API
Using Rest API
To authenticate in our Rest API, you need to use an Access Token.
Add the token into the Authorization header like this:
Authorization: Bearer <ACCESS_TOKEN>
To learn which API requests to make, see code examples throughout the product or check out our Rest API Reference
Updated 12 days ago