Get your details
GET/getuser
The Get User API enables you to get your own details.
Request
Responses
- 200
- 404
- 405
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
objectId string
Name string
Email string
Phone string
JobTitle string
Company string
createdAt date
updatedAt date
{
"objectId": "FGik23bhUJ",
"Name": "Joe Bee",
"Email": "joebee@example.com",
"Phone": "4567832123",
"JobTitle": "dev",
"Company": "opensign",
"createdAt": "2023-10-07T16:49:56.000Z",
"updatedAt": "2023-10-07T16:49:56.000Z"
}
User not found!
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "User not found!"
}
Invalid API Token!
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "Invalid API token!"
}
Loading...