contacts
Return all contacts
This endpoint returns all contacts.
get/contacts
Response
All contacts
Example response
{
"id": "24ad0d03-cb05-4539-845d-d30fecf774cd",
"url": "https://www.hackney.gov.uk/",
"email": "bob@hackney.gov.uk",
"name": "Bob Smith",
"position": "CEO",
"social_facebook": "https://facebook.com",
"social_twitter": "https://twitter.com",
"phonenumber": "020 8356 3000",
"created": "2017-07-21T17:32:28Z",
"updated": "2017-07-21T18:38:30Z"
}