All API requests require Bearer token authentication in the Authorization header:
Authorization: Bearer YOUR_API_TOKEN
The API validates:
Tokens are cryptographically signed JSON Web Tokens (JWT) that contain:
Creation → Active → Expired/Revoked
Causes:
Solutions:
Authorization: Bearer YOUR_TOKENCauses:
Solutions:
Causes:
Solutions: