Skip to main content
POST
/
api
/
v1
/
cards
/
{card_id}
/
unlock
Unlock Card
curl --request POST \
  --url https://api.usezentra.com/api/v1/cards/{card_id}/unlock \
  --header 'Authorization: Bearer <token>'

Unlock Card

Unlock a previously locked card through the reviewed public gateway.

Endpoint

POST /api/v1/cards/{card_id}/unlock

Path Parameters

card_id
string
required
The card identifier returned during card creation or listing.

Example Request

curl -X POST https://api.usezentra.com/api/v1/cards/card_123/unlock \
  -H "Authorization: Bearer YOUR_SECRET_KEY"

Response Notes

  • The reviewed public OpenAPI models this as an accepted async-style operation.
  • Use this when card usage should be restored after review or remediation.

Next Steps

Lock Card

Re-lock the card if risk conditions return

Security Settings

Review or update longer-lived card controls