Skip to main content
GET
/
cards
/
{card_id}
Get Card
curl --request GET \
  --url https://api.meow.com/v1/cards/{card_id} \
  --header 'x-api-key: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "display_name": "<string>",
  "last_four": "<string>",
  "is_physical": true,
  "cardholder": {
    "name": "<string>",
    "public_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  },
  "created_at": "2023-11-07T05:31:56Z",
  "is_single_use": false,
  "expiration": "2023-11-07T05:31:56Z",
  "spending_restriction": {
    "merchants": [
      "<string>"
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://developer.meow.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Your Meow API key for authentication

Headers

x-entity-id
string<uuid>

Optional entity ID for scoped access to entity-specific data

Path Parameters

card_id
string<uuid>
required

Response

Successful Response

id
string<uuid>
required

Unique card identifier

display_name
string
required

Card name/nickname

last_four
string
required

Last 4 digits of the card number

status
enum<string>
required

Card status

Available options:
pending,
active,
suspended,
closed,
failed
platform
enum<string>
required

Issuing platform (awx or stripe)

Available options:
stripe,
awx
is_physical
boolean
required

Whether this is a physical card

cardholder
CardCardholder · object
required

Cardholder info

created_at
string<date-time>
required

Card creation timestamp

is_single_use
boolean
default:false

Whether this is a single-use card

expiration
string<date-time> | null

Card expiration date

spending_restriction
CardSpendingRestriction · object

Merchant spending restrictions