Bearer Token

The Bearer Token authentication type adds an Authorization header with the following format using the given token: Bearer <token>, it requires the following parameter:

NameDescription

Token

The token to use

Last updated