v3

OpenAPI 3.1.02026-07-311255771.3 MB
Unified ATS API

get/ats/actions/ats_add_application_attachment

Headers

X-Integration-Idstring required

ID of the integration you want to interact with.

Response

GET /ats/actions/ats_add_application_attachment Positive response

status'success' required

Example response

{
  "data": {
    "attachment_restrictions": {
      "types": {
        "CV": {
          "is_supported": false
        },
        "COVER_LETTER": {
          "is_supported": false
        },
        "OTHER": {
          "is_supported": true,
          "max_file_size_bytes": 10485760,
          "accepted_mime_types": [
            "application/pdf",
            "application/msword"
          ]
        }
      }
    }
  }
}