api/v1/customer/auth/get-account-by-slug

POST

/api/v1/customer/auth/get-account-by-slug

This API method will find the store based on slug pass in the request.

Sample Request body

Parameter

Value / Type

Required

slug

STRING

true

Sample Response

{
    "status": true,
    "account_id": "l6yYk1WOeo7e2b78dD4j"
}