Sign in

Find subscriber by email

documented

Find a subscriber by their email address.

GET /v4/subscribers?email_address={email}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)

npx -y keychains@latest curl "https://api.kit.com/v4/subscribers?email_address={{$email_address}}" \
  -X GET \
  -H "X-Kit-Api-Key: {{KIT_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"