Save your wardrobe booking apis
  1. Authentication
Save your wardrobe booking apis
  • Customer booking
    • Getting Started
      • Introduction
      • Authentication
      • Attribute groups
    • Authentication
      • Customer login
        POST
      • Customer signup
        POST
    • categories
      • Get providers
      • Get clothes categories
    • services
      • Get services
    • Upload photos
      • Uplaod photos
    • shoppingCart
      • Create A New Shopping Cart
      • Add items to Shopping Cart
      • Add customer to Shopping Cart
      • Delete Item From Shopping Cart
      • Get Available Logistics Options
      • Add Logistic Option To Shopping Cart
    • order
      • Create the Order from the Shopping Cart
      • List Orders
  1. Authentication

Customer login

Developing
POST
/api/sip/auth/signin
Allows existing users to log in by providing their credentials

Request

Body Params application/json

Example
{
  "email": "documentation@saveyourwardrobe.com",
  "password": "password123"
}

Responses

🟢200Success
application/json
Body

Example
{
    "status": "success",
    "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9"
}
Previous
Attribute groups
Next
Customer signup
Built with