Public
Documentation Settings

E-Commerce CMS

POSTLogin

https://mighty-stream-85910.herokuapp.com/user/login
HEADERS
Content-Type

application/json

Bodyraw
{
	"username": "user",
	"password": "user"
}

POSTRegister

https://mighty-stream-85910.herokuapp.com/user/register
HEADERS
Content-Type

application/json

access_token

eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NywiaWF0IjoxNTg0OTc0NjYzfQ.E-E2fwvDw8-1YffWtKRpe2OqfngiaYtksR3RzaCxj1A

account w/ "user" role

Bodyraw
{
	"username": "admin3",
	"email": "admin3@mail.com",
	"password": "admin",
	"role": "admin"
}

POSTAdd Product

https://mighty-stream-85910.herokuapp.com/product
HEADERS
Content-Type

application/json

access_token

eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiaWF0IjoxNTg0OTcwMzUwfQ.qRKS8J8WcgP-2AxI4w0uoJuJk0tjx1jbTNF6vy6bIg8

Bodyraw
{
	"name": "Corsair Vengeance RAM 8GB DDR4",
	"image_url": "https://www.scan.co.uk/images/products/2908083-a.jpg",
	"price": "six hundred thousand",
	"stock": -3
}

GETShow All Products

https://mighty-stream-85910.herokuapp.com/product
HEADERS
Content-Type

application/json

access_token

eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiaWF0IjoxNTg0OTcwMzUwfQ.qRKS8J8WcgP-2AxI4w0uoJuJk0tjx1jbTNF6vy6bIg8

Loading