Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

An organization API key, uk_sk_live_… or uk_sk_test_…. The environment is resolved from the stored key row on every request, never from a request parameter.

Every route behind this credential is rate limited per key — 1000 requests a minute — with a second ceiling of 3000 a minute across all the keys of one environment, so splitting your traffic across keys isolates it and minting more keys does not buy more of it. A test key can never spend a live key's allowance. Every response carries the current state in headers; see the rate-limits guide.

Query Parameters

limit
integer
default:50

Page size. Values outside 1–200 fall back to 50.

Required range: 1 <= x <= 200
offset
integer
default:0
Required range: x >= 0

Response

The contacts.

contacts
object[]