Skip to main content

Documentation

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": "ba2d334e-d8b4-464e-8a40-c68fa6b06cca"
        },
        "data": [
            {
                "application_type": "typ_WyJGUiIsMixudWxsLCJQYXJ0bmVyc2hpcCJd",
                "entity_type": "Partnership",
                "country": "FR"
            },
            {
                "application_type": "typ_WyJGUiIsMixudWxsLCJTb2xlIFByb3ByaWV0b3IiXQ==",
                "entity_type": "Sole Proprietor",
                "country": "FR"
            },
            {
                "application_type": "typ_WyJGUiIsMixudWxsLCJQcml2YXRlIExpbWl0ZWQgQ29tcGFueSJd",
                "entity_type": "Private Limited Company",
                "country": "FR"
            },
            {
                "application_type": "typ_WyJGUiIsMixudWxsLCJDaGFyaXR5IG9yIE5QTyJd",
                "entity_type": "Charity or NPO",
                "country": "FR"
            },
            {
                "application_type": "typ_Z2xiX2luZGl2aWR1YWw=",
                "entity_type": "Individual",
                "country": "FR"
            }
        ]
    }