Get all cards
GET {{url}}/api/v1/issuing/cards
Request Params
Key | Datatype | Required | Description |
---|
card_status | null | | Current card status |
One of PENDING, FAILED, INACTIVE, ACTIVE, LOST, STOLEN, CLOSED, BLOCKED | | | |
cardholder_id | null | | The id of the cardholder for the card, if it is an employee card. |
from_created_at | null | | Created_from_date in ISO8601 format (inclusive) |
nick_name | null | | Will be used to return cards whose nickname exactly matches the value of this field. |
page_num | null | | Page number, starts from 0 |
page_size | null | | Number of results per page |
to_created_at | null | | Created_to_date in ISO8601 format (inclusive) |
Key | Datatype | Required | Description |
---|
x-on-behalf-of | string | | |