v1

latestOpenAPI 3.1.02026-07-24181585937.4 KB
Webhook Payloads

takeHomeAssignmentCompleted

Beta: This webhook may not be available for all organizations.

The webhook is called when a take-home assignment is completed.

postWebhooktakeHomeAssignmentCompleted

Payload

action'takeHomeAssignmentCompleted' required

Example payload

{
  "data": {
    "takeHomeAssignment": {
      "submission": {
        "fileHandles": [
          {
            "id": "15d2624d-0a81-4f94-a2ed-94980f430b3f",
            "name": "resume.pdf",
            "handle": "eyJoYW5kbGUiOnsidHlwZSI6IkNhbmRpZGF0ZUZpbGUiLCJm"
          }
        ]
      }
    }
  }
}

Response

Return a 200 status to indicate that the data was received successfully