UsersGet User
Users

GET /users/{userId}

Retrieve detailed information about a specific user

curl -X GET "https://api.example.com/v2/users/123" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
{}
GET
/users/{userId}
GET
Security Scheme
X-API-Keystring
Required

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

API key for authentication. Get your API key from the dashboard.
path
userIdinteger
Required

Unique identifier for the user

Request Preview
Response

Response will appear here after sending the request

Authentication

header
X-API-Keystring
Required

API Key for authentication. API key for authentication. Get your API key from the dashboard.

Path Parameters

userIdinteger
Required

Unique identifier for the user

Responses

User details retrieved successfully