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