Authentication
Authentication
Authorization: Bearer YOUR_BEARER_TOKEN
📘 For instructions of generating API tokens, see the Generate A JWT Bearer Token section
🚧 Authentication Errors
| HTTP STATUS CODE | Description |
|---|---|
| 401 | Indicates the provided JWT Bearer Token is either invalid or expired |
| 403 | Indicates the provided JWT Bearer Token lacks sufficient privilege to perform the requested action |
Updated 3 days ago