Can I upload files over the API?
1. Create an attachment token POST /attachments
POST /attachmentscurl -d '{"filename":"image.png", "mime_type":"image/png"}' -H "Content-Type: application/json" -H "Accept: application/json" -H "Authorization: Bearer <ACCESS TOKEN>" -X POST <https://api.staging.hummingbird.co/attachments>2. Uploading your attachment file to AWS S3
3. Create/Update a case with an attachment
Case
Alert
Fetching Attachments From a Case
Frequently Asked Questions
Why do I need to create three separate requests in order to attach a file through API?
Last updated
Was this helpful?