Skip to main content

Documentation

Retrieve Status of Rapyd Verify Application

Retrieve the status of an application for verification of identity.

    • application

    • ID of the application. String starting with app_.

  • /v1/verify/applications/status/:application

  • Retrieve Application Status

  • curl -X get
    https://sandboxapi.rapyd.net/v1/verify/applications/status/app_0c731fed-06c7-4613-b6bd-6710115f350c
    -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": "f7eb313b-ecbf-4eb9-9df9-9b54c9282074"
        },
        "data": {
            "status": "NEW"
        }
    }