Submit a new KYC application for a customer.
cURL
curl --request POST \ --url https://api.useproxy.ai/v1/kyc/applications \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "customerId": "<string>", "application": {} } '
{ "id": "<string>", "status": "<string>", "customerId": "<string>", "reason": "<string>", "completionLink": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
API key authentication. Include your API key in the Authorization header as Bearer <api_key>.
Bearer <api_key>
Unique key for idempotent requests (24-hour cache)
Customer ID
KYC application data
Application created
Application status
Link to complete application