---
title: "GET /ats/actions/ats_add_candidate_attachment"
method: GET
path: "/ats/actions/ats_add_candidate_attachment"
tags: ["Unified ATS API"]
---

# GET /ats/actions/ats_add_candidate_attachment

`GET /ats/actions/ats_add_candidate_attachment`

## Headers

- `X-Integration-Id` string, required

## Response `200`

GET /ats/actions/ats_add_candidate_attachment Positive response

- GetAtsActionsAtsAddCandidateAttachmentPositiveResponse
  - `status` 'success', required
  - `data` object, required
    - `attachment_restrictions` object, nullable — Restrictions with attachment types that we know about. If this is null, we don't have information which types are supported.
      - `types` object, required
        - `CV` union, required — Specific attachment type restrictions for CV.
          - object
            - `is_supported` true, required
            - `max_file_size_bytes` number, double, nullable, required — The maximum file size in bytes. If null, we don't have information about the maximum file size.
            - `accepted_mime_types` string[], nullable, required — The accepted mime types. If null, we don't have information about the accepted mime types.
          - object
            - `is_supported` false, required
        - `COVER_LETTER` union, required — Specific attachment type restrictions for COVER_LETTER.
          - object
            - `is_supported` true, required
            - `max_file_size_bytes` number, double, nullable, required — The maximum file size in bytes. If null, we don't have information about the maximum file size.
            - `accepted_mime_types` string[], nullable, required — The accepted mime types. If null, we don't have information about the accepted mime types.
          - object
            - `is_supported` false, required
        - `OTHER` union, required — Specific attachment type restrictions for OTHER.
          - object
            - `is_supported` true, required
            - `max_file_size_bytes` number, double, nullable, required — The maximum file size in bytes. If null, we don't have information about the maximum file size.
            - `accepted_mime_types` string[], nullable, required — The accepted mime types. If null, we don't have information about the accepted mime types.
          - object
            - `is_supported` false, required

## Other responses

- `default` — The standard error response with the error codes for the ATS use case.

---

[API](https://skmtc.net/kombo/apis/kombo-api.md) · [All operations](https://skmtc.net/kombo/apis/kombo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kombo/kombo-api/versions/1e45035b96d3/schema)
