Skip to main content
Weavr API
Managed cards

List cards

GET/managed_cards

Returns a paginated list of managed cards belonging to the logged-in identity. Filter the results by profile, state, currency, card type, cardholder, creation date, card-number fragments, or other card attributes.

Read the managed cards overview for card types, ownership, and lifecycle operations.

Request

Query parameters

Responses

200OK

Success

Headers
Body
application/json
{}
objectobject · 3 fields
Response example
{  "cards": [    {      "balances": {        "availableBalance": 0,        "actualBalance": 0      }    }  ],  "count": 0,  "responseCount": 0}