Skip to main content
POST
/
api
/
cards
/
{id}
/
close
Close a card
curl --request POST \
  --url https://mag3nt.com/api/cards/{id}/close \
  --header 'Authorization: <api-key>'
{
  "success": true,
  "status": "CLOSED",
  "already_closed": true
}

Authorizations

Authorization
string
header
required

API key prefixed with 'Bearer sx_live_...'

Path Parameters

id
string
required

Response

Card closed

success
boolean
status
string
Example:

"CLOSED"

already_closed
boolean