Kombo · Example Payload

Kombo Postforcesync Example

ATSEmbedded iPaaSHRISLMSPayrollUnified API

Kombo Postforcesync 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": "PostForceSync",
  "method": "POST",
  "path": "/force-sync",
  "summary": "Trigger sync",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "example1",
      "example": {
        "status": "success",
        "data": {
          "already_queued": false,
          "sync_id": "119ihtp91nA3dqRFiV67nXS6",
          "type": "DELTA"
        }
      }
    }
  ]
}