Accounts

List Arc-issued cards.

get/cards

Query parameters

limitstring

Page size, 1–100 (default 25).

Page size, 1–100 (default 25).

cursorstring

Opaque cursor from a prior response nextCursor.

Opaque cursor from a prior response nextCursor.

scope'own' | 'team'

own (default) shows your cards; team shows the company’s.

own (default) shows your cards; team shows the company’s.

status'active' | 'inactive' | 'canceled'

Filter by card status.

Filter by card status.

format'physical' | 'virtual'

Filter by card form factor.

Filter by card form factor.

cardholderstring

Case-insensitive substring match on the cardholder name.

Case-insensitive substring match on the cardholder name.

last4string

Exactly this masked last-4 (four digits) — the only per-card handle, since cards carry no public id.

Exactly this masked last-4 (four digits) — the only per-card handle, since cards carry no public id.

Response

A page of cards.

nextCursorstring nullable required

Pass back as ?cursor for the next page; null on the last page.

Changes