Businesses

Get a business

Resolves a Google CID to the shared business record: identity fields observed across every account's runs, plus — when you have started one — the status of your own most recent research or monitor run against it. Returns 404 until some run has actually observed this CID. Requires the business:read scope when called with a scoped key.

GET/v1/businesses/{cid}

Resolves a Google CID to the shared business record: identity fields observed across every account's runs, plus — when you have started one — the status of your own most recent research or monitor run against it. Returns 404 until some run has actually observed this CID. Requires the business:read scope when called with a scoped key.

AuthorizationBearer <token>

Pass Authorization: Bearer mapleads_xxx.

In: header

Path Parameters

cid*string

Google CID. Resolved server-side to the business observed under (provider="google", providerBusinessId=cid) — the only provider phase two supports.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/businesses/string"
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "provider": "google",  "providerBusinessId": "string",  "cid": "string",  "name": "string",  "placeId": "string",  "domain": "string",  "createdAt": "2019-08-24T14:15:22Z",  "updatedAt": "2019-08-24T14:15:22Z",  "latestRun": {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "kind": "research",    "status": "pending",    "createdAt": "2019-08-24T14:15:22Z"  }}