Get contact list
POST/contactlist
Request
Header Parameters
x-api-token stringrequired
Example: opensign.xxxx
- application/json
Body
limit number
skip number
Responses
- 200
- 405
successful operation
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
code number
result
contactdetails[]
objectId string
Name string
Email string
Phone string
{
"code": 200,
"result": [
{
"objectId": "ph1bhx2jp",
"Name": "joe bee",
"Email": "joebee@example.com",
"Phone": "4131231231"
}
]
}
Invalid API Token!
- application/json
- Schema
- Example (from schema)
Schema
code number
message string
{
"code": 405,
"message": "Invalid API token!"
}
Loading...