Account
Commercial relationship between a specific buyer and seller organization. ID minting: ``account_id`` is seller-issued (the seller's system of record manages the commercial relationship, consistent with OpenDirect, the IAB direct-buying API standard, where the publisher API mints resource identifiers).
Properties
| Name | Type | Description |
|---|---|---|
| account_id | string | Seller-issued account identifier. |
| advertiser_id | object | Optional advertiser this account transacts for (buyer-supplied). |
| buyer_organization_id | string | Registry-issued id of the buying organization. |
| ext | object | |
| name | object | |
| seller_organization_id | string | Registry-issued id of the selling organization. |
| status | object |
JSON Schema
{
"$defs": {
"AccountStatus": {
"description": "Status of a buyer-seller account relationship.",
"enum": [
"active",
"suspended"
],
"title": "AccountStatus",
"type": "string"
}
},
"description": "Commercial relationship between a specific buyer and seller organization.\n\nID minting: ``account_id`` is seller-issued (the seller's system of\nrecord manages the commercial relationship, consistent with OpenDirect,\nthe IAB direct-buying API standard, where the publisher API mints\nresource identifiers).",
"properties": {
"account_id": {
"description": "Seller-issued account identifier.",
"title": "Account Id",
"type": "string"
},
"advertiser_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "Optional advertiser this account transacts for (buyer-supplied).",
"title": "Advertiser Id"
},
"buyer_organization_id": {
"description": "Registry-issued id of the buying organization.",
"title": "Buyer Organization Id",
"type": "string"
},
"ext": {
"anyOf": [
{
"additionalProperties": true,
"type": "object"
},
{
"type": "null"
}
],
"default": null,
"title": "Ext"
},
"name": {
"anyOf": [
{
"maxLength": 128,
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Name"
},
"seller_organization_id": {
"description": "Registry-issued id of the selling organization.",
"title": "Seller Organization Id",
"type": "string"
},
"status": {
"$ref": "#/$defs/AccountStatus",
"default": "active"
}
},
"required": [
"account_id",
"buyer_organization_id",
"seller_organization_id"
],
"title": "Account",
"type": "object"
}
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
curl "https://apis.io/api/v1/json-schemas/iab-tech-lab-agentic-primitive-account"
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.