Skip to content
VitePress OpenAPI
Search
K
Main Navigation
Showcase
Sandbox
Appearance
Menu
Return to top
Create a user
POST
/api/v1/user/signup
Create a user account to access exclusive content about Argentine Rock legends.
Request Body
Schema
Carlos
Maria
JSON
JSON
{
"name"
:
"Carlos"
,
"email"
:
"carlos@rock-legends.com"
,
"password"
:
"i-love-rock"
}
Responses
201
400
Created
Content-Type
application/json
Schema
JSON
JSON
{
"id"
:
1
,
"name"
:
"Carlos"
,
"email"
:
"carlos@rock-legends.com"
}
POST
/api/v1/user/signup
Playground
Body
JSON
Try it out
Samples
Powered by
VitePress OpenAPI