v1

latestOpenAPI 3.1.02026-07-2466171164.0 KB
Card Limits

Retrieve a single card limit by ID

get/v1/card-limits/{card_limit_id}

Path parameters

card_limit_idstring uuid required

Response

A single card limit

idstring uuid required

Unique identifier for the card limit.

card_idstring uuid required

Unique identifier for the card.

type'RECURRING' | 'TEMPORARY' required
descriptionstring required

Description of the card limit.

start_datestring date-time required

Start date of the card limit.

end_datestring date-time nullable required

End date of the card limit. If None, the limit is ongoing.

expiry_datestring date nullable required

Expiry date of the card limit.

status'SCHEDULED' | 'ACTIVE' | 'EXPIRED' required