Sign in

Get subscriber

documented

Return details for a single subscriber.

GET /v4/subscribers/{id}Subscribersno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

I looked up Kit API v4 Get a subscriber documentation. The base URL for the endpoint is https://api.kit.com/v4/subscribers/{id} and authentication can be done via an API Key header (X-Kit-Api-Key) or OAuth2. Here we use an API Key header as shown in the official docs. ([developers.kit.com](https://developers.kit.com/api-reference/subscribers/get-a-subscriber))