Skip to main content
POST
/
api
/
cards
/
{id}
/
unfreeze
Unfreeze a previously frozen card
curl --request POST \
  --url https://mag3nt.com/api/cards/{id}/unfreeze \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "card_id": "<string>",
  "status": "ACTIVE"
}

Documentation Index

Fetch the complete documentation index at: https://docs.mag3nt.com/llms.txt

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

Authorizations

Authorization
string
header
required

Session token from POST /api/auth/verify

Path Parameters

id
string
required

Response

200 - application/json

Card unfrozen

success
boolean
card_id
string
status
string
Example:

"ACTIVE"