Skip to main content
POST
/
v2
/
applications
/
requirements
/
onboarding
Get onboarding requirements for a country
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
    }
  ]
}

Body

application/json
country
string
required
industry
string

Response

200 - application/json
type
string
required
country
string
required
fields
object
required

Map of section name to field descriptor. Call the requirements endpoint for the full structure.

documents
object[]
required