Stytch · Schema
api_connectedapps_v1_connected_apps_clients_UpdateRequest
Request type
AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools
Properties
| Name | Type | Description |
|---|---|---|
| client_name | string | A human-readable name for the client. |
| client_description | string | A human-readable description for the client. |
| redirect_urls | array | Array of redirect URI values for use in OAuth Authorization flows. |
| full_access_allowed | boolean | Valid for first party clients only. If `true`, an authorization token granted to this Client can be exchanged for a full Stytch session. |
| access_token_expiry_minutes | integer | The number of minutes before the access token expires. The default is 60 minutes. |
| access_token_custom_audience | string | The custom audience for the access token. |
| access_token_template_content | string | The content of the access token custom claims template. The template must be a valid JSON object. |
| post_logout_redirect_urls | array | Array of redirect URI values for use in OIDC Logout flows. |
| logo_url | string | The logo URL of the Connected App, if any. |
| bypass_consent_for_offline_access | boolean | Valid for first party clients only. If true, the client does not need to request explicit user consent for the `offline_access` scope. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/api_connectedapps_v1_connected_apps_clients_UpdateRequest",
"title": "api_connectedapps_v1_connected_apps_clients_UpdateRequest",
"type": "object",
"properties": {
"client_name": {
"type": "string",
"description": "A human-readable name for the client."
},
"client_description": {
"type": "string",
"description": "A human-readable description for the client."
},
"redirect_urls": {
"type": "array",
"items": {
"type": "string"
},
"description": "Array of redirect URI values for use in OAuth Authorization flows."
},
"full_access_allowed": {
"type": "boolean",
"description": "Valid for first party clients only. If `true`, an authorization token granted to this Client can be exchanged for a full Stytch session."
},
"access_token_expiry_minutes": {
"type": "integer",
"format": "int32",
"description": "The number of minutes before the access token expires. The default is 60 minutes."
},
"access_token_custom_audience": {
"type": "string",
"description": "The custom audience for the access token."
},
"access_token_template_content": {
"type": "string",
"description": "The content of the access token custom claims template. The template must be a valid JSON object."
},
"post_logout_redirect_urls": {
"type": "array",
"items": {
"type": "string"
},
"description": "Array of redirect URI values for use in OIDC Logout flows."
},
"logo_url": {
"type": "string",
"description": "The logo URL of the Connected App, if any."
},
"bypass_consent_for_offline_access": {
"type": "boolean",
"description": "Valid for first party clients only. If true, the client does not need to request explicit user consent for the `offline_access` scope."
}
},
"description": "Request type"
}
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-api-connectedapps-v1-connected-apps-clients-updaterequest"
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.