Skip to main content
PUT
/
api
/
external
/
v1
/
cards
/
{cardId}
Update card
curl --request PUT \
  --url https://api.dancity.app/api/external/v1/cards/{cardId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'

Authorizations

Authorization
string
header
required

Merchant API key from the Dancity dashboard.

Path Parameters

cardId
string
required

Body

application/json

The body is of type object.

Response

200

OK