Get your details
GET/getuser
Get your details
Request
Header Parameters
x-api-token stringrequired
Example: opensign.xxxx
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
{
"objectId": "FGik23bhUJ",
"Name": "Joe Bee",
"Email": "joebee@example.com",
"Phone": "4567832123",
"JobTitle": "dev",
"Company": "opensign"
}
Record not found!
Invalid API Token!
Loading...