Skip to main content
GET
/
api
/
v1
/
cards
/
status
Get card status
curl --request GET \
  --url https://staging.qash.ai/api/v1/cards/status \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "active"
}
This endpoint requires Authorization: Bearer <token>.
Possible card states are notActivated, active, locked, and canceled.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Card status returned successfully.

id
string<uuid>
required
status
enum<string>
required
Available options:
notActivated,
active,
locked,
canceled