Kombo · Example Payload

Kombo Getaiapplyjobfeeds Example

ATSEmbedded iPaaSHRISLMSPayrollUnified API

Kombo Getaiapplyjobfeeds 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": "GetAiApplyJobFeeds",
  "method": "GET",
  "path": "/ai-apply/job-feeds",
  "summary": "Get job feeds",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "example1",
      "example": {
        "status": "success",
        "data": {
          "results": [
            {
              "id": "mK7pQw9xNvEr2LdY5sGh8TcZ",
              "label": "Standard Acquisition Services LLC"
            }
          ],
          "next": null
        }
      }
    }
  ]
}