Public
Documentation Settings

Vocab-app

REST API for a vocabulary learning app, including Users and Vocabs.

AUTHORIZATIONAPI Key
Key

X-Api-Key

Value

<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

Andy

email

andy9@gmail.com

password

12345

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

andy5@gmail.com

password

12345

Loading