This API call is used to list user contacts.

Resource URL

/api/1.0/user/contacts/<ID>

Resource Information

 

Response formatsJSON
Response code200
Requires authentication?Yes
HTTP MethodGET

 

Example Request URL

Example Result

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