POST
/
hris
/
employees
/
{employee_id}
/
attachments
curl --request POST \
  --url https://api.kombo.dev/v1/hris/employees/{employee_id}/attachments \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'X-Integration-Id: <x-integration-id>' \
  --data '{}'
{
  "status": "success",
  "data": {}
}
This endpoint is currently in closed beta! We’re testing it with selected customers before its public release. If you’re interested in learning more or getting early access, please reach out.

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

employee_id
string
required

POST /hris/employees/:employee_id/attachments parameter

Body

application/json · object

The body is of type object.

Response

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