List authorisation controls beta

Returns a list of authorisation controls for a given card.

SecurityCommonAuth
Request
path Parameters
cardId
required
string <uuid> (cardId) <= 36 characters

The ID of the card to work with.

Example: e9293471-5eb3-4dbc-916c-dbaf9e2deefd
query Parameters
accountId
required
string (accountId)

The ID of the account to work with.

Example: accountId=C5462
personId
string <uuid> (personId) <= 36 characters

The ID of the person to work with.

Example: personId=775596ae-2624-40af-a9dc-9756110a4a04
limit
integer <int32> [ 1 .. 10 ]
Default: 5

The maximum number of items to return.

offset
integer <int32> (offset)
Default: 0

The number of items to skip before returning the results.

Responses
200

OK

400

Bad request

401

Unauthorised

403

Forbidden

404

Not found

405

Method not allowed

415

Unsupported media type

429

Too many requests

500

Internal server error

get/cards/{cardId}/auth-controls
Request samples
Response samples
application/json
{
  • "limit": 100,
  • "offset": 0,
  • "count": 1,
  • "search": "string",
  • "rows": [
    ]
}