brand-webhooks-delivery
Callback for brand order status update
The endpoint receives a callback when the brand order status is updated. To receive callback notifications, the customer must provide a callback URL in the create Order (/us/brands/{brandId}/orders) request body or when importing (/us/brands/import) a brand. The callback URL must be a valid URL and must be reachable from Sinch. Read brands callback configuration documentation for more details.
postWebhookBrandOrderStatusUpdated
Payload
Example payload
{
"specversion": "1.0",
"id": "ee34ccbf-919d-462f-8587-dec95a1b11ee",
"source": "https://compliance.api.sinch.com/v1/projects/us/brand/212421442412/orders/dec95a1b11b0",
"type": "com.sinch.registrations.brand.order.v1.BrandOrderStatusUpdate",
"time": "2023-10-01T12:00:00Z",
"data": {
"projectId": "aad4ccbf-919d-462f-8587-dec95a1b11b0",
"resourceId": "aad4ccbf-919d-462f-8587-dec953242342",
"resourceType": "US_SC_REGISTRY",
"status": "INCOMPLETE",
"comments": "Brand Order is incomplete. Please update the address field."
}
}Response
OK