Authentication
This section showcases how the 2 types of Authentication mechanisms we support
Last updated
This section showcases how the 2 types of Authentication mechanisms we support
Last updated
If you have chosen the access token approach then for authentication to work you will need to pass the token in request headers in the following manner
Authorization
JWT <access_token>
JWT remains constant following by a space and then the access token received from the associated API
If you have chosen the API key approach then for authentication to work you will need to pass the token in request headers in the following manner
x-api-key
<api_key>
Pass the API key generated from the UI as is in the header