v1
latestOpenAPI 3.1.02026-07-242325051.4 MBAuthenticationToken
AuthenticationTokens:List
Get a list (without pagination) of all authentication tokens. If you do not supply a merchantCode we return the tokens that are available under your own merchant registration. If you supply a merchantCode you need to have access to that merchant.
get/v2/authenticationtokens/list
Query parameters
Provides filtering based on merchant code.
{
"eq": "M-1234-4321"
}Response
OK
Example response
{
"authenticationTokens": [
{
"code": "AT-1233-1322",
"name": "token1"
}
],
"total": 10
}