PATCH
/
cards
/
unfreeze
curl --request PATCH \
  --url https://api.finup.io/cards/unfreeze \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <x-api-key>' \
  --data '{
  "card_ids": [
    "<string>"
  ]
}'
{
  "result": {
    "Changed cards": [
      "67c48f6fc8614632e0b338fc"
    ],
    "Unchanged cards due to inappropriate status": [
      "67c48f6fc8614632e0b558fc"
    ]
  }
}

Headers

x-api-key
string
required

API key for authentication

Body

application/json
Body
card_ids
string[]
required

Response

201
application/json
Cards changed successfully
result
object