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-job-posting-status-updated",
"data": {
"id": "<string>",
"career_site": {
"id": "<string>",
"label": "<string>"
},
"url": "<string>",
"job_code": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"archived_at": "2023-11-07T05:31:56Z",
"archived_reason": "JOB_POSTING_TAKEN_OFFLINE",
"availability": "APPLYABLE"
}
}{
"id": "<string>",
"type": "ai-apply-job-posting-status-updated",
"data": {
"id": "<string>",
"career_site": {
"id": "<string>",
"label": "<string>"
},
"url": "<string>",
"job_code": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"archived_at": "2023-11-07T05:31:56Z",
"archived_reason": "JOB_POSTING_TAKEN_OFFLINE",
"availability": "APPLYABLE"
}
}HMAC signature for webhook verification. See the webhook documentation for details on how to verify this signature.
Webhook received successfully
Was this page helpful?