Sign in

List forms for a list

documented

Retrieve forms that are associated with a specific list.

GET /lists/{list_id}/forms.jsonFormsno 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/{{$list_id}}/forms.json" \
  -X GET \
  -H "Authorization: TRUEREST apikey={{CAMPAYN_API_KEY}}" \
  -H "Accept: application/json"