Mock Premier League
AUTHORIZATIONBearer Token
Token
POSTSignup Endpoint
https://mock-pl.herokuapp.com/api/v1/users/signup
Signup as a new user with the following parameters
firstName
lastName
email
password
AUTHORIZATIONBearer Token
This request is using Bearer Token from collectionMock Premier League
HEADERS
Content-Type
Bodyraw
POSTSignin Endpoint
https://mock-pl.herokuapp.com/api/v1/users/signin
Signin as an existing user with the following parameters:
email
- Stringpassword
- String
AUTHORIZATIONBearer Token
Token
HEADERS
Content-Type
Bodyraw
GETGet All Users Endpoint
https://mock-pl.herokuapp.com/api/v1/users
This endpoint returns all registered in the database
AUTHORIZATIONBearer Token
This request is using Bearer Token from collectionMock Premier League
Loading