Receive resource request status update Webhook Early access

Any time resource request status is changed, an event is sent. You need to subscribe to this event over 'REGISTRATION' channel, and specify the 'RESOURCE_REQUEST_STATUS_UPDATE' event.

post
https://{yourDomain}/your/webhook/path
Request Body schema:
application/json
collapse all -
results
Array of objects

List of events provided in a single request.

Array
event
required
string
Value: "RESOURCE_REQUEST_STATUS_UPDATE"

Name of event that is received.

receivedAt
required
string <date-time>

Date and time when the request status was updated.

content
required
object

Object containing event data.

id
required
string

ID of the resource request.

status
required
string
Enum: "COMPLETED" "REJECTED"

Status of the resource request.

type
required
string

Type of resource.

platform
required
object

CPaaS X properties.

applicationId
string [ 0 .. 255 ] characters

ID of the Application that would be associated with the resource request.

entityId
string [ 0 .. 255 ] characters

ID of the Entity that would be associated with the resource request.

Responses

200

Your server returns this code if it accepts the callback.

Request samples

Content type
application/json
Copy
Collapse all
{
  • "results":
    [
    • {
      • "event": "RESOURCE_REQUEST_STATUS_UPDATE",
      • "receivedAt": "2025-03-15T15:22:20Z",
      • "content":
        {
        • "id": "38a1c2c6-55f2-11ee-a061-325096b39f47",
        • "status": "COMPLETED",
        • "type": "ALPHANUMERIC_REGISTRATION"
        },
      • "platform":
        {
        • "applicationId": "application-id",
        • "entityId": "entity-id"
        }
      }
    ]
}

Encountering issues

Contact our support

What's new? Check out

Release Notes

Unsure about a term? See

Glossary

Research panel

Help shape the future of our products
Learn more
Service status

Copyright @ 2006-2025 Infobip ltd.