Customer

Verify Customer

post

/V2/auth/verify/customer

Header parameters
Content-Typestring

Content Type

Example: application/json
Body
object
Example: {"identity":"{{usernameLogin}}"}
Responses
curl -L \
  --request POST \
  --url 'https://beta.magento.pixiedia.com/V2/auth/verify/customer' \
  --header 'Content-Type: application/json' \
  --data '{
    "identity": "{{usernameLogin}}"
  }'

No body