Get contact
curl --request GET \
  --url https://api.selfmailkit.com/v1/audiences/{audienceId}/contacts/{contactId} \
  --header 'Authorization: Bearer <token>'
{
"id": "01959faf-16e2-77dd-9585-cd25da58855e",
"first_name": "First name (optional)",
"last_name": "Last name (optional)",
"email": "suppressionlist+9@simulator.amazonses.com",
"is_subscribed": true,
"created": 1742140806881,
"updated": 1742930602473
}

Authorizations

Authorization
string
header
required

API key with format "Bearer {your-api-key}"

Path Parameters

audienceId
string
required

Unique identifier of the audience

contactId
string
required

Unique identifier of the contact

Response

200
application/json

OK

The response is of type any.