v1

latestOpenAPI 3.0.02026-08-06112728.7 KB
Card

Unfreeze organization card

Requires card.create permission.

post/unfreeze

Headers

Datestring

GMT server time, e.g. Tue, 21 Jan 2025 12:00:00 GMT. Required for every request.

Authorizationstring

HMAC-SHA256 Signature header. See the Authentication guide.

Digeststring

SHA-256 digest of the request body when a body is present.

Request body

idstring required

Internal ORGANIZATION_CARD primary key id.

Example request

{
  "id": "a441831c-a5c7-4bed-8f61-793738afd5bc"
}

Response

Standard response envelope

codeinteger required

Business code. 0 means success.

messagestring required

Response message.

Example response

{
  "data": {
    "success": true,
    "message": "Card frozen"
  }
}