cURL
curl --request GET \ --url https://api.ledger.so/v1/users/{userId} \ --header 'Api-Key: <api-key>'
{ "object": "user", "id": "<string>", "firstName": "<string>", "lastName": "<string>", "email": "<string>", "applicationStatus": "notStarted", "createdAt": 123, "metadata": {} }
Get details of a specific user.
API key for authentication. Get your key from the Dashboard.
The user ID
User details
user
notStarted
pending
needsInformation
needsVerification
manualReview
approved
denied
locked
canceled