Consierge-Service 1.0 Help

getEvents

Endpoint

GET /api/events

Request Headers

{ "Accept": "application/json", "Content-Type": "application/json", for now bearer token not used "Bearer Token": "17|YROk6eOAMh8596SAONJr8KwQGzmqLXPaTBx5QdBn09989ab0" }

Request Body

{ }

Response Body (200)

[ { "id": 8, "name": "qwe", "slug": "qwe", "short_description": "qwe", "description": "<p>awdawe</p>", "picture_url": "http://0.0.0.0:8035/storage/events/01K8ATH0PYGWZWXYXYJ2GJ5SM8.jpg", "event_start_date": "2025-10-01T12:58:57.000000Z", "event_end_date": "2025-11-30T12:59:02.000000Z", "location": "Anywere" }, { "id": 9, "name": "Booooooooo", "slug": "booooooooo", "short_description": "Booooooooo", "description": "<p>BoooooooooBoooooooooBoooooooooBooooooooo</p>", "picture_url": null, "event_start_date": "2025-10-22T13:20:39.000000Z", "event_end_date": "2025-11-20T13:20:43.000000Z", "location": "Paris, France" }, { "id": 5, "name": "test", "slug": "test", "short_description": "r232fgase ", "description": "<p>Description</p>", "picture_url": "http://0.0.0.0:8035/storage/events/01K60NFB75VWZW2BT6V5R8V2XJ.png", "event_start_date": "2025-09-01T00:00:00.000000Z", "event_end_date": "2025-12-01T23:59:59.000000Z", "location": "111" }, { "id": 13, "name": "Event 1wwww", "slug": "event-1wwww", "short_description": null, "description": null, "picture_url": null, "event_start_date": null, "event_end_date": null, "location": null } ]

Response Body (401)

{ "message": "Unauthenticated." }
12 November 2025