Skip to main content

Documentation

Retrieve Application

Use this GET method to retrieve an application that has been saved or submitted.

    • app_token

    • The application token identifier. String that starts with app_.

Note

Due to the length of the response, in this example on the right side of this page, a shortened version of the response is displayed.

  • {base_uri}/verify/api/applications/:app_token

  • Retrieve Application

  • curl -X GET {base_uri}/verify/api/applications/app_991339c8fd9d477584505fe289053951
    -H 'access_key: your-access-key-here'
    -H 'Content-Type: application/json'
    -H 'idempotency: your-idempotency-parameter-here'
    -H 'salt: your-random-string-here'
    -H 'signature: your-calculated-signature-here'
    -H 'timestamp: your-unix-timestamp-here'
    -H 'api_timestamp: your-unix-timestamp-here'
    
  • {
        "status": {
            "error_code": "",
            "status": "SUCCESS",
            "message": "",
            "response_code": "",
            "operation_id": "a0742714-d472-44a6-9a61-64641a73186f"
        },
        "data": {
            "token": "app_0d460e42-d7c1-4c68-b5f0-744bdafd0402",
            "rapyd_entity_token": "ewallet_b9ac422ff97dfb2e9aff263998603b17",
            "client_reference_id": "000003111",
            "authorized_user_email": "johndoe@rapyd.net",
            "version": 14,
            "status": "new",
            "metadata": {
                "merchant_defined": "true"
            },
            "entity_type": "Company",
            "country": "US",
            "sections": {}
        },
        "created_at": 1623595146482,
        "updated_at": 1623673420771,
        "application_type_cd": "glb_company"
    }