Claims
Create Claim Attachment
Uploads a document as a claim attachment and returns an attachment ID that can be used with other claim APIs
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Content type of the attachment (e.g., 'application/pdf', 'image/jpeg', 'text/plain')
Body
Raw content of the document to be attached
Plain text content
Response
200
application/json
Attachment uploaded successfully
The response is of type object
.