Skip to content

Create a user

POST
/api/v1/user/signup

Create a user account to access exclusive content about Argentine Rock legends. After signing up, you can access endpoints like GETGet all artists to explore the data.

Request Body

application/json
JSON
{
"name": "Carlos",
"email": "carlos@rock-legends.com",
"password": "i-love-rock"
}

Responses

User Created Successfully

Your account has been created and you can now access the Argentine Rock Legends API.

Response Details

The response includes your user information (excluding the password) and your API key for authentication.

Important: Save your API key securely as it will be needed for authenticated requests.

application/json
JSON
{
"id": 1,
"name": "Carlos",
"email": "carlos@rock-legends.com"
}

Playground

Body

Samples

Powered by VitePress OpenAPI