BixelDocs
API reference

Check claimed vs observed

GET
/v1/companies/{company}/claims

Claimed-vs-observed for a company's facts: what they state vs what Bixel independently measured. Five honest states; a missing observation reads unverified, never a guess. Requires a free key.

Authorization

AuthorizationBearer <token>

bx_-prefixed API key. Free keys: https://bixel.com/account/

In: header

Path Parameters

company*string

Apex domain (canonical, e.g. pinecone.io). Bare values are resolved as legacy slugs. Unknown names: resolve via /v1/search first.

Query Parameters

keys?string

Comma-separated exact keys (max 200); absent keys report state=absent. Default: every key with a side.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/companies/pinecone.io/claims"
{  "data": {    "company": {      "name": "string",      "domain": "string",      "slug": "string"    },    "claims": [      {        "key": "string",        "state": "verified",        "match": null,        "claimed": {          "value": null,          "as_of": "2019-08-24",          "source_url": "string"        },        "observed": {          "value": null,          "as_of": "2019-08-24",          "source_url": "string"        }      }    ]  },  "meta": {    "generated_at": "2019-08-24T14:15:22Z",    "count": 0,    "total": 0,    "next_cursor": "string",    "notice": "string"  }}
{  "type": "http://example.com",  "title": "string",  "status": 0,  "code": "company_not_found",  "detail": "string",  "hint": "string",  "docs_url": "http://example.com"}
{  "type": "http://example.com",  "title": "string",  "status": 0,  "code": "company_not_found",  "detail": "string",  "hint": "string",  "docs_url": "http://example.com"}
{  "type": "http://example.com",  "title": "string",  "status": 0,  "code": "company_not_found",  "detail": "string",  "hint": "string",  "docs_url": "http://example.com"}
{  "type": "http://example.com",  "title": "string",  "status": 0,  "code": "company_not_found",  "detail": "string",  "hint": "string",  "docs_url": "http://example.com"}