authentication_error401What happened
The API could not authenticate your request. This happens when theAuthorization header is absent, does not use the Bearer scheme, or the token does not match any active token in the system.
How to fix
Include a valid API token in every request using theBearer scheme:
Common causes
Authorization header is missing
Authorization header is missing
Wrong Authorization scheme
Wrong Authorization scheme
Token has been revoked
Token has been revoked
If a token is deleted from the dashboard, all subsequent requests using it return
TOKEN_INVALID.
Create a new token and update your integration.