Skip to main content
GET
/
api
/
Onboarding
/
Forms
/
All
Get Onboarding Forms.
curl --request GET \
  --url https://api.example.com/api/Onboarding/Forms/All
[
  {
    "id": 123,
    "name": "<string>",
    "url": "<string>",
    "isActive": true,
    "isPaymentCompanyForm": true
  }
]

Response

OK

id
integer<int32>
name
string | null
url
string | null
isActive
boolean
isPaymentCompanyForm
boolean