Public
Documentation Settings

survey-api

AUTHORIZATIONBearer Token
Token

<token>

auth

AUTHORIZATIONBearer Token
This folder is using Bearer Token from collectionsurvey-api

POSTSignup

https://nextly-survey.herokuapp.com/users/signup
AUTHORIZATIONBearer Token
This request is using Bearer Token from collectionsurvey-api
HEADERS
Content-Type

application/json

Bodyraw
{
	"email": "email@email.com",
	"password": "123456",
	"username": "username",
	"name": "John Doe",
	"role": "respondent"
}
Example Request
curl
curl --location 'https://nextly-survey.herokuapp.com/users' \
--header 'Content-Type: application/json' \
--data-raw '{
	"email": "test2@gmail.com",
	"password": "123456",
	"username": "test2",
	"name": "John Doe"
}'
200 OK
Example Response
json
{
  "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImlkIjoiNWUzOTg0ODA3YWNlZjQwMDE3Y2IwODI4In0sImlhdCI6MTU4MDgyNzc3NiwiZXhwIjoxNTkwODI3Nzc1fQ.JqnmigWfTgHlm6XUZ9AhBwqhgIccg33zsHuRmFKjtcA",
  "user": {
    "id": "5e3984807acef40017cb0828",
    "name": "John Doe",
    "username": "test2",
    "email": "test2@gmail.com",
    "role": "RESPONDENT",
    "createdAt": "2020-02-04T14:40:37.027Z",
    "deletedAt": null
  }
}
Server

Cowboy

Connection

keep-alive

X-Powered-By

Express

Access-Control-Allow-Origin

*

Content-Type

application/json; charset=utf-8

Content-Length

375

Etag

W/"177-OAyGi3iXngKX27N2W+Qoe+fwapA"

Date

Tue, 04 Feb 2020 14:49:36 GMT

Via

1.1 vegur

POSTLogin

https://nextly-survey.herokuapp.com/users/login
AUTHORIZATIONBearer Token
This request is using Bearer Token from collectionsurvey-api
HEADERS
Content-Type

application/json

Bodyraw
{
	"email": "email@email.com",
	"password": "123456"
}
Example Request
curl
curl --location 'https://nextly-survey.herokuapp.com/users/auth' \
--header 'Content-Type: application/json' \
--data-raw '{
	"email": "admin@admin.com",
	"password": "123456"
}'
200 OK
Example Response
json
{
  "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImlkIjoiNWUzODcyNTkyNWM2NzMwMDE3YjA5NTY0In0sImlhdCI6MTU4MDgyNzc4NiwiZXhwIjoxNTkwODI3Nzg1fQ.bVMI2NqIN2XHJIE0ZKkwAIJ3CLH-XYtsfP2fPJghWWk",
  "user": {
    "id": "5e38725925c6730017b09564",
    "name": "John Doe",
    "username": "admin",
    "email": "admin@admin.com",
    "role": "COORDINATOR",
    "createdAt": "2020-02-03T18:59:28.590Z",
    "deletedAt": null
  }
}
Server

Cowboy

Connection

keep-alive

X-Powered-By

Express

Access-Control-Allow-Origin

*

Content-Type

application/json; charset=utf-8

Content-Length

376

Etag

W/"178-uB6cOC3WKvY0Zv5G16t/b1bQ+9M"

Date

Tue, 04 Feb 2020 14:49:46 GMT

Via

1.1 vegur