List of end points

Below is the list of end point

Create event

POST http://admin.corsotorino.com/api/v1/coffee_machines/:coffee_machine_token/events

This endpoint allows you to get free cakes.

Path Parameters

Name
Type
Description

coffe_machine_token

string

token of the coffee machine

Headers

Name
Type
Description

Authentication

string

Authentication token to track down who is emptying our stocks.

Request Body

Name
Type
Description

event_type

string

The type of event you want to create

{
    "message": "event created"
}

Last updated