Return full details of the contact points added to the users profile.

Example JSON response:

{
"results": [
{
"id": 38,
"name": "Sales & Information",
"phone": "+61 8 245245123",
"fax": 123,
"email": "email@example.com",
"skype": 123
},
{
"id": 39,
"name": "john, the manager",
"phone": "+61 174 255 246",
"fax": "",
"email": "example@scubatribe.com",
"skype": ""
}
],
"num_records": 2,
"status": "OK"
}

 

Back to Top