Kombo · Example Payload

Kombo Getaiapplyapplications Example

ATSEmbedded iPaaSHRISLMSPayrollUnified API

Kombo Getaiapplyapplications Example is an example object payload from Kombo, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "GetAiApplyApplications",
  "method": "GET",
  "path": "/ai-apply/applications",
  "summary": "Get applications",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "example1",
      "example": {
        "status": "success",
        "data": {
          "results": [
            {
              "id": "ADbmw5XSkeCSE1fAucoxEGnwZ",
              "job_posting_id": "JDn252PEYa4rMhKbJBjtn3ng",
              "status": "PENDING",
              "created_at": "2025-01-01T00:00:00.000Z",
              "updated_at": "2025-03-02T23:12:32.000Z"
            }
          ],
          "next": null
        }
      }
    }
  ]
}