GET
/
v4
/
subscribers
/
{id}
curl --request GET \
  --url https://api.kit.com/v4/subscribers/{id} \
  --header 'X-Kit-Api-Key: <api-key>'
{
  "subscriber": {
    "id": 16583,
    "first_name": "Alice",
    "email_address": "[email protected]",
    "state": "active",
    "created_at": "2023-02-17T11:43:55Z",
    "fields": {
      "category": "One"
    }
  }
}

Authorizations

X-Kit-Api-Key
string
header
required

Authenticate API requests via an API Key

Path Parameters

id
integer
required

Response

200
application/json

Returns the subscriber details

The response is of type object.