API Reference

Generate Customer Token

Authenticate your registered customer via this endpoint. The username is the email and password is the password provided during registration of the customer. Use the token for all API that require a customer Bearer token authorization header.
Sample Curl
curl --location 'https://mygatewayurl.com/V1/customer/auth' --header 'Content-Type: application/json' --data-raw '{ "username": "[email protected]", "password": "MyPassw0rd!" }'

Language
URL
Click Try It! to start a request and see the response here!