GET /v1/users/userId
Endpoint
Section titled “Endpoint”GET /v1/users/{userId}
Authentication
Section titled “Authentication”No authentication required.
Path Parameters
Section titled “Path Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
userId | string | Yes | - |
cURL Example
Section titled “cURL Example”curl -X GET "https://api.sapiom.ai/v1/users/:userId" \ -H "Authorization: Bearer YOUR_API_KEY"