Access & Refresh Tokens

API endpoints require token based authentication. You can Generate Access Token with your user credentials. You will receive an access token in JWT format. (see JWT section in the previous page)

Set your request header "Authorization: Bearer <YOUR-ACCESS-TOKEN>"

Last updated