GET
/
checks
Get available checks with filtering
curl --request GET \
  --url https://api.parcha.ai/api/v1/checks \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT token obtained from the authentication endpoint

Query Parameters

check_type
enum<string>

Optional filter for check type

Available options:
kyb,
kyc,
entity
check_id
string

Optional specific check ID to retrieve

Response

Checks retrieved successfully