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.

FieldData TypeDescription
idstringRequired. This identifies the customer who will be using the card.
labelStringRequired. This is the information you want to append to the card.

Here’s what your request should look like:

{
  "label": "string"
}