Skip to main content
GET
https://api.karmapay.xyz/v0
/
v0
/
end-users
/
:externalUserId
curl -X GET 'https://api.karmapay.xyz/v0/end-users/user_123' \
  -H 'Authorization: Bearer karma_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
{
  "data": {
    "id": "770e8400-e29b-41d4-a716-446655440000",
    "externalUserId": "user_123",
    "email": "[email protected]",
    "applicantId": "abc123xyz789",
    "bridgeCustomerId": "cus_abc123",
    "createdAt": "2025-10-31T12:00:00Z"
  }
}
Authentication: Business API Key

Path Parameters

externalUserId
string
required
Your internal user ID

Response

data
object
curl -X GET 'https://api.karmapay.xyz/v0/end-users/user_123' \
  -H 'Authorization: Bearer karma_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
{
  "data": {
    "id": "770e8400-e29b-41d4-a716-446655440000",
    "externalUserId": "user_123",
    "email": "[email protected]",
    "applicantId": "abc123xyz789",
    "bridgeCustomerId": "cus_abc123",
    "createdAt": "2025-10-31T12:00:00Z"
  }
}