Skip to main content
GET
/
v1
/
contacts
/
{email}
GetContactByEmailV1
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>"
}

Path Parameters

email
string
required

the email

Response

200 - application/json

success

data
object

If success data is populated otherwise it's empty

httpStatus
integer
message
string