Card Programs
card_programs
Methods
get/v1/card_programs
List card programs.
query Parameters
ending_before: string
Optional
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: number
(maximum: 100, minimum: 1, default: 50)Optional
Page size (for pagination).
starting_after: string
Optional
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.
Response fields
has_more: boolean
More data exists.
Request example
200Example
get/v1/card_programs/{card_program_token}
Get card program.
Domain types
CardProgram = { token, account_level_management_enabled, created, 5 more... }
