SendLit logoSendLit Docs
API ReferenceContactsContactid

Get a contact

GET
/contacts/{contactId}
x-sendlit-apikey<token>

In: header

Path Parameters

contactId*string

Response Body

application/json

application/json

curl -X GET "https://api.sendlit.dev/contacts/string"
{
  "contactId": "string",
  "email": "string",
  "name": "string",
  "subscribed": true,
  "customFields": {},
  "tags": [
    "string"
  ],
  "unsubscribeToken": "string",
  "createdAt": "string",
  "updatedAt": "string"
}
{
  "error": "string"
}