Vocab-app
REST API for a vocabulary learning app, including Users and Vocabs.
AUTHORIZATIONAPI Key
Key
Value
Users
User attributes:
name (String): User's full/ first/ last name
email (String): User's email
password (String): User's password
AUTHORIZATIONAPI Key
This folder is using API Key from collectionVocab-app
POSTRegister a User
http://localhost:5000/api/users
Body: Keys
name, email, password: String, required
AUTHORIZATIONAPI Key
This request is using API Key from collectionVocab-app
Bodyurlencoded
name
email
password
POSTLogin a User
http://localhost:5000/api/users/login
Body: Keys
email, password: String, required
AUTHORIZATIONAPI Key
This request is using API Key from collectionVocab-app
Bodyurlencoded
email
password
Loading