customer
as a path parameter.customers.read_write
- Customers Read & WriteAuthorization: Bearer ********************
{
"reason": "untrusted customer"
}
curl --location --request PUT 'https://api.salla.dev/admin/v2/customers/blacklist/' \
--header 'Content-Type: application/json' \
--data-raw '{
"reason": "untrusted customer"
}'
{
"status": 201,
"success": true,
"data": {
"message": "The Blacklist has been updated successfully",
"code": 201
}
}