Kinde · Schema
Application
A Kinde application — an OAuth/OIDC client registered in a Kinde business. Applications can be regular web apps, single-page apps, native apps, or machine-to-machine (M2M) clients.
AuthenticationAuthorizationCustomer IdentityIdentity ManagementOpenID ConnectSingle Sign-OnMulti-Factor AuthenticationRole-Based Access ControlFeature FlagsBillingB2BSoftware-as-a-ServiceDeveloper Platform
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Application id (e.g. app_a1b2c3). |
| name | string | |
| type | string | Application kind: reg=regular web app, spa=single-page, m2m=machine-to-machine, native=native/mobile. |
| client_id | string | OAuth client id. |
| client_secret | stringnull | OAuth client secret (returned only on creation for confidential clients). |
| login_uri | stringnull | |
| homepage_uri | stringnull | |
| redirect_uris | array | |
| logout_uris | array | |
| token_endpoint_auth_method | stringnull |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.com/schemas/kinde/application",
"title": "Application",
"description": "A Kinde application — an OAuth/OIDC client registered in a Kinde business. Applications can be regular web apps, single-page apps, native apps, or machine-to-machine (M2M) clients.",
"type": "object",
"required": ["id", "type"],
"properties": {
"id": {
"type": "string",
"description": "Application id (e.g. app_a1b2c3)."
},
"name": {
"type": "string"
},
"type": {
"type": "string",
"enum": ["reg", "spa", "m2m", "native"],
"description": "Application kind: reg=regular web app, spa=single-page, m2m=machine-to-machine, native=native/mobile."
},
"client_id": {
"type": "string",
"description": "OAuth client id."
},
"client_secret": {
"type": ["string", "null"],
"description": "OAuth client secret (returned only on creation for confidential clients)."
},
"login_uri": {
"type": ["string", "null"],
"format": "uri"
},
"homepage_uri": {
"type": ["string", "null"],
"format": "uri"
},
"redirect_uris": {
"type": "array",
"items": { "type": "string", "format": "uri" }
},
"logout_uris": {
"type": "array",
"items": { "type": "string", "format": "uri" }
},
"token_endpoint_auth_method": {
"type": ["string", "null"],
"enum": ["client_secret_basic", "client_secret_post", "none", null]
}
}
}
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/kinde-application"
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.