v3
OpenAPI 3.1.02026-07-311255771.3 MBUnified ATS API
get/ats/actions/ats_create_application
Headers
X-Integration-Idstring required
ID of the integration you want to interact with.
Response
GET /ats/actions/ats_create_application Positive response
Example response
{
"data": {
"attachment_restrictions": {
"total_size_bytes": 20000000,
"types": {
"CV": {
"is_supported": true,
"min_amount": 1,
"max_amount": 1,
"max_file_size_bytes": 10000000,
"accepted_mime_types": [
"application/pdf",
"application/msword"
]
},
"COVER_LETTER": {
"is_supported": true,
"min_amount": 0,
"max_amount": null,
"max_file_size_bytes": null,
"accepted_mime_types": null
},
"OTHER": {
"is_supported": false
}
}
}
}
}