Paperclip

Requests

Default Collection

GETGet Users
/api/users
POSTCreate User
/api/users
PUTUpdate User
/api/users/1
DELETEDelete User
/api/users/1
GETUser Details
/api/users/1
POSTLogin
/auth/login
POSTRegister
/auth/register
POSTForgot Password
/auth/forgot-password
Send a request to see the response.