Base URL: https://api.thecocktailstore.osseed.com/v1
Drinks - Everything that is related with your drinks.
| Name | Required | Description |
|---|---|---|
| username | Yes | String. The user name for the login. |
| password | Yes | String. The password for the login. |
| Code | Description |
|---|---|
| 200 |
{
"userId": 232,
"accessToken": "AABBCCDDEEFFGGHH"
} |
| 400 |
{
"status": "bool",
"error": "string"
} |
| Name | Required | Description |
|---|---|---|
| username | Yes | String. The user name for the login. |
| password | Yes | String. The password for the login. |
| Code | Description |
|---|---|
| 200 |
{
"userId": 232,
"accessToken": "AABBCCDDEEFFGGHH"
} |
| 400 |
{
"status": "bool",
"error": "string"
} |
| Name | Required | Description |
|---|---|---|
| username | Yes | String. The user name for the login. |
| password | Yes | String. The password for the login. |
| Code | Description |
|---|---|
| 200 |
{
"userId": 232,
"accessToken": "AABBCCDDEEFFGGHH"
} |
| 400 |
{
"status": "bool",
"error": "string"
} |
Users - All the operations related with users.
| Name | Required | Description |
|---|---|---|
| username | Yes | String. The user name for the login. |
| password | Yes | String. The password for the login. |
| Code | Description |
|---|---|
| 200 |
{
"userId": 232,
"accessToken": "AABBCCDDEEFFGGHH"
} |
| 400 |
{
"status": "bool",
"error": "string"
} |