Bringg · Schema
Bringg Customer
Customer (end-recipient) record included on orders and webhook callbacks.
Last Mile DeliveryDelivery OrchestrationFulfillmentLogisticsRetailDispatchRoutingDriver AppCarrier NetworkFleet ManagementSupply ChainE-CommerceSame-Day DeliveryCurbside PickupReturns
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | |
| external_id | string | |
| merchant_id | integer | |
| name | string | |
| phone | string | |
| string | ||
| address | string | |
| address_second_line | string | |
| city | string | |
| zipcode | string | |
| state | string | |
| country | string | |
| lat | number | |
| lng | number | |
| sms_enabled | boolean | |
| extras | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/bringg/json-schema/bringg-customer-schema.json",
"title": "Bringg Customer",
"description": "Customer (end-recipient) record included on orders and webhook callbacks.",
"type": "object",
"properties": {
"id": {"type": "integer"},
"external_id": {"type": "string"},
"merchant_id": {"type": "integer"},
"name": {"type": "string"},
"phone": {"type": "string"},
"email": {"type": "string", "format": "email"},
"address": {"type": "string"},
"address_second_line": {"type": "string"},
"city": {"type": "string"},
"zipcode": {"type": "string"},
"state": {"type": "string"},
"country": {"type": "string"},
"lat": {"type": "number"},
"lng": {"type": "number"},
"sms_enabled": {"type": "boolean"},
"extras": {"type": "object"}
},
"required": ["id"]
}
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/bringg-customer"
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.