List rules
Lists V2 Auth rules
Query parameters
A cursor representing an item's token before which a page of results should end. Used to retrieve the previous page of results before this item.
Page size (for pagination).
A cursor representing an item's token after which a page of results should begin. Used to retrieve the next page of results after this item.
Only return Auth Rules that are bound to the provided card token.
Only return Auth Rules that are bound to the provided account token.
Only return Auth Rules that are bound to the provided business account token.
Only return Auth Rules that are bound to the provided scope.
The event stream during which the rule will be evaluated.
Deprecated: Use event_streams instead. Only return Auth rules that are executed during the provided event stream.
Only return Auth rules that are executed during any of the provided event streams. If event_streams and event_stream are specified, the values will be combined.
Response
Auth Rules
Example response
{
"data": [
{
"current_version": {
"parameters": {
"filters": {
"include_mccs": [
"5542"
],
"exclude_mccs": [
"5542"
],
"include_countries": [
"USD"
],
"exclude_countries": [
"USD"
]
},
"limit_amount": 10000
}
},
"draft_version": {
"parameters": {
"filters": {
"include_mccs": [
"5542"
],
"exclude_mccs": [
"5542"
],
"include_countries": [
"USD"
],
"exclude_countries": [
"USD"
]
},
"limit_amount": 10000
}
}
}
]
}