Unblock customer
Unblocks the customer with customer_id.
Path Parameters
- Type: integercustomer
_id requiredIdentifier of the customer.
Responses
- application/json
- application/json
Request Example for put/customers/{customer_id}/unblock/
curl https://api.landbot.io/v1/customers/1/unblock/ \
--request PUT \
--header 'Authorization: Token YOUR_AGENT_TOKEN'
{
"success": true
}