Skip to main content
GET
/
kyc
/
applications
List KYC applications
curl --request GET \
  --url https://api.useproxy.ai/v1/kyc/applications \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "status": "<string>",
      "customerId": "<string>",
      "reason": "<string>",
      "completionLink": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header as Bearer <api_key>.

Query Parameters

customerId
string
required

Customer ID

Response

List of applications

data
object[]
required