Authentication
Some endpoints are public, but some require authentication. We provide all the required endpoints to create an account and authorize yourself.
Create a user
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
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.
Authenticate a user
Authenticate with your credentials to access protected endpoints in the Argentine Rock Legends API.
Request Body
Responses
Authentication Successful
You have been successfully authenticated.
Response Details
The response includes:
- Your user information
- Authentication tokens (JWT token and API key)
- Token expiration information
Important: Store these credentials securely and include them in subsequent API requests.