Skip to main content
Use this endpoint to check if a subscriber exists and retrieve their information using either their email or subscriber ID.
POST

Authorization

All you need is to include your secret key as a value of authorization in the header and hit the endpoint above.
string
required
Use the secret key that matches the mode you are in TEST or LIVE

Request Body

You must provide either an email or subscriberId to look up the subscriber.
OR
string
The email address of the subscriber you want to check
string
The unique subscriber ID of the subscriber you want to check
At least one of email or subscriberId must be provided in the request body.

Response

If the subscriber is found, you will receive an object containing the subscriber’s details.

Error Responses

Returned when neither email nor subscriberId is provided.
Returned when the subscriber is not found.
Returned when an unexpected error occurs.