Products

/api/products

GET https://datelist.io/api/products

This endpoint allows listing the available products.

Query Parameters

Headers

[
    {
        "id": 1234,
        "name": "Your product",
        "price": null,
        "places": 1,
        "duration": 60,
        "calendar_id": 73,
        "created_at": "2021-06-15T12:31:25.652Z",
        "updated_at": "2021-06-15T13:00:04.757Z",
        "description": "",
        "deleted_at": null,
        "active": true,
        "tax_amount": null
    },
    {...}
]

Last updated