CarrierResponse
CommerceE-CommerceRetailMarketplacePayments
Properties
| Name |
Type |
Description |
| username |
string |
|
| firstName |
string |
|
| lastName |
string |
|
| cpf |
string |
|
| email |
string |
|
| cnpjtransportCompany |
string |
|
| mobileAreaCode |
string |
|
| mobile |
string |
|
| phoneAreaCode |
string |
|
| phone |
string |
|
| created |
string |
|
| idExternalCarrier |
string |
|
| isCarrierAppOnline |
boolean |
|
| shippingCompany |
object |
|
| rg |
string |
|
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/CarrierResponse",
"title": "CarrierResponse",
"type": "object",
"properties": {
"username": {
"maxLength": 100,
"minLength": 0,
"type": "string"
},
"firstName": {
"maxLength": 100,
"minLength": 0,
"type": "string"
},
"lastName": {
"maxLength": 100,
"minLength": 0,
"type": "string"
},
"cpf": {
"maxLength": 14,
"minLength": 0,
"type": "string"
},
"email": {
"maxLength": 254,
"minLength": 0,
"type": "string"
},
"cnpjtransportCompany": {
"type": "string"
},
"mobileAreaCode": {
"maxLength": 10,
"minLength": 0,
"type": "string"
},
"mobile": {
"maxLength": 10,
"minLength": 0,
"type": "string"
},
"phoneAreaCode": {
"maxLength": 3,
"minLength": 0,
"type": "string"
},
"phone": {
"maxLength": 10,
"minLength": 0,
"type": "string"
},
"created": {
"type": "string",
"format": "date-time"
},
"idExternalCarrier": {
"maxLength": 30,
"minLength": 0,
"type": "string"
},
"isCarrierAppOnline": {
"type": "boolean"
},
"shippingCompany": {
"$ref": "#/components/schemas/ShippingCompanyResponse"
},
"rg": {
"maxLength": 12,
"minLength": 0,
"type": "string"
}
}
}
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.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/vtex-carrierresponse"
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 email required.
A second provider on the same verified email joins the account you already have.