Query Parameters
country_code*Country Code
Length
2 <= length <= 2number_type*Number Type
subject_type?Subject Type
Default
"person"Value in
- "person"
- "business"
provider?string|null
Header Parameters
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/verifications/requirements?country_code=st&number_type=string"{ "provider": "string", "country_code": "string", "number_type": "string", "subject_type": "person", "required": true, "fields": [], "documents": [], "address_required": false, "subject_types": []}