Headers
HMAC signature for webhook verification. See the webhook documentation for details on how to verify this signature.
Body
application/json
Response
200
Webhook received successfully
{
"id": "<string>",
"type": "ai-apply-application-status-updated",
"data": {
"id": "<string>",
"job_posting_id": "<string>",
"status": "PENDING",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
}{
"id": "<string>",
"type": "ai-apply-application-status-updated",
"data": {
"id": "<string>",
"job_posting_id": "<string>",
"status": "PENDING",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
}HMAC signature for webhook verification. See the webhook documentation for details on how to verify this signature.
Webhook received successfully
Was this page helpful?