This API call returns a list of all recipients available for a current user. It combines users and contacts.
Resource URL
/api/1.0/share/recipients
Resource Information
| Response formats | JSON |
| Requires authentication? | Yes |
| HTTP Method | GET |
| Response code | 200 |
Example Request URL
Example Result
[
{
"id": <uuid>,
"name": <string>,
"email": <string>,
"status": <string>,
"created": <timestamp>,
"has_key": <boolean>
},
...
]
0 Comments