Get document by ID
GET/document/:document_id
Get a document
Request
Path Parameters
document_id stringrequired
objectId of contact
Header Parameters
x-api-token stringrequired
Example: opensign.xxxx
Responses
- 200
- 404
- 405
successful operation
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
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"
}
}
]
Document not found!
Invalid API Token!
Loading...