cURL
curl --request GET \ --url https://staging.qash.ai/api/v1/cards/status \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "active" }
Return the current status of the authenticated user’s primary card.
Authorization: Bearer <token>
notActivated
active
locked
canceled
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Card status returned successfully.