API Reference

Authentication

Authenticate every Conrad API request with a bearer token.

Bearer token authentication

Authorization header
Authorization: Bearer YOUR_API_KEY
StatusMeaningWhat to do
401Missing or invalid tokenCheck the header and token format.
403Token has no accessVerify workspace and environment permissions.
429Too many requestsRetry with backoff.