Sign in

List emails

documented

Retrieve emails visible to the authenticated user, including basic reporting/status data.

GET /emails.jsonEmailsno 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://campayn.com/api/v1/emails.json" \
  -X GET \
  -H "Authorization: TRUEREST apikey={{CAMPAYN_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"