Skip to main content
POST
/
case
/
id
/
{caseId}
/
fcra
/
{language}
Acknowledge FCRA
curl --request POST \
  --url https://api-stage.karmacheck.io/case/id/{caseId}/fcra/{language} \
  --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

language
enum<string>
required

The desired language for the legal document. Must be an ISO 639-1 code. Currently, the only supported value is en (English). If an unsupported language is requested, the call still succeeds but returns an English version of the document.

Available options:
en
caseId
string
required

The ID of a case.

Response

OK