⚙️
API
  • Welcome!
  • Quick Start
  • Reference
    • API Reference
      • Users
      • Pets
      • Users
Powered by GitBook
On this page
  1. Reference
  2. API Reference

Users

GET /api/user/list

POST /api/user/password-sign-in

Get user access token

Request Body

Name
Type
Description

userName*

f7deat@gmail.com

password*

Password@123

{
    "token": "User token",
    "expiration": "Expired time",
    "succeeded": true
}

PreviousAPI ReferenceNextPets

Last updated 2 years ago