Get form
documentedRetrieve details for a specific form belonging to a list.
GET /lists/{list_id}/forms/{form_id}.jsonFormsno implementation yet0 runsNo 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/{{$form_id}}.json" \
-X GET \
-H "Accept: application/json" \
-H "Authorization: TRUEREST apikey={{CAMPAYN_API_KEY}}"