Kombo · Example Payload

Kombo Postaiapplycareersites Example

ATSEmbedded iPaaSHRISLMSPayrollUnified API

Kombo Postaiapplycareersites 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": "PostAiApplyCareerSites",
  "method": "POST",
  "path": "/ai-apply/career-sites",
  "summary": "Create a career site",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "example1",
      "example": {
        "label": "Acme Inc. California"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "example1",
      "example": {
        "status": "success",
        "data": {
          "id": "mK7pQw9xNvEr2LdY5sGh8TcZ",
          "label": "Acme Inc. California"
        }
      }
    }
  ]
}