cURL
curl --request POST \ --url https://api.example.com/v2/applications/requirements/onboarding \ --header 'Content-Type: application/json' \ --data ' { "country": "<string>", "industry": "<string>" } '
{ "type": "<string>", "country": "<string>", "fields": {}, "documents": [ { "documentType": "<string>", "name": "<string>", "required": true } ] }
Map of section name to field descriptor. Call the requirements endpoint for the full structure.
Show child attributes