Properties
| Name | Type | Description |
|---|---|---|
| distinctiveRingEnabled | boolean | Enable/disable a distinctive ring pattern that identifies calls coming from a specific phone number. |
| phoneNumbers | array | Information about the number. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/GetNumbers",
"title": "GetNumbers",
"type": "object",
"required": [
"phoneNumbers"
],
"properties": {
"distinctiveRingEnabled": {
"type": "boolean",
"example": true,
"description": "Enable/disable a distinctive ring pattern that identifies calls coming from a specific phone number."
},
"phoneNumbers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"primary": {
"type": "boolean",
"example": true,
"description": "Flag to indicate if the number is primary or not."
},
"directNumber": {
"type": "string",
"example": "2143456789",
"description": "Phone number."
},
"extension": {
"type": "string",
"example": "1234",
"description": "Extension."
},
"routingPrefix": {
"type": "string",
"example": "1234",
"description": "Routing prefix of location."
},
"esn": {
"type": "string",
"example": "12341234",
"description": "Routing prefix + extension of a person or workspace."
},
"ringPattern": {
"type": "string",
"enum": [
"NORMAL",
"LONG_LONG",
"SHORT_SHORT_LONG",
"SHORT_LONG_SHORT"
],
"description": "Optional ring pattern. Applicable only for alternate numbers.\n * `NORMAL` - Normal incoming ring pattern.\n * `LONG_LONG` - Incoming ring pattern of two long rings.\n * `SHORT_SHORT_LONG` - Incoming ring pattern of two short rings, followed by a long ring.\n * `SHORT_LONG_SHORT` - Incoming ring pattern of a short ring, followed by a long ring, followed by a short ring.\n"
}
}
},
"description": "Information about the number."
}
}
}
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/webex-getnumbers"
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.