cURL
curl --request POST \ --url https://hireloam.com/api/v1/applications/{id}/notes \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "note": "Had a great phone screen. Moving forward with technical interview." } '
{ "note": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "body": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } }
Add a note to an application. Notes are visible to all team members.
API key from Settings > API Keys
The application ID
The note content
Note created
Show child attributes
Was this page helpful?