Skip to main content
WEBHOOK
ai-apply-job-posting-status-updated
{
  "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"
  }
}

Headers

X-Kombo-Signature
string
required

HMAC signature for webhook verification. See the webhook documentation for details on how to verify this signature.

Body

application/json
id
string
required

Unique identifier for this webhook event

type
enum<string>
required

Type of the webhook event

Available options:
ai-apply-job-posting-status-updated
data
object
required

Response

200

Webhook received successfully