EndpointsGet User
Endpoints

GET /users/{userId}

Get details of a specific user

curl -X GET "https://api.kucskabolka.com/v1/users/example_string" \
  -H "Content-Type: application/json"
{}
GET
/users/{userId}
GET
path
userIdstring
Required

The unique identifier of the user

Request Preview
Response

Response will appear here after sending the request

Path Parameters

userIdstring
Required

The unique identifier of the user

Responses

User details retrieved successfully

Was this page helpful?