Kombo · Example Payload

Kombo Getaiapplycareersites Example

ATSEmbedded iPaaSHRISLMSPayrollUnified API

Kombo Getaiapplycareersites 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": "GetAiApplyCareerSites",
  "method": "GET",
  "path": "/ai-apply/career-sites",
  "summary": "Get career sites",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "example1",
      "example": {
        "status": "success",
        "data": {
          "results": [
            {
              "id": "mK7pQw9xNvEr2LdY5sGh8TcZ",
              "label": "Acme Inc. California"
            }
          ],
          "next": null
        }
      }
    }
  ]
}