Skip to main content
API keys are for server-to-server integrations. They are team-scoped and start with mio_sk_.

Create a key

Managing API keys requires a platform JWT. An API key cannot create another key. The create endpoint accepts two body shapes — a flat body or a full JSON:API envelope. Both are equivalent. Flat body (shorthand):
JSON:API envelope (full form):
Supplying a wrong type value returns 422. The full secret is returned once:
Store secret immediately. Later list and retrieve calls only return the prefix and metadata.

Use a key

Revoke a key

Revocation returns 204 No Content.