Send your bearer token
Include your token in theAuthorization header:
Example
Unauthorized responses
You’ll receive401 Unauthorized if the token is missing or invalid.
Authenticate with a Bearer token (JWT) in the Authorization header.
Authorization header:
401 Unauthorized if the token is missing or invalid.