Salesforce · Schema
AuthorizationCode
Fortune 500Artificial IntelligenceAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales
Properties
| Name | Type | Description |
|---|---|---|
| authorizationUrl | string | |
| tokenUrl | string | |
| scopes | object |
JSON Schema
{
"type": "object",
"properties": {
"authorizationUrl": {
"type": "string",
"example": "https://www.example.com"
},
"tokenUrl": {
"type": "string",
"example": "https://www.example.com"
},
"scopes": {
"type": "object",
"properties": {
"visualforce": {
"type": "string",
"example": "example_value"
},
"address": {
"type": "string",
"example": "example_value"
},
"custom_permissions": {
"type": "string",
"example": "example_value"
},
"openid": {
"type": "string",
"example": "500123"
},
"profile": {
"type": "string",
"example": "example_value"
},
"refresh_token": {
"type": "string",
"example": "CAUQAA"
},
"wave_api": {
"type": "string",
"example": "example_value"
},
"web": {
"type": "string",
"example": "example_value"
},
"phone": {
"type": "string",
"example": "example_value"
},
"offline_access": {
"type": "string",
"example": "example_value"
},
"chatter_api": {
"type": "string",
"example": "example_value"
},
"id": {
"type": "string",
"example": "abc123"
},
"api": {
"type": "string",
"example": "example_value"
},
"eclair_api": {
"type": "string",
"example": "example_value"
},
"email": {
"type": "string",
"example": "user@example.com"
},
"pardot_api": {
"type": "string",
"example": "example_value"
},
"full": {
"type": "string",
"example": "example_value"
}
},
"required": [
"visualforce",
"address",
"custom_permissions",
"openid",
"profile",
"refresh_token",
"wave_api",
"web",
"phone",
"offline_access",
"chatter_api",
"id",
"api",
"eclair_api",
"email",
"pardot_api",
"full"
]
}
},
"required": [
"authorizationUrl",
"tokenUrl",
"scopes"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "AuthorizationCode"
}
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/salesforce-authorization-code"
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.