Customer Token
It retrieves a token that allows access to customer-specific resources via the REST API.
POST
{{Base_url}}/rest/V1/integration/customer/token
Generate your token by providing your username and password in the request body.
eyJraWQiOiIxIiwiYWxnIjoiSFMyNTYifQ.eyJ1aWQiOjIxMDAyNywidXR5cGlkIjozLCJpYXQiOjE3MzczNzQwMDYsImV4cCI6MTczNzM3NzYwNn0.KlPFJHMk16w3XX_zW1auR3GwYPl5BN6wdVm69nwFw1k
{
"message": "The account sign-in was incorrect or your account is disabled temporarily. Please wait and try again later."
}
Last updated