This API call provides a possibility to get a contact list.
Resource URL
/api/1.0/contact
Resource Information
| Response formats | JSON |
| Response code | 200 |
| Requires authentication? | Yes |
| HTTP Method | GET |
Example Request URL
Example Result
[
{
"id": <uuid>,
"name": <string>,
"email": <string>,
"created": <timestamp>,
"has_key": <bool>
},
...
]
0 Comments