POST
/
api
/
ats
/
v1
/
activities

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-connector-token
string
required

Body

application/json
user
string | null
required

The user who owns the activity.

activity_type
string | null
required

The type of activity.

body
string | null
required

The body of the activity. This can include notes, comments, or other relevant information.

visibility
string | null
required

Visibility of the activity. Can be PUBLIC/PRIVATE

candidate
string | null
required

Candidate who applied for the activity.

subject
string | null

The subject of the activity.

Response

201 - application/json

The response is of type any.