Retrieve the list of card groups that the user owns.

get/card-group

Query parameters

cursorstring

A cursor string to fetch the next page of results

filter:namestring

Pass in a name to filter for card groups with a matching name.

filter:virtualAccountIdstring

Pass in a virtual account ID to filter for card groups under a specific virtual account.

filter:status'active' | 'archived'

Filter card groups by status. Defaults to 'active' if not provided.

Response

OK

Changes

Changed in 1 of the 2 revisions of this API.2

    • added the new optional query request parameter filter:status

      new-optional-request-parameter

    • added the new optional query request parameter filter:virtualAccountId

      new-optional-request-parameter