The HTTP Authorization request header contains the credentials to authenticate a user agent with a server. Every request that is made needs to have this header with a token in the following format
1
Authorization: Bearer {token}
Copied!
You obtain the token by making a request to the following endpoint