Get Customer
This page contains API Documentation to retrieve details about a customer.
This API endpoint allows you to retrieve details about a customer.
Endpoint URL:
https://api.v7.botpenguin.com/customer/
HTTP Method: GET
Authorization
: A bearer token is required for authentication. Replace[MASKED_TOKEN]
with your valid API token. This token is used to authenticate and authorize the request.
curl 'https://api.v7.botpenguin.com/customer/' \
-H 'Authorization: Bearer [MASKED_TOKEN]' \
--compressed
Replace
[MASKED_TOKEN]
with your valid API token. Please note that sensitive data such as API tokens should be kept confidential.If you have any questions, you can look into our repository of FAQs, most likely, you will find your answer here, If not, write us at [email protected]
Last modified 1mo ago