Sign in

List lists

documented

Retrieve a collection of Campayn contact lists visible to the authenticated user.

GET /lists.jsonListsno 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/lists.json" \
  -X GET \
  -H "Authorization: TRUEREST apikey={{CAMPAYN_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"