Before you start
- An Operata account. Your Operata Group ID is the UUID in the console URL.
- An API token generated under Settings → Config → API.
Make the request
What you should see
What the response means
- You authenticated with HTTP Basic — Group ID as username, token as password. See Authentication.
- You requested one contact from a 24-hour window using the contact summary endpoint. See Contact summary.
- The response uses Operata’s standard paginated envelope: a
dataarray and anext_cursorfield that isnullwhen there are no further pages. See Pagination. - A 429 response means you hit the per-token budget — back off using
Retry-After. See Rate limits. - Every 4xx and 5xx response carries a stable
error.codeyou match on. See Errors.
Related
Concepts
The mental model behind contacts, signals, and observations.
API reference
Every endpoint, every parameter.
Data redaction
Choose which fields to strip before they reach Operata.