Subscriber
Field
Type
Description
Example
{
"id": "NTS-1111-2222-1234",
"href": "/notifications/subscribers/NTS-1111-2222-1234",
"status": "Enabled",
"category": {
"id": "NTC-1234-9876",
"href": "/v1/notifications/categories/NTC-1234-9876",
"name": "Orders",
"shortDescription": "Includes updates about order confirmations, order status updates, and related communications."
},
"account": {
"id": "AC-1111-2222",
"href": "/accounts/accounts/AC-1111-2222",
"type": "Client",
"status": "Active",
"name": "Agroasemex test copy 2",
"icon": "/v1/accounts/accounts/AC-1111-2222/icon"
},
"recipients": {
"users": [
{
"id": "USR-0000-0001",
"href": "/accounts/users/USR-0000-0001",
"name": "Will Smith"
}
],
"userGroups": [
{
"id": "UGR-2459-0365",
"href": "/accounts/user-groups/UGR-2459-0365",
"name": "Administrators",
"description": "Manages administrative tasks and resources within an organization.",
"isDefault": true
}
]
},
"audit": {
"created": {
"at": "2023-12-15T10:17:11.179Z",
"by": {
"id": "USR-0000-0001",
"href": "/accounts/users/USR-0000-0001",
"name": "Will Smith"
}
},
"updated": {
"at": "2023-12-15T10:17:11.179Z",
"by": {
"id": "USR-0000-0001",
"href": "/accounts/users/USR-0000-0001",
"name": "Will Smith"
}
}
}
}Last updated
Was this helpful?