logo
CardsUnblock card

Unblock card

Unblocks a previously blocked corporate card by ID.

curl -X POST "https://api-sandbox.contasimples.com/credit-cards/v1/example_string/unblock" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
{}
POST
/credit-cards/v1/{id}/unblock
POST
Bearer Token
Bearer Tokenstring
Required

Bearer token from OAuth 2.0 client credentials. Format: Bearer {token}

Bearer token from OAuth 2.0 client credentials. Format: Bearer {token}
path
idstring
Required

Unique card identifier.

Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token. Bearer token from OAuth 2.0 client credentials. Format: Bearer {token}

Path Parameters

idstring
Required

Unique card identifier.

Responses