Skip to main content
POST
/
carrier-claims
/
{claimId}
/
upload-document
Upload a carrier claim verification document (v2)
curl --request POST \
  --url https://api.example.com/carrier-claims/{claimId}/upload-document \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'documentType=<string>' \
  --form file='@example-file'

Authorizations

Authorization
string
header
required

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

Path Parameters

claimId
string
required

Query Parameters

carrierId
string
required

Body

multipart/form-data
documentType
string
required
file
file
required

Response

200 - undefined