Cards
Label card
Label Card
This allows you to assign or update a label on a specific virtual card. It can be useful for categorizing, organizing, or providing additional context for each card.
Endpoint
{baseurl}}/cards/{id}/label
Method: PUT
Two parameters are required: a path parameter and a request body schema.
Field | Data Type | Description |
---|---|---|
id | string | Required. This identifies the customer who will be using the card. |
label | String | Required. This is the information you want to append to the card. |
Here’s what your request should look like: