Kombo · Example Payload

Kombo Getatsactionsatscreatecandidate Example

ATSEmbedded iPaaSHRISLMSPayrollUnified API

Kombo Getatsactionsatscreatecandidate 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": "GetAtsActionsAtsCreateCandidate",
  "method": "GET",
  "path": "/ats/actions/ats_create_candidate",
  "summary": "",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "example1",
      "example": {
        "status": "success",
        "data": {
          "attachment_restrictions": {
            "total_size_bytes": 20000000,
            "types": {
              "CV": {
                "is_supported": true,
                "min_amount": 1,
                "max_amount": 1,
                "max_file_size_bytes": 10000000,
                "accepted_mime_types": [
                  "application/pdf",
                  "application/msword"
                ]
              },
              "COVER_LETTER": {
                "is_supported": true,
                "min_amount": 0,
                "max_amount": null,
                "max_file_size_bytes": null,
                "accepted_mime_types": null
              },
              "OTHER": {
                "is_supported": false
              }
            }
          }
        }
      }
    }
  ]
}