MillionSend Docs

/contacts/{id}

GET
/contacts/{id}

Path Parameters

id*string
Length1 <= length

Response Body

application/json

application/json

curl -X GET "https://example.com/contacts/string"
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "email": "string",  "first_name": "string",  "last_name": "string",  "created_at": "string",  "unsubscribed": true,  "object": "contact",  "properties": {    "property1": {      "type": "string",      "value": "string"    },    "property2": {      "type": "string",      "value": "string"    }  }}