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 formatsJSON
Requires authentication?Yes
HTTP MethodGET
Response code200

 

Example Request URL

Example Result

[
	{
    	"id": <uuid>,
	    "name": <string>,
    	"email": <string>,
	    "status": <string>,
	    "created": <timestamp>,
    	"has_key": <boolean>
	},
	...
]