Skip to content
Reginaldo Junior edited this page Sep 23, 2017 · 1 revision

API Auth

About auth using core winners

[POST] - /auth/login

Request

{ "email": "[email protected]", "password": "123456" }

Response 200

{ "token": "current token access" }

Response 401

{ "user_not_found" }

Response 500

{ "token_expired" } or { "token_absent" }

Clone this wiki locally