get
/{tenantId}/v1/credit-reports/{creditReportId}/challengesList challenges
Requires Authentication
Credit Reports
Returns the challenges for a credit report
Path Parameters
| Name | Type | Description |
|---|---|---|
tenantIdrequired | string (uuid) | Tenant UUID |
creditReportIdrequired | string (uuid) | Credit report UUID |
Responses
List of challenges
Response Bodyapplication/json
array
ChallengeListItem[]ChallengeListItem
idstring
challengeTypestring
providerstring
statusstring
attemptsinteger
maxAttemptsinteger
expiresAtstring (date-time)
completedAtstring (date-time)
createdAtstring (date-time)
Code Examples
curl -X GET 'https://api-next.checkio.co.uk/{tenantId}/v1/credit-reports/{creditReportId}/challenges' \
-H 'Authorization: Bearer {token}'