List Contacts
get
Responses
200
OK
application/json
400
Bad Request
application/json
get
/public/v1/notifications/contactsLast updated
Was this helpful?
OK
Bad Request
Last updated
Was this helpful?
Was this helpful?
GET /public/v1/notifications/contacts HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
{
"$meta": {
"pagination": {
"offset": 1,
"limit": 1,
"total": 1
},
"omitted": [
"text"
]
},
"data": [
{
"id": "text",
"audit": {
"created": {},
"updated": {},
"activated": {},
"blocked": {},
"deleted": {}
},
"$meta": {
"omitted": [
"text"
]
},
"blockedReason": "text",
"email": "text",
"name": "text",
"optOuts": [
{
"id": "text",
"description": "text",
"name": "text",
"icon": "text",
"lastUsed": "2025-12-19T12:48:15.702Z"
}
],
"status": "text",
"userId": "text",
"user": {
"id": "text",
"audit": {},
"$meta": {
"omitted": [
"text"
]
},
"email": "text",
"status": "text",
"phone": {
"prefix": "text",
"number": "text"
},
"firstName": "text",
"lastName": "text",
"icon": "text",
"lastLoginAt": "2025-12-19T12:48:15.702Z",
"settings": {
"cultureCode": "text",
"languageCode": "text"
},
"name": "text",
"accounts": [
{
"id": "text",
"icon": "text",
"type": "text",
"status": "text",
"name": "text"
}
],
"currentAccount": {
"id": "text",
"icon": "text",
"type": "text",
"status": "text",
"name": "text"
}
}
}
]
}