List account programs
List account programs
Query parameters
Filters by whether fee_product_ids is null. true matches null values, false matches non-null values.
Case insensitive wildcard search for name, wildcards can be specified with '*'. Wildcards at both the start and the end of the input is assumed.
Filters by whether max_accounts is null. true matches null values, false matches non-null values.
[ "abcdef_ghijkl" ]
Optional pagination token to be provided to retrieve subsequent pages, returned from previous get
Filters by whether reward_product_ids is null. true matches null values, false matches non-null values.
Maximum number of objects to return per page. If the limit is greater than 100, then it will be set to 100.
Case insensitive wildcard search for account_type, wildcards can be specified with '*'. Wildcards at both the start and the end of the input is assumed.
Response
List of account programs
Example response
{
"account_programs": [
{
"creation_time": "2010-05-06T12:23:34.321Z",
"enabled": true,
"id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"last_updated_time": "2010-05-06T12:23:34.321Z",
"name": "Standard Checking Program",
"tenant": "abcdef_ghijkl"
}
],
"next_page_token": "a8937a0d"
}