List Rapyd Verify Application Types.
GET {{baseUrl}}/v1/verify/applications/types/country/:country
Retrieve a List types of identity verification applications by country. You can filter the list with query parameters.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":{"error_code":"\u003cstring\u003e","message":"\u003cstring\u003e","operation_id":"\u003cstring\u003e","response_code":"\u003cstring\u003e","status":"\u003cstring\u003e"},"data":[{"application_type":"\u003cstring\u003e","country":"HU","entity_type":"Partnership"},{"application_type":"\u003cstring\u003e","country":"KE","entity_type":"Sole Proprietor"}]}