v3

OpenAPI 3.1.02026-07-311255771.3 MB
Unified ATS API

Get candidate attachments

Get attachments from a candidate, including all attachments of all of their applications.

<Note> This endpoint requires the permission **Read document attachments** to be enabled in [your scope config](/scopes). </Note>
get/ats/candidates/{candidate_id}/attachments

Path parameters

candidate_idstring required

The Kombo ID of the candidate you want to obtain attachments for.

The Kombo ID of the candidate you want to obtain attachments for.

Headers

X-Integration-Idstring required

ID of the integration you want to interact with.

Response

GET /ats/candidates/:candidate_id/attachments Positive response

status'success' required

Example response

{
  "data": {
    "results": [
      {
        "id": "EYJjhMQT3LtVKXnTbnRT8s6U",
        "application_id": null,
        "candidate_id": "BTbkvY2w5ou3z3hdwuKcKzDh",
        "type": "CV",
        "remote_id": "GUzE666zfyjeoCJX6A8n7wh6",
        "data_url": "https://resources.kombo.dev/EYJjhMQT3LtVKXnTbnRT8s6U",
        "file_name": "Frank Doe CV.pdf",
        "content_type": "application/pdf",
        "remote_created_at": null,
        "remote_updated_at": null
      }
    ]
  }
}