Applications
Add attachment to application
Uploads an attachment file for the specified applicant.
POST
/
ats
/
applications
/
{application_id}
/
attachments
If adding an attachment to an application is not supported by the integration, the attachment will be added to the candidate instead.
This endpoint requires the permission Add attachments to be enabled in your scope config.
Example Request Body
Authorizations
Authorization
string
headerrequiredCreate an API key on the Secrets page in the Kombo dashboard.
Headers
X-Integration-Id
string
requiredID of the integration you want to interact with.
Path Parameters
application_id
string
requiredPOST /ats/applications/:application_id/attachments parameter
Body
application/json
attachment
object
requiredremote_fields
object
Additional fields that we will pass through to specific ATS systems.
Response
200 - application/json
status
enum<string>
requiredAvailable options:
success
data
object
required