Checkio API
get/{tenantId}/v1/credit-reports/{creditReportId}/challenges

List challenges

Requires Authentication
Credit Reports

Returns the challenges for a credit report

Path Parameters

NameTypeDescription
tenantId
required
string (uuid)Tenant UUID
creditReportId
required
string (uuid)Credit report UUID

Responses

List of challenges

Response Bodyapplication/json
array
ChallengeListItem[]
ChallengeListItem
id
string
challengeType
string
provider
string
status
string
attempts
integer
maxAttempts
integer
expiresAt
string (date-time)
completedAt
string (date-time)
createdAt
string (date-time)

Code Examples

curl -X GET 'https://api-next.checkio.co.uk/{tenantId}/v1/credit-reports/{creditReportId}/challenges' \
  -H 'Authorization: Bearer {token}'