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/jsoncollapse all -
results | Array of objects List of events provided in a single request. | ||||||||||||||||||||||
Array
|
Responses
200
Your server returns this code if it accepts the callback.
Request samples
- Payload
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"
}
}
]
}
Need assistance
Encountering issues
What's new? Check out
Unsure about a term? See