POST
/
api
/
loyalty
/
reset
Reset Loyalty Currency
curl --request POST \
  --url https://admin.snagsolutions.io/api/loyalty/reset \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '{
  "type": "loyalty_reset_balances",
  "loyaltyCurrencyId": "123e4567-e89b-12d3-a456-426614174000",
  "organizationId": "123e4567-e89b-12d3-a456-426614174222",
  "websiteId": "123e4567-e89b-12d3-a456-426614174111"
}'
{
  "success": true
}

Authorizations

X-API-KEY
string
header
required

Body

application/json

Body

The body is of type object.

Response

200
application/json

200

The response is of type object.