Skip to main content
Weavr Multi Product API
Managed Cards

Get a managed card

GET/managed_cards/{id}

Returns all details of the managed card identified by the id path parameter.

Request

Path parameters

Responses

200OK

Success

Headers
Body
application/json
{}
ManagedCardManagedCard · object · 32 fields
Response example
{  "balances": {    "availableBalance": 0,    "actualBalance": 0  }}