Card Programs

card_programs

Methods

List Card Programs -> CursorPage<>
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
Optional
(maximum: 100, minimum: 1, default: 50)

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
data: Array<>
has_more: boolean

More data exists.

Request example
200Example
Get Card Program ->
get/v1/card_programs/{card_program_token}

Get card program.

Domain types

CardProgram = { token, account_level_management_enabled, created, 5 more... }