/
RE
reqres
/
ReqRes API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 13h ago · Updated 1mo ago
Details
Filter operations
Agent Sandbox
7
App Users
19
Authentication
3
post
Register user
post
Login user
post
Logout user
Collections
10
Custom Endpoints
5
Legacy
8
Authentication
Register user
Register a demo user account.
post
/api/register
Request body
AuthRequest
required
email
string
email
required
password
string
required
Response
Successful registration
RegisterResponse
required
id
integer
token
string
required
Changes