Python
Here we have some demo APIs listed here -
Register User
POST
https://crema-python.herokuapp.com/api/users
This endpoint allows you to get free cakes.
Request Body
Name
Type
Description
name
string
Name of the user
string
Email of the user
password
string
Password for the account
Login User
POST
https://crema-python.herokuapp.com/api/auth
Request Body
Name
Type
Description
string
Email of the user
password
string
Password of the account
Auth User
GET
https://crema-python.herokuapp.com/api/auth
Headers
Name
Type
Description
Authorization
string
Bearer token
Last updated