Links

Get Customer

This page contains API Documentation to retrieve details about a customer.

Get Customer Details

This API endpoint allows you to retrieve details about a customer.
Endpoint URL: https://api.v7.botpenguin.com/customer/
HTTP Method: GET

Request Headers

  • 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.

Sample 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.

Got any questions?

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]