https://api.member.dev plus the canonical /api/v1 path prefix. Bare /api routes may still respond for backward compatibility, but new integrations should use /api/v1.
Use it for:
- Exact paths and methods.
- Path, query, and body parameters.
- Request and response schemas.
- Current endpoint tags.
- Which endpoints to combine for a workflow.
- Which credential to use.
- What product concepts mean.
- Alpha caveats that are not obvious from OpenAPI alone.
Authentication in the playground
Most endpoints use bearer authentication. Paste one of these into the auth field:- A platform access token.
- A contact access token.
- A team API key beginning with
mio_sk_.