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
Customer_id string
Subscriptions_id string
Next_billing_date
date
__type string
iso string
{
"objectId": "FGik23bhUJ",
"Name": "Joe Bee",
"Email": "joebee@example.com",
"Phone": "4567832123",
"JobTitle": "dev",
"Company": "opensign",
"Customer_id": "customer_id",
"Subscriptions_id": "subscriptions_id",
"Next_billing_date": {
"__type": "Date",
"iso": "2023-10-07T16:49:56.000Z"
}
}
Record not found!
Invalid API Token!
Loading...