API Authentication
Create your API token (per team)
Create your API token here:

Using your token
All API routes require authentication using an API token. Include your token in the Authorization
header as a bearer token:
Authorization: Bearer <api-token>
Last updated