Consierge-Service 1.0 Help

getSingleEvent

get service

Endpoint

GET /api/events/{identifier} {identifier} - id or slug

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" } ]

Response Body (401)

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