Kombo · Example Payload

Kombo Postaiapplyjobfeeds Example

ATSEmbedded iPaaSHRISLMSPayrollUnified API

Kombo Postaiapplyjobfeeds 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": "PostAiApplyJobFeeds",
  "method": "POST",
  "path": "/ai-apply/job-feeds",
  "summary": "Create a job feed",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "example1",
      "example": {
        "label": "Standard Acquisition Services LLC"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "example1",
      "example": {
        "status": "success",
        "data": {
          "id": "mK7pQw9xNvEr2LdY5sGh8TcZ",
          "label": "Standard Acquisition Services LLC"
        }
      }
    }
  ]
}