cURL
curl --request GET \ --url https://api.example.com/api/Onboarding/Forms/All
[ { "id": 123, "name": "<string>", "url": "<string>", "isActive": true, "isPaymentCompanyForm": true } ]
OK
Was this page helpful?