Skip to main content
POST
List Eligible Token Requestors

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-audit-user
string

Optional audit user header

Body

application/json
cardIds
string<uuid>[]

List of card IDs to filter the eligible token requestors.

availablePushMethods
enum<string>[]

List of push methods supported by the token requestors — filters the token requestors that support at least one the methods sent in the request. Possible values are: * "ANDROID": The URI is an Android app intent. * "IOS": The URI is an iOS app intent. * "WEB": The URI is a browser URL.

The push method type corresponding to the URI supported by the token requestor. The array is absent if the token requestor does not support MDES Token Connect. Possible values are:

  • "ANDROID": The URI is an Android app intent.
  • "IOS": The URI is an iOS app intent.
  • "WEB": The URI is a browser URL.
Available options:
ANDROID,
IOS,
WEB

Response

OK

tokenRequestors
object[]

List of eligible Token Requestors.