Unfreeze Card
POST
/web/v1/slash/connections/{connectionBizId}/cards/{cardId}/unfreezeJWTUnfreezes a previously frozen card, restoring it to active status.
Authentication
Requires a valid JWT token. Portal access: system, tenant.
Request Parameters
| Name | Type | Required | In | Description |
|---|---|---|---|---|
connectionBizId | String | Yes | path | Slash connection business ID. |
cardId | String | Yes | path | The card ID to unfreeze. |
Success Response
Not Found404
{
"code": "4040",
"message": "Card not found"
}Error Responses
| HTTP Status | Code | Description |
|---|---|---|
| 401 | 4010 | Invalid or expired JWT token |
| 404 | 4040 | Card or connection not found |
Notes
- Only frozen cards can be unfrozen.
- No request body is required.