Skip to main content
Send one curl request and see an Operata contact in the response. You need a Group ID, an API token, and curl.

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 data array and a next_cursor field that is null when 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.code you match on. See Errors.

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.