Skip to main content
GET
/
case
/
id
/
{caseId}
/
preadverse
/
{type}
/
pdf
/
download
Download pre-adverse action document
curl --request GET \
  --url https://api-stage.karmacheck.io/case/id/{caseId}/preadverse/{type}/pdf/download \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

caseId
string
required
type
enum<string>
required
Available options:
notice,
report

Response

OK