Sign in

List forms by type

documented

Filter forms by type (0=Signup Page, 1=Embed Signup, 2=Wordpress Signup, 3=Facebook Signup) for a given list.

GET /lists/{list_id}/forms.json?filter[form_type]={form_type}Formsno 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?filter[form_type]={{$form_type}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"