Mix it API (1.0)

Download OpenAPI specification:Download

Authentication

Party

Create a party

Request Body schema: application/json

The party options

owner
required
string

The owner's Google ID

Responses

201

Created

400

Bad Request

post /parties

Heroku

https://mix-it-back.herokuapp.com/parties

Request samples

Content type
application/json
No sample

Response samples

Content type
application/json
No sample

Get a party by ID

path Parameters
id
required
string

Responses

200

OK

get /parties/{id}

Heroku

https://mix-it-back.herokuapp.com/parties/{id}

Response samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "id": "string",
  • "owner": "string",
  • "playlist":
    [
    ]
}