Set up authentication with an Access Token for your integration
Overview
Token authentication uses an Access Token provided by the external system to authenticate. The Aisera Platform will make an authentication request to the provided URL using the Authorization header with the Bearer prefix as shown below.
Authorization:Bearer <token>
If you you need to use the Raw Access token without the Bearer prefix, use Basic Authentication.
Fields
Fields
Description
Access Token
The Access Token that is provided by the external system you are integrating with.