Public
Documentation Settings

api-laravel-passport

Auth

POSTsignup

api-laravel-passport.test/api/auth/signup
HEADERS
Content-Type

application/json

X-Requested-With

XMLHttpRequest

Bodyraw
{
	"name": "alfredo",
	"email": "alfredo6@modulr.io",
	"password": "123456",
	"password_confirmation": "123456"
}
Example Request
curl
curl --location 'api-laravel-passport.test/api/auth/signup' \
--header 'Content-Type: application/json' \
--header 'X-Requested-With: XMLHttpRequest' \
--data-raw '{
	"name": "alfredo",
	"email": "alfredo6@modulr.io",
	"password": "123456",
	"password_confirmation": "123456"
}'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

GETsignup/activate

http://api-laravel-passport.test/api/auth/signup/activate/bUrL8TpCzVFTr09u8NCQ7TYM9D8SPF5LR9l6v0v6dhfTrJ1g4LPuGmJUooiC
HEADERS
Content-Type

application/json

X-Requested-With

XMLHttpRequest

Example Request
curl
curl --location 'http://api-laravel-passport.test/api/auth/signup/activate/bUrL8TpCzVFTr09u8NCQ7TYM9D8SPF5LR9l6v0v6dhfTrJ1g4LPuGmJUooiC' \
--header 'Content-Type: application/json' \
--header 'X-Requested-With: XMLHttpRequest'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

POSTlogin

api-laravel-passport.test/api/auth/login
HEADERS
Content-Type

application/json

X-Requested-With

XMLHttpRequest

Bodyraw
{
	"email": "alfredo@modulr.io",
	"password": "secret",
	"remember_me": false
}
Example Request
curl
curl --location 'api-laravel-passport.test/api/auth/login' \
--header 'Content-Type: application/json' \
--header 'X-Requested-With: XMLHttpRequest' \
--data-raw '{
	"email": "alfredo@modulr.io",
	"password": "secret",
	"remember_me": false
}'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers