List Rapyd Verify Application Types
List types of identity verification applications by country.
country
Two-letter ISO 3166-1 ALPHA-2 code for the country.
/v1/verify/applications/types/country/:country
List Rapyd Verify Application Types
curl -X get 'https://sandboxapi.rapyd.net/v1/verify/applications/types/country/FR' \ -H 'access_key: your-access-key-here' \ -H 'Content-Type: application/json' \ -H 'salt: your-random-string-here' \ -H 'signature: your-calculated-signature-here' \ -H 'timestamp: your-unix-timestamp-here'
{ "status": { "error_code": "", "status": "SUCCESS", "message": "", "response_code": "", "operation_id": "c6fde85b-6d7d-4fb6-8cd6-5065d2a54aee" }, "data": [ { "application_type": "typ_WyJGUiIsMiwwLCJQcml2YXRlIExpbWl0ZWQgQ29tcGFueSJd", "entity_type": "Private Limited Company", "country": "FR" }, { "application_type": "typ_WyJGUiIsMiwwLCJQYXJ0bmVyc2hpcCJd", "entity_type": "Partnership", "country": "FR" }, { "application_type": "typ_WyJGUiIsMiwwLCJTb2xlIFByb3ByaWV0b3IiXQ==", "entity_type": "Sole Proprietor", "country": "FR" }, { "application_type": "typ_WyJGUiIsMiwwLCJDaGFyaXR5IG9yIE5QTyJd", "entity_type": "Charity or NPO", "country": "FR" }, { "application_type": "typ_WyJGUiIsMiwwLCJQdWJsaWMgTGlzdGVkIENvbXBhbnkiXQ==", "entity_type": "Public Listed Company", "country": "FR" }, { "application_type": "typ_WyJGUiIsMiwwLCJHb3Zlcm5tZW50IEVudGl0eSJd", "entity_type": "Government Entity", "country": "FR" } ] }