cURL
curl --request GET \ --url https://pub-api.conversion.ai/api/v1/contacts/{email}
{ "data": { "audienceId": "<string>", "companyId": "<string>", "createdAt": "<string>", "email": "<string>", "id": "<string>", "subscriptionStatus": "SUBSCRIBED", "syncToCrm": true, "variables": {} }, "httpStatus": 123, "message": "<string>" }
Get a contact by email from public api
the email
success
If success data is populated otherwise it's empty
Show child attributes
SUBSCRIBED
UNSUBSCRIBED
BOUNCED
GLOBAL_BOUNCED
COMPLAINED
GRAYMAILED
NO_STATUS
Was this page helpful?