API

Authorization - Login

POST http://api.publishers.adlive.io/login

This endpoint allows you to get free cakes.

Path Parameters

Name
Type
Description

username

string

ID of the cake to get, for free of course.

Query Parameters

Name
Type
Description

recipe

string

The API will do its best to find a cake matching the provided recipe.

gluten

boolean

Whether the cake should be gluten-free or not.

{
    "name": "Cake's name",
    "recipe": "Cake's recipe name",
    "cake": "Binary cake"
}

Last updated

Was this helpful?