Environment
x-api-key as the canonical
auth header:
JSON request body
Idempotent write
Some write endpoints requireIdempotency-Key; check the endpoint reference
before sending a write request. Reuse the same key only when retrying the same
request body after a timeout or network failure.
Read an object response
Object responses return the resource underdata:
Read a list response
Search and list responses return items underdata.items. List endpoints that
support cursor pagination also return data.page_info; check the endpoint
reference before reading cursor fields.
Error envelope
Most public v1 errors use a structurederror object: