Base URL: https://api.thecocktailstore.osseed.com/v1

Drinks - Everything that is related with your drinks.

Search cocktail by name.
Request Parameters
Name Required Description
username Yes String. The user name for the login.
password Yes String. The password for the login.
Responses
Code Description
200
{
    "userId": 232,
    "accessToken": "AABBCCDDEEFFGGHH"
}                                
400
{
    "status": "bool",
    "error": "string"
}                                

Lookup a random cocktail.
Request Parameters
Name Required Description
username Yes String. The user name for the login.
password Yes String. The password for the login.
Responses
Code Description
200
{
    "userId": 232,
    "accessToken": "AABBCCDDEEFFGGHH"
}                                
400
{
    "status": "bool",
    "error": "string"
}                                

Add new cocktail.
Request Parameters
Name Required Description
username Yes String. The user name for the login.
password Yes String. The password for the login.
Responses
Code Description
200
{
    "userId": 232,
    "accessToken": "AABBCCDDEEFFGGHH"
}                                
400
{
    "status": "bool",
    "error": "string"
}                                

Users - All the operations related with users.

Logs user into the system.
Request Parameters
Name Required Description
username Yes String. The user name for the login.
password Yes String. The password for the login.
Responses
Code Description
200
{
    "userId": 232,
    "accessToken": "AABBCCDDEEFFGGHH"
}                                
400
{
    "status": "bool",
    "error": "string"
}