Explore
EverREST
1.13.0
OAS 3.0
EverREST API description
Contact educata team
MIT
Documentation
root
GET
/
GET
/lang
/errors
products
GET
/shop
/products
/id
/{id}
PATCH
/shop
/products
/id
/{id}
POST
/shop
/products
/rate
POST
/shop
/products
GET
/shop
/products
/all
DELETE
/shop
/products
/all
GET
/shop
/products
/search
GET
/shop
/products
/categories
GET
/shop
/products
/category
/{category_id}
GET
/shop
/products
/brands
GET
/shop
/products
/brand
/{brand_name}
cart
GET
/shop
/cart
DELETE
/shop
/cart
POST
/shop
/cart
/product
PATCH
/shop
/cart
/product
DELETE
/shop
/cart
/product
POST
/shop
/cart
/checkout
auth
GET
/auth
GET
/auth
/id
/{id}
GET
/auth
/all
POST
/auth
/sign_up
POST
/auth
/sign_in
POST
/auth
/sign_out
POST
/auth
/refresh
POST
/auth
/verify_email
POST
/auth
/recovery
PATCH
/auth
/update
PATCH
/auth
/change_password
DELETE
/auth
/delete
qrcode
GET
/qrcode
POST
/qrcode
/generate
POST
/qrcode
/generate_with_image
quote
GET
/quote
POST
/quote
GET
/quote
/random
GET
/quote
/types
PATCH
/quote
/id
/{id}
DELETE
/quote
/id
/{id}
echo
POST
/echo
/json
POST
/echo
/html
Schemas
Product
UpdateProductDto
UpdateProductRatingDto
CreateProductDto
AddProductToCartDto
ProductIdDto
SignUpDto
SignInDto
VerifyEmailDto
UpdateUserDto
UpdateUserPasswordDto
GenerateQrCodeDto
GenerateQrCodeWithImageDto
QuoteDto
UpdateQuoteDto
EchoDto