API Reference
Authentication
Authenticate every Conrad API request with a bearer token.
Bearer token authentication
Authorization header
Authorization: Bearer YOUR_API_KEY| Status | Meaning | What to do |
|---|---|---|
| 401 | Missing or invalid token | Check the header and token format. |
| 403 | Token has no access | Verify workspace and environment permissions. |
| 429 | Too many requests | Retry with backoff. |