Skip to main content
GET
/
v1
/
verification
/
user
/
{userId}
Get KYC status
curl --request GET \
  --url https://api.ledger.so/v1/verification/user/{userId} \
  --header 'Api-Key: <api-key>'
{
  "object": "verification",
  "userId": "<string>",
  "applicationStatus": "notStarted",
  "verificationUrl": "<string>"
}

Authorizations

Api-Key
string
header
required

API key for authentication. Get your key from the Dashboard.

Path Parameters

userId
string
required

The user ID

Response

Verification status

object
enum<string>
required
Available options:
verification
userId
string
required
applicationStatus
enum<string>
required
Available options:
notStarted,
pending,
needsInformation,
needsVerification,
manualReview,
approved,
denied,
locked,
canceled
verificationUrl
string<uri>

URL for the user to complete KYC