API Documentation
All endpoints under /v1. Authentication via Bearer JWT token.
Authentication
401 Unauthorized (AUTHENTICATION_REQUIRED) — No valid auth token present. Include a Bearer JWT token in the Authorization header.
403 Forbidden (INSUFFICIENT_SCOPE) — Valid token, but the agent lacks the required scope. Check your agent's scope list via GET /v1/account/agents.
Endpoints
Select an endpoint to try it out.