ApiUsers
Get user login by ID
Get user login by ID
Authorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
userId*string
The ID of user
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://dev.sweetconnect.io/api/auth/v1/users/string/login"{
"data": {
"login": "string"
},
"meta": {
"responseTime": 0
}
}{
"statusCode": 0,
"message": "string",
"error": "string"
}{
"statusCode": 0,
"message": "string",
"error": "string"
}{
"statusCode": 0,
"message": "string",
"error": "string"
}{
"statusCode": 0,
"message": "string",
"error": "string"
}