Public
Documentation Settings

Noddit

This is the collection of the compete APIs of the Noddit app

The collection is divided into 4 resources.

Users

The Users resource.

GETGet User

http://noddit-env.eba-bearemm7.us-east-1.elasticbeanstalk.com/api/v1/users/62502f030b566ed0a86fadbc

Gets a specific user.

AUTHORIZATIONBearer Token
Token

POSTSign Up

http://noddit-env.eba-bearemm7.us-east-1.elasticbeanstalk.com/api/v1/users/signup

Signs up a new user.

Bodyraw (json)
json
{
    "username": "nodditer1",
    "email": "1@noddit.com",
    "password": "noddit"
}

POSTSign In

http://noddit-env.eba-bearemm7.us-east-1.elasticbeanstalk.com/api/v1/users/signin

Signs in the user.

Bodyraw (json)
json
{
    "email": "1@noddit.com",
    "password": "noddit"
}

GETSign out

http://noddit-env.eba-bearemm7.us-east-1.elasticbeanstalk.com/api/v1/users/signout

Signs out the current user.

AUTHORIZATIONBearer Token
Token
Loading