Type Processing Successful
Description
Notification about a PROCESSING_SUCCESSFUL event.
Response Body
| Parent | Name | Output |
|---|---|---|
$. | pagination | |
$. | data[] | |
data[] | orgId | |
data[] | id | |
data[] | createdDate | |
data[] | feedbackUrl | |
data[] | resourceDetails | |
data[] | type | |
resourceDetails | etag | |
resourceDetails | resourceId | |
resourceDetails | resourceType | |
resourceDetails | state | |
resourceDetails | brandId |
Brand ID
brandId (string) is provided when $.locationDetails.brandId is present, or when the resource is a branded feature (such as BUSINESS_CALLER_ID or BUSINESS_EMAIL_ID) associated with a brand.
Example Response Bodies
Location — No Brand Delegation
A PROCESSING_SUCCESSFUL notification is generated when a location is successfully processed. When the organization manages its own resources directly with no active brand delegation, only that organization receives the notification.
| Notification For | Process Initiated by | Triggering Event |
|---|---|---|
| Location owner (no active brand delegation) | Location owner | Location successfully processed |
{
"data": [
{
"orgId": "9467895078742654994",
"id": "9467895078742654985",
"createdDate": "2026-10-10T17:32:05.00Z",
"type": "PROCESSING_SUCCESSFUL",
"feedbackUrl": "/v1/orgs/9467895078742654994/feedback?ql=id==9467895078742654960",
"resourceDetails": {
"resourceType": "LOCATION",
"resourceId": "9467895078742654957",
"etag": "32ed96de-7e79-11ee-b962-0242ac120002",
"state": "PUBLISHED",
"brandId": "9467895078742654946"
}
},
{
"orgId": "9467895078742654994",
"id": "9467895078742654914",
"createdDate": "2026-10-09T14:12:46.00Z",
"type": "PROCESSING_SUCCESSFUL",
"feedbackUrl": "/v1/orgs/9467895078742654994/feedback?ql=id==9467895078742654950",
"resourceDetails": {
"resourceType": "LOCATION",
"resourceId": "9467895078742654948",
"etag": "b88387d3-7e5d-11ee-95ea-e6d01fc9d8c6",
"state": "PUBLISHED",
"brandId": "9467895078742654946"
}
}
],
"pagination": {
"cursors": {
"after": "8U54a61d9b495324"
},
"next": "/v1/orgs/9467895078742654994/notifications?ql=createdDate=ge=2026-10-01T00:00:00Z;createdDate=le=2026-10-11T00:00:00Z;resourceType==LOCATION&limit=2&after=8U54a61d9b495324"
}
}
Location — Owner Initiates, Multiple Delegated Partners
A PROCESSING_SUCCESSFUL notification is generated when a location is successfully processed. When the brand associated with the location has been delegated to one or more partners, all parties — the owner and each partner whose delegation scope includes the brand — have access to this notification. Each organization calls the notification API using their own orgId as the URI parameter; the access token encodes the authorization scope.
| Notification For | Process Initiated by | Triggering Event |
|---|---|---|
| Location owner and all delegated partners | Location owner | Location successfully processed |
{
"data": [
{
"orgId": "9467895078742654934",
"id": "9467895078742654904",
"createdDate": "2026-10-10T17:32:05.00Z",
"type": "PROCESSING_SUCCESSFUL",
"feedbackUrl": "/v1/orgs/9467895078742654934/feedback?ql=id==9467895078742654933",
"resourceDetails": {
"resourceType": "LOCATION",
"resourceId": "9467895078742654939",
"etag": "c2b424d8-7e7c-11ee-b962-0242ac120002",
"state": "PUBLISHED",
"brandId": "9467895078742654946"
}
}
],
"pagination": {
"cursors": {
"after": "1C44a61d9b495276"
},
"next": "/v1/orgs/9467895078742654934/notifications?ql=createdDate=ge=2026-10-01T00:00:00Z;createdDate=le=2026-10-11T00:00:00Z;resourceType==LOCATION&limit=1&after=1C44a61d9b495276"
}
}
Location — Partner Initiates, Multiple Delegated Partners
The same notification is generated when a delegated partner initiates the resource operation. The owner and all partners whose delegation scope includes the brand have access to this notification. Each organization calls the notification API using their own orgId as the URI parameter; the access token encodes the authorization scope.
| Notification For | Process Initiated by | Triggering Event |
|---|---|---|
| Location owner and all delegated partners | Delegated partner | Location successfully processed |
{
"data": [
{
"orgId": "9467895078742654934",
"id": "9467895078742654525",
"createdDate": "2026-10-10T17:32:05.00Z",
"type": "PROCESSING_SUCCESSFUL",
"feedbackUrl": "/v1/orgs/9467895078742654934/feedback?ql=id==9467895078742654973",
"resourceDetails": {
"resourceType": "LOCATION",
"resourceId": "9467895078742654509",
"etag": "f114c30e-7e7d-11ee-b962-0242ac120002",
"state": "PUBLISHED",
"brandId": "9467895078742654946"
}
}
],
"pagination": {
"cursors": {
"after": "4D22a61d9b495037"
},
"next": "/v1/orgs/9467895078742654934/notifications?ql=createdDate=ge=2026-10-01T00:00:00Z;createdDate=le=2026-10-11T00:00:00Z;resourceType==LOCATION&limit=1&after=4D22a61d9b495037"
}
}
Brand Create
A PROCESSING_SUCCESSFUL notification is generated when a brand is successfully processed. At the time of brand creation, the only partners who have access to this notification alongside the owner are those whose delegation scope covers all current and future brands. A partner delegated to a specific brand after creation would not receive a notification for that creation event.
| Notification For | Process Initiated by | Triggering Event |
|---|---|---|
| Location owner and all delegated partners | Location owner | Brand successfully processed |
Each organization calls the notification API using their own orgId as the URI parameter; the access token encodes the authorization scope.
{
"data": [
{
"orgId": "9467895078742654934",
"id": "9467895078742654918_8350d63e-71da-4ffd-814e-cc2c9329a8fc_PROCESSING_SUCCESSFUL",
"createdDate": "2026-10-10T17:34:11.00Z",
"type": "PROCESSING_SUCCESSFUL",
"feedbackUrl": "/v1/orgs/9467895078742654934/feedback?ql=id==9467895078742654918_8350d63e-71da-4ffd-814e-cc2c9329a8fc_PROCESSING_SUCCESSFUL",
"resourceDetails": {
"resourceType": "BRAND",
"resourceId": "9467895078742654918",
"etag": "8350d63e-71da-4ffd-814e-cc2c9329a8fc",
"state": "PUBLISHED"
}
}
],
"pagination": {
"cursors": {
"after": "5R71a61d9b495108"
},
"next": "/v1/orgs/9467895078742654934/notifications?ql=createdDate=ge=2026-10-01T00:00:00Z;createdDate=le=2026-10-11T00:00:00Z;resourceType==BRAND&limit=1&after=5R71a61d9b495108"
}
}
Brand Delete
A PROCESSING_SUCCESSFUL notification is generated when a brand is deleted. The brand owner and all partners whose delegation scope includes the brand have access to this notification. Each organization calls the notification API using their own orgId as the URI parameter; the access token encodes the authorization scope.
| Notification For | Process Initiated by | Triggering Event |
|---|---|---|
| Brand owner and all delegated partners | Brand owner | Brand deleted |
{
"data": [
{
"orgId": "9467895078742654934",
"id": "9467895078742654918_c6226819-0669-40bd-94c3-4cc9bd9ba043_PROCESSING_SUCCESSFUL",
"createdDate": "2026-10-12T17:08:49.00Z",
"type": "PROCESSING_SUCCESSFUL",
"feedbackUrl": "/v1/orgs/9467895078742654934/feedback?ql=id==9467895078742654918_c6226819-0669-40bd-94c3-4cc9bd9ba043_PROCESSING_SUCCESSFUL",
"resourceDetails": {
"resourceType": "BRAND",
"resourceId": "9467895078742654918",
"etag": "c6226819-0669-40bd-94c3-4cc9bd9ba043",
"state": "DELETED"
}
}
],
"pagination": {
"cursors": {
"after": "7Z12a61d9b493301"
},
"next": "/v1/orgs/9467895078742654934/notifications?ql=createdDate=ge=2026-10-01T00:00:00Z;createdDate=le=2026-10-13T00:00:00Z;resourceType==BRAND&limit=1&after=7Z12a61d9b493301"
}
}
Caller ID Delete
A PROCESSING_SUCCESSFUL notification is generated when a Caller ID is deleted. This notification is only generated if the Caller ID was in a PUBLISHED state at the time of deletion. If the Caller ID had not yet been published, no notification is generated. The Caller ID owner and any delegated partner with access to the Caller ID both have access to this notification. Each organization calls the notification API using their own orgId as the URI parameter; the access token encodes the authorization scope.
| Notification For | Process Initiated by | Triggering Event |
|---|---|---|
| Caller ID owner and delegated partner | Caller ID owner or delegated partner | Published Caller ID deleted |
{
"data": [
{
"orgId": "9467895078742654934",
"id": "9467895078742654962_d7337930-0770-41ce-95d4-5dd0ce0cb154_PROCESSING_SUCCESSFUL",
"createdDate": "2026-10-12T17:10:22.00Z",
"type": "PROCESSING_SUCCESSFUL",
"feedbackUrl": "/v1/orgs/9467895078742654934/feedback?ql=id==9467895078742654962_d7337930-0770-41ce-95d4-5dd0ce0cb154_PROCESSING_SUCCESSFUL",
"resourceDetails": {
"resourceType": "BUSINESS_CALLER_ID",
"resourceId": "9467895078742654962",
"etag": "d7337930-0770-41ce-95d4-5dd0ce0cb154",
"state": "DELETED",
"brandId": "9467895078742654918"
}
}
],
"pagination": {
"cursors": {
"after": "3K91a61d9b494502"
},
"next": "/v1/orgs/9467895078742654934/notifications?ql=createdDate=ge=2026-10-01T00:00:00Z;createdDate=le=2026-10-13T00:00:00Z;resourceType==BUSINESS_CALLER_ID&limit=1&after=3K91a61d9b494502"
}
}