Properties
| Name | Type | Description |
|---|---|---|
| type | string | The resource type. |
| id | string | The app's unique identifier. |
| title | string | The app's display name. |
| image | string | URL of the app's icon. |
| is_oauth | boolean | Whether the app uses OAuth for authentication. |
| has_fields | boolean | Whether the app has input fields a user must fill in when connecting. |
| has_byoc | boolean | Whether the app requires the user to supply their own OAuth client credentials (client ID and/or client secret) when connecting. This is a best-effort heuristic based on the app's auth field names and |
| links | object | Related URLs for this app. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "WhitelabelApp",
"description": "An app available for whitelabel connection.",
"$id": "https://raw.githubusercontent.com/api-evangelist/zapier/refs/heads/main/json-schema/partner-api-whitelabel-app-schema.json",
"type": "object",
"properties": {
"type": {
"type": "string",
"readOnly": true,
"default": "app",
"description": "The resource type.",
"example": "app"
},
"id": {
"type": "string",
"readOnly": true,
"description": "The app's unique identifier.",
"example": "500123"
},
"title": {
"type": "string",
"description": "The app's display name.",
"example": "Example Name"
},
"image": {
"type": "string",
"format": "uri",
"description": "URL of the app's icon.",
"example": "https://example.com/path/abc123"
},
"is_oauth": {
"type": "boolean",
"readOnly": true,
"description": "Whether the app uses OAuth for authentication.",
"example": true
},
"has_fields": {
"type": "boolean",
"readOnly": true,
"description": "Whether the app has input fields a user must fill in when connecting.",
"example": true
},
"has_byoc": {
"type": "boolean",
"readOnly": true,
"description": "Whether the app requires the user to supply their own OAuth client credentials (client ID and/or client secret) when connecting. This is a best-effort heuristic based on the app's auth field names and labels.",
"example": true
},
"links": {
"allOf": [
{
"$ref": "#/components/schemas/WhitelabelAppLinks"
}
],
"readOnly": true,
"description": "Related URLs for this app.",
"example": "example-value"
}
},
"required": [
"has_byoc",
"has_fields",
"id",
"image",
"is_oauth",
"links",
"title",
"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/partner-api-whitelabel-app"
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.