Skip to main content
GET
/
case
/
id
/
{caseId}
/
data
/
{serviceId}
/
pdf
Get legal doc for case data
curl --request GET \
  --url https://api-stage.karmacheck.io/case/id/{caseId}/data/{serviceId}/pdf \
  --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
serviceId
string
required

The ID of the legal service.

Response

OK