Kombo · Example Payload

Kombo Getcheckapikey Example

ATSEmbedded iPaaSHRISLMSPayrollUnified API

Kombo Getcheckapikey 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": "GetCheckApiKey",
  "method": "GET",
  "path": "/check-api-key",
  "summary": "Check API key",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "example1",
      "example": {
        "status": "success",
        "data": {
          "environment_id": "2Uev1YUTqLFdvMPD3Jtrg2FX",
          "customer_id": "2Uev1YUTqLFdvMPD3Jtrg2FX"
        }
      }
    }
  ]
}