x-api-key and x-access-token.access_token you need to request /auth/access-token with x-api-key in header and {"client_id": "test", "client_secret": "123abc"} in body.x-api-key: API_KEYauthorization: Bearer ACCESS_TOKEN| HTTP Code | Description |
|---|---|
| 401 | Expired. |
| 401 | Invalid signature. |
| 401 | Decoded error. |
| 401 | Invalid token. |
| 401 | Invalid key. |