401 - Unauthorized

You will get this response if your request is missing a Bearer token or has an invalid token. If you get this, ensure you have correctly copied your integration's token from the admin panel and you are sending it under the Authorization header as Bearer <Your Token>.

Example:

{
  "message": "Missing token",
  "code": "UNAUTHORIZED"
}