Stytch · Schema
Stytch M2M Client
A machine-to-machine OAuth 2.0 client used for service-to-service authentication via the client_credentials grant. Each client mints short-lived JWT access tokens scoped to a defined set of resources.
AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools
Properties
| Name | Type | Description |
|---|---|---|
| client_id | string | Identifier used in OAuth token requests. |
| client_secret | string | Returned only at creation and rotation. |
| client_name | string | |
| client_description | string | |
| status | string | |
| scopes | array | Scopes minted into the access token JWT (e.g. read:invoices, write:invoices). |
| trusted_metadata | object | |
| created_at | string | |
| next_rotation_started_at | string | Timestamp marking the start of an in-progress secret rotation. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/stytch/main/json-schema/stytch-m2m-client-schema.json",
"title": "Stytch M2M Client",
"description": "A machine-to-machine OAuth 2.0 client used for service-to-service authentication via the client_credentials grant. Each client mints short-lived JWT access tokens scoped to a defined set of resources.",
"type": "object",
"required": ["client_id", "scopes"],
"properties": {
"client_id": {
"type": "string",
"description": "Identifier used in OAuth token requests."
},
"client_secret": {
"type": "string",
"description": "Returned only at creation and rotation.",
"writeOnly": true
},
"client_name": {
"type": "string"
},
"client_description": {
"type": "string"
},
"status": {
"type": "string",
"enum": ["active", "inactive"]
},
"scopes": {
"type": "array",
"items": { "type": "string" },
"description": "Scopes minted into the access token JWT (e.g. read:invoices, write:invoices)."
},
"trusted_metadata": { "type": "object" },
"created_at": { "type": "string", "format": "date-time" },
"next_rotation_started_at": {
"type": "string",
"format": "date-time",
"description": "Timestamp marking the start of an in-progress secret rotation."
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/stytch-m2m-client"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.