Get single store event
cURL
curl --request GET \ --url https://api-dev.monyfix.tech/stores/{store_id}/events/{event_id} \ --header 'Authorization: Bearer <token>'
200
Example
{ "id": "<string>", "name": "<string>", "price": 123, "start_time": "2023-11-07T05:31:56Z", "duration": 123, "event_type": "<string>", "participants_limit": 123, "is_active": true, "store": { "id": 123, "name": "<string>", "is_blogger": true, "seller_type": "<string>", "logo_url": "<string>" }, "short_desc": "<string>", "format_price": "<string>", "platform_price": 123, "end_time": "2023-11-07T05:31:56Z", "meeting_link": "<string>", "meeting_password": "<string>", "meeting_platform": "<string>", "cover_picture_url": "<string>", "detail_desc": "<string>", "question_id": 123, "location": { "address": "<string>", "country": "<string>", "city": "<string>" }}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes