Base URL
Authentication
All/v1/* endpoints require an API key passed as a Bearer token:
Workspace Header
Every request should includex-workspace-id so Monid knows which workspace to operate against. Get the list of workspaces the caller can access with GET /v1/auth/workspaces.
Endpoints
Auth
Endpoints
Runs
Wallet
Request Format
All request bodies must be JSON withContent-Type: application/json.
Response Format
All responses return JSON. Successful responses return the resource directly. Error responses return:Pagination
All list endpoints use cursor-based pagination: Request:
Response:
cursor is null or absent, you’ve reached the last page.
Error Codes
Request Tracing
Every request is assigned a unique request ID via thex-request-id header. Include this ID when reporting issues.