Contact Collection
Schema
{
"related": {
"uuid": "string",
"slug": "string",
"name": "string",
"appUrl": "string",
"imageUrl": "string"
},
"items": [
{
"type": "string",
"address": "string"
}
],
"page": {
"offset": 0,
"limit": 0,
"next": "string",
"previous": "string",
"total": 0
},
"errors": [
{
"key": "string",
"code": 0,
"message": "string"
}
]
}