Authentication API
Reference pages for Cobru authentication and token refresh.
The Cobru API currently uses a layered model:
x-api-keyAuthorization: Bearer {access}
Available endpoint
| Endpoint | Method | Status |
|---|---|---|
/token/refresh/ | POST | verified against live sandbox behavior |
Notes for implementers
- The body field is
refresh, notrefresh_token. - Keep the API key, refresh token, and access token server-side.
- Cache the access token for no more than 50 minutes.
Continue with the Refresh token page for request and response details.