Skip to main content
GET
Get a contact by email

Authorizations

Authorization
string
header
required

Personal Access Token or OAuth 2.1 access token, sent as a bearer credential (Authorization: Bearer inf_pat_...). Read operations require a token with the READ scope; write operations (POST/PATCH/DELETE) require WRITE.

Path Parameters

email
string<email>
required

Response

The contact. data.properties contains the full stored record.

data
object
meta
object

Envelope metadata present on every response.