Endpoint Examples
Get User
Get a user by ID
GET
Returns a user by ID from the system. This endpoint requires authentication via a bearer token. The response includes all user details such as Name, Email, State, Gender, District, Mobile, and status.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of user to fetch
Response
200
application/json
User response
The response is of type object
.