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" } } }
Authenticate API requests via an API Key
Returns the subscriber details
The response is of type object.
object
Was this page helpful?