GET
/
getCheckInfo
Get check information
curl --request GET \
  --url https://api.parcha.ai/api/v1/getCheckInfo \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT token obtained from the authentication endpoint

Query Parameters

check_id
string
required

The ID of the check

Response

200

Check information retrieved successfully