List Forms
documentedReturn a list of MoonClerk payment forms. ([raw.githubusercontent.com](https://raw.githubusercontent.com/moonclerk/developer/main/api/v1/forms.md))
GET /formsFormsno 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://api.moonclerk.com/forms?count={{$count}}&offset={{$offset}}" \
-X GET \
-H "Authorization: Token token={{MOONCLERK_API_KEY}}" \
-H "Accept: application/vnd.moonclerk+json;version=1" \
# Source: MoonClerk API docs - base URL https://api.moonclerk.com/, endpoint /forms, authentication via API key in the Authorization header