Update Customer
API to update the customer details
Path Parameters
Request Headers
Request Body
curl 'https://api.v7.botpenguin.com/customer/{customer_id}' \
-X 'PUT' \
-H 'Authorization: Bearer [MASKED_TOKEN]' \
-H 'Content-Type: application/json' \
--data-raw '{[MASKED_DATA]}' \
--compressedResponse
β Got any questions?
Last updated
Was this helpful?