Sign in

Get form

documented

Retrieves a single donation form by its unique_id.

GET /forms/{unique_id}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://api.donately.com/v2/forms/{{$unique_id}}" \
  -X GET \
  -H "Authorization: Basic {{DONATELY_API_KEY}}" \
  -H "Accept: application/json"