WSO2 · Schema
Application key generation request object
ApplicationKeyGenerateRequest schema from WSO2 API Manager
API ManagementGatewaysOpen-SourceAPI LifecycleGraphQLSOAPREST
Properties
| Name | Type | Description |
|---|---|---|
| keyType | string | |
| keyManager | string | key Manager to Generate Keys |
| grantTypesToBeSupported | array | Grant types that should be supported by the application |
| callbackUrl | string | Callback URL |
| scopes | array | Allowed scopes for the access token |
| validityTime | string | |
| clientId | string | Client ID for generating access token. |
| clientSecret | string | Client secret for generating access token. This is given together with the client Id. |
| additionalProperties | object | Additional properties needed. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/wso2/refs/heads/main/json-schema/devportal-api-application-key-generate-request-schema.json",
"title": "Application key generation request object",
"description": "ApplicationKeyGenerateRequest schema from WSO2 API Manager",
"required": [
"grantTypesToBeSupported",
"keyType"
],
"type": "object",
"properties": {
"keyType": {
"type": "string",
"enum": [
"PRODUCTION",
"SANDBOX"
]
},
"keyManager": {
"type": "string",
"description": "key Manager to Generate Keys",
"example": "Resident Key Manager"
},
"grantTypesToBeSupported": {
"type": "array",
"description": "Grant types that should be supported by the application",
"example": [
"password",
"client_credentials"
],
"items": {
"type": "string"
}
},
"callbackUrl": {
"type": "string",
"description": "Callback URL",
"example": "http://sample.com/callback/url"
},
"scopes": {
"type": "array",
"description": "Allowed scopes for the access token",
"example": [
"am_application_scope",
"default"
],
"items": {
"type": "string"
}
},
"validityTime": {
"type": "string",
"example": "3600"
},
"clientId": {
"type": "string",
"description": "Client ID for generating access token.",
"readOnly": true,
"example": "sZzoeSCI_vL2cjSXZQmsmV8JEyga"
},
"clientSecret": {
"type": "string",
"description": "Client secret for generating access token. This is given together with the client Id.",
"readOnly": true,
"example": "nrs3YAP4htxnz_DqpvGhf9Um04oa"
},
"additionalProperties": {
"type": "object",
"properties": {},
"description": "Additional properties needed.",
"example": {}
}
}
}
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/devportal-api-application-key-generate-request"
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.