v1
latestOpenAPI 3.1.02026-07-26294215839.4 KBApplicant Tracking
Public API
Create Job Application Comment
Add a comment to an application. The authenticated caller must have access to ATS settings. The type field defaults to comment if omitted.
OAuth Scopes: hiring:applications.write
post/api/v1/applicant_tracking/applications/{applicationId}/comments
Path parameters
applicationIdstring required
The ID of the application to add a comment to.
Request body
Example request
{
"type": "comment",
"comment": "I really like this applicant"
}Response
Success. Returns the type and ID of the created comment.