GET
/
ats
/
candidates
/
{candidate_id}
/
attachments
{
  "status": "success",
  "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
      }
    ]
  }
}

This endpoint requires the permission Read document attachments to be enabled in your scope config.

Authorizations

Authorization
string
headerrequired

Create an API key on the Secrets page in the Kombo dashboard.

Headers

X-Integration-Id
string
required

ID of the integration you want to interact with.

Path Parameters

candidate_id
string
required

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

Response

200 - application/json
status
enum<string>
required
Available options:
success
data
object
required