v1
latestOpenAPI 3.0.02026-07-242035712.0 MBApata
List 3DS Challenge Profiles
This web service lists all the challenge profiles. Pass a count and client id to retrieve the list of challenge profiles.
post/pws/pws_list_challenge_profiles_3ds/
Request body
Example request
{
"api_call_unique_identifier": "438574845790657485",
"client_id": 760131,
"count": 2,
"nextToken": "eyJpZCI6IjJmMTVkOTYyLTZmMzMtNDA0My1iMDM5LWZmOWIxNDYxNDdlMCJ9"
}Response
Successful Response
Example response
{
"header": {
"error_desc": "success"
},
"body": {
"challengeProfiles": [
{
"created": "2022-04-27T07:02:07.000Z",
"id": "60d7bf59-718e-4730-ac5b-1a507e61bb30",
"properties": {
"options": [
{
"challengeMethodIds": [
{
"challengeMethodIds": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
}
],
"choiceChallengeInterfaceId": "cf3604c5-29dc-4cb3-a4c0-403981d3a6f0"
},
"type": "V1",
"updated": "2022-04-27T07:02:07.000Z",
"alias": "SMSOTP",
"version": "0"
}
],
"nexttoken": "eyJpZCI6IjhmZjlmZDI5LTkwNjEtNDczMS1iODE3LWIxYTdiNGFhYzMzOSJ9"
}
}