Create Customer
API to create a new customer in your account
Request Headers
Request Body
Sample Request
curl 'https://api.v7.botpenguin.com/customer/create' \
-H 'Authorization: Bearer [MASKED_TOKEN]' \
-H 'Content-Type: application/json' \
--data-raw '{"username":"[MASKED_EMAIL]","name":"Test Customer 1","password":"[MASKED_PASSWORD]","limit":2000}' \
--compressedResponse
β Got any questions?
Last updated
Was this helpful?