Access & Refresh Tokens
Last updated
Was this helpful?
Last updated
Was this helpful?
API endpoints require token based authentication. You can with your user credentials. You will receive an access token in JWT format. (see section in the previous page)
Set your request header "Authorization: Bearer <YOUR-ACCESS-TOKEN>"