Skip to main content

Base URL

Download the OpenAPI spec: https://mcp.echozero.app/api/docs-json

Response envelope

Success:
Paginated lists:
Errors: see Error codes.

Pagination

Query parameters on list endpoints: Example paging loop:

Rate limits

Headers: X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After (on 429).

Idempotency

Authentication required

Unless documented as public (marketplace browse, inbound webhooks, OAuth authorize), all /api/v1/* routes require x-api-key or Authorization: Bearer.

Versioning

API paths are prefixed with /v1/. See Versioning policy.