Assignment Confirmed
Event Type
assignment_confirmed
Summary
Assignment confirmed event delivery
Delivery
- Method:
POST - Content-Type:
application/json - Delivery guarantee: at-least-once
Delivery Headers
| Header | Description |
|---|---|
| Content-Type | Always application/json. |
| X-Requidex-Event | Event type (assignment_confirmed). |
| X-Requidex-Event-Id | Unique event delivery id. |
| X-Requidex-Signature | HMAC SHA-256 signature of the raw request body. |
| X-Requidex-Timestamp | UTC timestamp used when signing the payload. |
Payload Fields
| Field | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | |
| type | string | Yes | |
| createdAt | string | Yes | |
| data | object | Yes | Show child attributes
|
Payload Example
{
"id": "evt_01HZAZ8AA4H9P7T6QJ2W3K4M5N",
"type": "assignment_confirmed",
"createdAt": "2026-03-09T10:15:00.000Z",
"data": {
"assignment": {
"id": "asg01abcd2"
}
}
}