The Coverbase API uses bearer token authentication. Every request must include your API key in theDocumentation Index
Fetch the complete documentation index at: https://docs.coverbase.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorization header.
Request an API key
API keys are provisioned by Coverbase admins in your organization. Contact your admin or your Coverbase account manager to request one.Base URL
Authorization header
Include your key as a bearer token in every request:Test your connection
Use the/v1/utils/authtest endpoint to verify three things at once: your key is valid, you can reach Coverbase’s servers, and your firewall or proxy allows outbound HTTPS traffic.
200 OK:
Common errors
401 Unauthorized
401 Unauthorized
403 Forbidden
403 Forbidden
Your API key is valid but lacks permission for the resource you’re accessing. The Coverbase API enforces the same role and scope rules as the dashboard. Ask your admin to confirm your key’s permissions.
Network timeouts
Network timeouts
Check your VPN, proxy, and firewall rules. Coverbase requires outbound HTTPS access to
api.coverbase.app.Unauthenticated requests are rejected. There is no public unauthenticated surface area on the API.