Skip to main content
GET
List contacts

Authorizations

Authorization
string
header
required

Bearer API key. Secret server keys start with gt_live_; client-safe browser keys start with gt_pub_ (write-only, origin-pinned). Create and scope keys in Settings → API Keys.

Query Parameters

limit
integer
default:50

Max rows to return. Default 50, max 100.

Required range: 1 <= x <= 100
offset
integer
default:0

Rows to skip (pagination).

Required range: x >= 0
accountId
string<uuid>
email
string<email>

Response

A page of contacts.

data
object[]
meta
object
Last modified on July 7, 2026