Retrieve a list of all Challenges for a Factor.
Retrieve a list of all Challenges for a Factor.
Path parameters
The unique SID identifier of the Service.
Customer unique identity for the Entity owner of the Challenge. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters.
Query parameters
The unique SID identifier of the Factor.
The Status of this Challenge. One of pending, expired, approved or denied.
The Status of the Challenges to fetch. One of pending, expired, approved or denied.
The desired sort order of the Challenges list. One of asc or desc for ascending and descending respectively. Defaults to asc.
How many resources to return in each list page. The default is 50, and the maximum is 1000.
The page index. This value is simply for client state.
The page token. This is provided by the API.
Response
OK
Changes
Changed in 5 of the 52 revisions of this API.711
- ●
added the new
passkeysenum value to thechallenges/items/factor_typeresponse property for the response status200response-property-enum-value-added
- ●
- ▲
the
challenges/items/detailsresponse's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
the
challenges/items/hidden_detailsresponse's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
the
challenges/items/metadataresponse's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
- ▲
the
challenges/items/detailsresponse's property type/format changed from/toobject/for status200response-property-type-changed
- ▲
the
challenges/items/hidden_detailsresponse's property type/format changed from/toobject/for status200response-property-type-changed
- ▲
the
challenges/items/metadataresponse's property type/format changed from/toobject/for status200response-property-type-changed
- ▲
- ▲
for the
queryrequest parameterPageSize, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ▲
- ○
api tag
VerifyV2Challengeaddedapi-tag-added
- ○