# Hermes 專案 API 文檔
## 流程說明
1. 進入首頁
2. 開始預約場次
3. 預約完成後檢視票券
4. 取消票券
---
## 1. GET - status
**方法**: `GET`
**URL**: `https://line-uat.hermes.com/ma/user/activity/status?project_slug=hermesinthemaking`
**狀態碼**: `200`
**時間**: `2025-10-28T05:44:39.895Z`
### 響應內容
```json
{
"data": {
"exhibition": "available",
"workshop": "available",
"screening": "available"
}
}
```
---
## 2. GET - lock-status
**方法**: `GET`
**URL**: `https://line-uat.hermes.com/ma/user/activity/lock-status?project_slug=hermesinthemaking`
**狀態碼**: `200`
**時間**: `2025-10-28T05:44:39.895Z`
### 響應內容
```json
{
"data": [
{
"activity_id": 48,
"activity_slug": "exhibition",
"is_locked": false
},
{
"activity_id": 49,
"activity_slug": "workshop",
"is_locked": true
},
{
"activity_id": 50,
"activity_slug": "screening",
"is_locked": false
}
]
}
```
---
## 3. POST - tracking_event
**方法**: `POST`
**URL**: `https://line-uat.hermes.com/ma/tracking_event`
**狀態碼**: `200`
**時間**: `2025-10-28T05:44:39.896Z`
### 請求內容
```json
{
"action": "page_view",
"category": "/exhibition/hermesinthemaking",
"from": null
}
```
### 響應內容
```json
{
"data": {
"user_id": 62,
"category": "/exhibition/hermesinthemaking",
"action": "page_view",
"from": null,
"updated_at": "2025-10-28T05:44:39.000000Z",
"created_at": "2025-10-28T05:44:39.000000Z",
"id": 5282
}
}
```
---
## 4. POST - login
**方法**: `POST`
**URL**: `https://line-uat.hermes.com/ma/login`
**狀態碼**: `200`
**時間**: `2025-10-28T05:44:40.240Z`
### 請求內容
```json
{
"line_uid": "Ua4b6ca2f730c32782c2b9e032d5b9428",
"access_token": "eyJhbGciOiJIUzI1NiJ9.GH4sJcuq_g8Tn6nU8txePpfu2pbHtdWibFKtR9humJBIDnj2yMty8TtqI5TwdRY1t_NLGk8xHn4bE6Sg7TGsLP5X9SkfAKYQDINUNlDlbHjPAXxTYOqdhOoh2ZjUDJV-D1NPtDWZMwV2N8z66UBlGsgpsv6NW2uwIPojovlChn4.stbdokkO-G3RqoJdP0kN_JCCpxQ5nE3i6p2g4feRXdM"
}
```
### 響應內容
```json
{
"data": "success"
}
```
---
## 5. GET - zh-tw
**方法**: `GET`
**URL**: `https://line-uat.hermes.com/ma/project/hermesinthemaking/zh-tw`
**狀態碼**: `200`
**時間**: `2025-10-28T05:44:40.419Z`
### 響應內容
```json
{
"data": {
"id": 29,
"name": "Hermes in the making",
"slug": "hermesinthemaking",
"status": "active",
"contents": {
"id": 57,
"project_id": 29,
"lang": "zh-tw",
"content_basic": {
"name": "愛馬仕匠心工坊展覽預約"
},
"menu_bar": {
"menu_link_1": "story_concept_link",
"menu_link_2": "reservation_link",
"menu_link_3": "my_tickets_link",
"menu_link_4": "/hitm-2025/map",
"menu_link_5": "/hitm-2025",
"menu_link_count": 5,
"image_menu_link_1": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/bad3673c-f1c1-44fe-9c34-a5d02b280cef.jpg?var=1761194392436",
"width": 1552,
"height": 285
},
"image_menu_link_2": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/64a34378-c87e-4b0b-bca6-d759e37e61c6.jpg?var=1761194392667",
"width": 1552,
"height": 285
},
"image_menu_link_3": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/14636488-a7b1-4fa3-8735-bc45cf85e999.jpg?var=1761194392809",
"width": 388,
"height": 72
},
"image_menu_link_4": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/e8a7a66a-17cb-40b4-a9d2-16639c123d31.jpg?var=1761194392978",
"width": 1552,
"height": 285
},
"image_menu_link_5": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/39b98250-cc28-4fc8-9024-2644db90a93c.jpg?var=1761194393158",
"width": 1552,
"height": 285
}
},
"content_entry": {
"title": "愛馬仕讓工匠們從幕後走到臺前",
"information": "探索愛馬仕如何製作經久耐用、可修復並世代傳承的作品。\n\n來自近十個產品部門的工匠攜帶著工具齊聚於此,展示他們鍾愛的材料並現場展演精湛技術、匠心技法及獨家的工藝知識。他們的工作呼應了愛馬仕始終如一且已是當代的核心理念:守護並發展工藝 – 這些專業技術往往根植於歷史傳統與地域文化,體現對品質、耐用性與創新的追求,以及周圍對環境的重視。\n「愛馬仕匠心工坊」透過現場展演、工作坊、互動體驗與影片放映,邀請您踏上一場工藝探索旅程,並可依個人興趣
... (已截斷)
```
---
## 6. GET - zh-tw
**方法**: `GET`
**URL**: `https://line-uat.hermes.com/ma/project/hermesinthemaking/zh-tw`
**狀態碼**: `200`
**時間**: `2025-10-28T05:44:40.420Z`
### 響應內容
```json
{
"data": {
"id": 29,
"name": "Hermes in the making",
"slug": "hermesinthemaking",
"status": "active",
"contents": {
"id": 57,
"project_id": 29,
"lang": "zh-tw",
"content_basic": {
"name": "愛馬仕匠心工坊展覽預約"
},
"menu_bar": {
"menu_link_1": "story_concept_link",
"menu_link_2": "reservation_link",
"menu_link_3": "my_tickets_link",
"menu_link_4": "/hitm-2025/map",
"menu_link_5": "/hitm-2025",
"menu_link_count": 5,
"image_menu_link_1": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/bad3673c-f1c1-44fe-9c34-a5d02b280cef.jpg?var=1761194392436",
"width": 1552,
"height": 285
},
"image_menu_link_2": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/64a34378-c87e-4b0b-bca6-d759e37e61c6.jpg?var=1761194392667",
"width": 1552,
"height": 285
},
"image_menu_link_3": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/14636488-a7b1-4fa3-8735-bc45cf85e999.jpg?var=1761194392809",
"width": 388,
"height": 72
},
"image_menu_link_4": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/e8a7a66a-17cb-40b4-a9d2-16639c123d31.jpg?var=1761194392978",
"width": 1552,
"height": 285
},
"image_menu_link_5": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/39b98250-cc28-4fc8-9024-2644db90a93c.jpg?var=1761194393158",
"width": 1552,
"height": 285
}
},
"content_entry": {
"title": "愛馬仕讓工匠們從幕後走到臺前",
"information": "探索愛馬仕如何製作經久耐用、可修復並世代傳承的作品。\n\n來自近十個產品部門的工匠攜帶著工具齊聚於此,展示他們鍾愛的材料並現場展演精湛技術、匠心技法及獨家的工藝知識。他們的工作呼應了愛馬仕始終如一且已是當代的核心理念:守護並發展工藝 – 這些專業技術往往根植於歷史傳統與地域文化,體現對品質、耐用性與創新的追求,以及周圍對環境的重視。\n「愛馬仕匠心工坊」透過現場展演、工作坊、互動體驗與影片放映,邀請您踏上一場工藝探索旅程,並可依個人興趣
... (已截斷)
```
---
## 7. GET - me
**方法**: `GET`
**URL**: `https://line-uat.hermes.com/ma/me`
**狀態碼**: `200`
**時間**: `2025-10-28T05:44:40.514Z`
### 響應內容
```json
{
"data": {
"id": 62,
"mobile": null,
"line_name": "Eric Pan",
"last_login_method": "line"
}
}
```
---
## 8. GET - zh-tw
**方法**: `GET`
**URL**: `https://line-uat.hermes.com/ma/project/hermesinthemaking/zh-tw`
**狀態碼**: `200`
**時間**: `2025-10-28T05:44:40.583Z`
### 響應內容
```json
{
"data": {
"id": 29,
"name": "Hermes in the making",
"slug": "hermesinthemaking",
"status": "active",
"contents": {
"id": 57,
"project_id": 29,
"lang": "zh-tw",
"content_basic": {
"name": "愛馬仕匠心工坊展覽預約"
},
"menu_bar": {
"menu_link_1": "story_concept_link",
"menu_link_2": "reservation_link",
"menu_link_3": "my_tickets_link",
"menu_link_4": "/hitm-2025/map",
"menu_link_5": "/hitm-2025",
"menu_link_count": 5,
"image_menu_link_1": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/bad3673c-f1c1-44fe-9c34-a5d02b280cef.jpg?var=1761194392436",
"width": 1552,
"height": 285
},
"image_menu_link_2": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/64a34378-c87e-4b0b-bca6-d759e37e61c6.jpg?var=1761194392667",
"width": 1552,
"height": 285
},
"image_menu_link_3": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/14636488-a7b1-4fa3-8735-bc45cf85e999.jpg?var=1761194392809",
"width": 388,
"height": 72
},
"image_menu_link_4": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/e8a7a66a-17cb-40b4-a9d2-16639c123d31.jpg?var=1761194392978",
"width": 1552,
"height": 285
},
"image_menu_link_5": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/39b98250-cc28-4fc8-9024-2644db90a93c.jpg?var=1761194393158",
"width": 1552,
"height": 285
}
},
"content_entry": {
"title": "愛馬仕讓工匠們從幕後走到臺前",
"information": "探索愛馬仕如何製作經久耐用、可修復並世代傳承的作品。\n\n來自近十個產品部門的工匠攜帶著工具齊聚於此,展示他們鍾愛的材料並現場展演精湛技術、匠心技法及獨家的工藝知識。他們的工作呼應了愛馬仕始終如一且已是當代的核心理念:守護並發展工藝 – 這些專業技術往往根植於歷史傳統與地域文化,體現對品質、耐用性與創新的追求,以及周圍對環境的重視。\n「愛馬仕匠心工坊」透過現場展演、工作坊、互動體驗與影片放映,邀請您踏上一場工藝探索旅程,並可依個人興趣
... (已截斷)
```
---
## 9. GET - check-agree
**方法**: `GET`
**URL**: `https://line-uat.hermes.com/ma/user/privacy/check-agree?project_slug=hermesinthemaking`
**狀態碼**: `200`
**時間**: `2025-10-28T05:44:40.584Z`
### 響應內容
```json
{
"data": true
}
```
---
## 10. POST - tracking_event
**方法**: `POST`
**URL**: `https://line-uat.hermes.com/ma/tracking_event`
**狀態碼**: `200`
**時間**: `2025-10-28T05:44:42.735Z`
### 請求內容
```json
{
"action": "click",
"category": "story_concept_reservation_cta",
"from": null
}
```
### 響應內容
```json
{
"data": {
"user_id": 62,
"category": "story_concept_reservation_cta",
"action": "click",
"from": null,
"updated_at": "2025-10-28T05:44:42.000000Z",
"created_at": "2025-10-28T05:44:42.000000Z",
"id": 5283
}
}
```
---
## 11. GET - reserved-session
**方法**: `GET`
**URL**: `https://line-uat.hermes.com/ma/user/activity/reserved-session?activity_slug=exhibition`
**狀態碼**: `200`
**時間**: `2025-10-28T05:44:42.742Z`
### 響應內容
```json
{
"data": []
}
```
---
## 12. GET - sessions
**方法**: `GET`
**URL**: `https://line-uat.hermes.com/ma/user/activity/sessions?activity_slug=exhibition`
**狀態碼**: `200`
**時間**: `2025-10-28T05:44:42.743Z`
### 響應內容
```json
{
"data": [
{
"id": 398,
"activity_id": 48,
"that_day": "2025-11-13",
"start_at": "2025-11-13T07:30:00.000000Z",
"end_at": "2025-11-13T09:00:00.000000Z",
"general_max_people": 50,
"general_cur_people": 2,
"general_reg_start": "2025-10-17T07:30:00.000000Z",
"general_reg_end": "2025-11-13T09:00:00.000000Z",
"is_bookable": true,
"content": {
"popup_description_tw": "誠邀您繼續預約\n《愛馬仕全球足跡》xx:xx放映場次,在創意與匠心交織之處,展開全新探索。",
"popup_description_us": "We invite you to continue your journey with another screening of Footsteps Across the World — where creativity and craftsmanship meet.",
"popup_cta_link_type_tw": "reservation_link",
"popup_cta_link_type_us": "reservation_link",
"popup_cta_button_name_tw": "立即預約",
"popup_cta_button_name_us": "Reserve Now",
"popup_cta_activity_slug_tw": "screening",
"popup_cta_activity_slug_us": "screening"
},
"status": "active"
},
{
"id": 399,
"activity_id": 48,
"that_day": "2025-11-13",
"start_at": "2025-11-13T09:30:00.000000Z",
"end_at": "2025-11-13T11:00:00.000000Z",
"general_max_people": 50,
"general_cur_people": 0,
"general_reg_start": "2025-10-17T09:30:00.000000Z",
"general_reg_end": "2025-11-13T11:00:00.000000Z",
"is_bookable": true,
"content": {
"popup_description_tw": "誠邀您繼續預約\n《愛馬仕全球足跡》16:00放映場次,在創意與匠心交織之處,展開全新探索。",
"popup_description_us": "We invite you to continue your journey\nwith another screening of Footsteps Across the World — where creativity and craftsmanship meet.",
"popup_cta_link_type_tw": "reservation_link",
"popup_cta_link_type_us": "reservation_link",
"popup_cta_button_name_tw": "立即預約",
"popup_cta_button_name_us": "Reserve Now",
"popup_cta_activity_slug_tw": "screening",
"popup_cta_activity_slug_us": "screening"
},
"status": "active"
... (已截斷)
```
---
## 13. GET - requirement
**方法**: `GET`
**URL**: `https://line-uat.hermes.com/ma/user/activity/requirement?activity_slug=exhibition&language=zh-TW`
**狀態碼**: `200`
**時間**: `2025-10-28T05:44:42.743Z`
### 響應內容
```json
{
"data": []
}
```
---
## 14. GET - zh-TW
**方法**: `GET`
**URL**: `https://line-uat.hermes.com/ma/activity/exhibition/zh-TW`
**狀態碼**: `200`
**時間**: `2025-10-28T05:44:42.746Z`
### 響應內容
```json
{
"data": {
"activity": {
"id": 48,
"slug": "exhibition",
"status": "active",
"booking_limit": 2,
"start_at": "2025-11-13T07:00:00.000000Z",
"end_at": "2025-11-23T11:00:00.000000Z",
"user_reserve_rule_type": "by-activity",
"user_reserve_rule_max_num": 2,
"contents": {
"id": 93,
"activity_id": 48,
"lang": "zh-tw",
"content_basic": {
"name": "愛馬仕匠心工坊",
"address": "台北市中正區八德路一段1號",
"map_url": "https://maps.app.goo.gl/S5pWqynzgwY6PnRf8",
"location": "華山1914文創產業園區(西一館)",
"privacy_name": "愛馬仕匠心工坊預約系統使用條款暨隱私權政策"
},
"content_entry": {
"title": "預約體驗\n愛馬仕匠心工坊展覽預約",
"content": null,
"information": "地點:華山1914文化創意產業園區 西一館\n(台北市中正區八德路一段1號) \n\n2025年11月15日(六)~ 11月23日(日) \n(11月17日休展)\n\n免費預約觀展"
},
"content_form": {
"title": "活動預約\n愛馬仕匠心工坊展覽",
"image_notes": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/fb74d557-9b97-40da-80a9-c69e47b938b7.png?var=1761618531589",
"width": 1200,
"height": 221
}
},
"content_result": {
"title": "感謝您預約\n愛馬仕匠心工坊\n\n我們誠摯期待您的蒞臨,\n請於入場時出示此頁面予工作人員。",
"information": "華山1914文化創意產業園區 西一館\n(台北市中正區八德路一段1號) \n(11月17日休展)\n\n2025年11月15日(六)~ 11月23日(日)"
},
"content_line": {
"title": "活動即將到來\n愛馬仕匠心工坊|展覽預約",
"banner": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/418a1682-bb7a-45c6-b627-ea2077fe9507.jpg?var=1760795186717",
"width": 1040,
"height": 1040
},
"cta_visible": true,
"description": "每場次將於活動開始前 10 分鐘開放排隊入場。\n請於活動開始前 10 分鐘抵達,並出示此入場 QR Code 予工作人員。\n此 QR Code 僅限單次使用,無法重複入場。\n\n請於入場時向工作人員出示此頁面;如需取消預約,請點擊下方按鈕進行取消。",
"thanks_title": "活動即將到來\n愛馬仕匠心工坊|展覽預約",
"cta_link_type": "reservation_link
... (已截斷)
```
---
## 15. POST - tracking_event
**方法**: `POST`
**URL**: `https://line-uat.hermes.com/ma/tracking_event`
**狀態碼**: `200`
**時間**: `2025-10-28T05:44:42.746Z`
### 請求內容
```json
{
"action": "page_view",
"category": "/exhibition/hermesinthemaking/exhibition",
"from": null
}
```
### 響應內容
```json
{
"data": {
"user_id": 62,
"category": "/exhibition/hermesinthemaking/exhibition",
"action": "page_view",
"from": null,
"updated_at": "2025-10-28T05:44:42.000000Z",
"created_at": "2025-10-28T05:44:42.000000Z",
"id": 5284
}
}
```
---
## 16. GET - zh-tw
**方法**: `GET`
**URL**: `https://line-uat.hermes.com/ma/project/hermesinthemaking/zh-tw`
**狀態碼**: `200`
**時間**: `2025-10-28T05:44:42.971Z`
### 響應內容
```json
{
"data": {
"id": 29,
"name": "Hermes in the making",
"slug": "hermesinthemaking",
"status": "active",
"contents": {
"id": 57,
"project_id": 29,
"lang": "zh-tw",
"content_basic": {
"name": "愛馬仕匠心工坊展覽預約"
},
"menu_bar": {
"menu_link_1": "story_concept_link",
"menu_link_2": "reservation_link",
"menu_link_3": "my_tickets_link",
"menu_link_4": "/hitm-2025/map",
"menu_link_5": "/hitm-2025",
"menu_link_count": 5,
"image_menu_link_1": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/bad3673c-f1c1-44fe-9c34-a5d02b280cef.jpg?var=1761194392436",
"width": 1552,
"height": 285
},
"image_menu_link_2": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/64a34378-c87e-4b0b-bca6-d759e37e61c6.jpg?var=1761194392667",
"width": 1552,
"height": 285
},
"image_menu_link_3": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/14636488-a7b1-4fa3-8735-bc45cf85e999.jpg?var=1761194392809",
"width": 388,
"height": 72
},
"image_menu_link_4": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/e8a7a66a-17cb-40b4-a9d2-16639c123d31.jpg?var=1761194392978",
"width": 1552,
"height": 285
},
"image_menu_link_5": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/39b98250-cc28-4fc8-9024-2644db90a93c.jpg?var=1761194393158",
"width": 1552,
"height": 285
}
},
"content_entry": {
"title": "愛馬仕讓工匠們從幕後走到臺前",
"information": "探索愛馬仕如何製作經久耐用、可修復並世代傳承的作品。\n\n來自近十個產品部門的工匠攜帶著工具齊聚於此,展示他們鍾愛的材料並現場展演精湛技術、匠心技法及獨家的工藝知識。他們的工作呼應了愛馬仕始終如一且已是當代的核心理念:守護並發展工藝 – 這些專業技術往往根植於歷史傳統與地域文化,體現對品質、耐用性與創新的追求,以及周圍對環境的重視。\n「愛馬仕匠心工坊」透過現場展演、工作坊、互動體驗與影片放映,邀請您踏上一場工藝探索旅程,並可依個人興趣
... (已截斷)
```
---
## 17. GET - reserved-session
**方法**: `GET`
**URL**: `https://line-uat.hermes.com/ma/user/activity/reserved-session?activity_slug=exhibition`
**狀態碼**: `200`
**時間**: `2025-10-28T05:44:51.910Z`
### 響應內容
```json
{
"data": []
}
```
---
## 18. GET - zh-tw
**方法**: `GET`
**URL**: `https://line-uat.hermes.com/ma/project/hermesinthemaking/zh-tw`
**狀態碼**: `200`
**時間**: `2025-10-28T05:44:51.911Z`
### 響應內容
```json
{
"data": {
"id": 29,
"name": "Hermes in the making",
"slug": "hermesinthemaking",
"status": "active",
"contents": {
"id": 57,
"project_id": 29,
"lang": "zh-tw",
"content_basic": {
"name": "愛馬仕匠心工坊展覽預約"
},
"menu_bar": {
"menu_link_1": "story_concept_link",
"menu_link_2": "reservation_link",
"menu_link_3": "my_tickets_link",
"menu_link_4": "/hitm-2025/map",
"menu_link_5": "/hitm-2025",
"menu_link_count": 5,
"image_menu_link_1": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/bad3673c-f1c1-44fe-9c34-a5d02b280cef.jpg?var=1761194392436",
"width": 1552,
"height": 285
},
"image_menu_link_2": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/64a34378-c87e-4b0b-bca6-d759e37e61c6.jpg?var=1761194392667",
"width": 1552,
"height": 285
},
"image_menu_link_3": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/14636488-a7b1-4fa3-8735-bc45cf85e999.jpg?var=1761194392809",
"width": 388,
"height": 72
},
"image_menu_link_4": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/e8a7a66a-17cb-40b4-a9d2-16639c123d31.jpg?var=1761194392978",
"width": 1552,
"height": 285
},
"image_menu_link_5": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/39b98250-cc28-4fc8-9024-2644db90a93c.jpg?var=1761194393158",
"width": 1552,
"height": 285
}
},
"content_entry": {
"title": "愛馬仕讓工匠們從幕後走到臺前",
"information": "探索愛馬仕如何製作經久耐用、可修復並世代傳承的作品。\n\n來自近十個產品部門的工匠攜帶著工具齊聚於此,展示他們鍾愛的材料並現場展演精湛技術、匠心技法及獨家的工藝知識。他們的工作呼應了愛馬仕始終如一且已是當代的核心理念:守護並發展工藝 – 這些專業技術往往根植於歷史傳統與地域文化,體現對品質、耐用性與創新的追求,以及周圍對環境的重視。\n「愛馬仕匠心工坊」透過現場展演、工作坊、互動體驗與影片放映,邀請您踏上一場工藝探索旅程,並可依個人興趣
... (已截斷)
```
---
## 19. POST - tracking_event
**方法**: `POST`
**URL**: `https://line-uat.hermes.com/ma/tracking_event`
**狀態碼**: `200`
**時間**: `2025-10-28T05:44:51.920Z`
### 請求內容
```json
{
"action": "page_view",
"category": "/exhibition/hermesinthemaking/exhibition/form",
"from": null
}
```
### 響應內容
```json
{
"data": {
"user_id": 62,
"category": "/exhibition/hermesinthemaking/exhibition/form",
"action": "page_view",
"from": null,
"updated_at": "2025-10-28T05:44:52.000000Z",
"created_at": "2025-10-28T05:44:52.000000Z",
"id": 5285
}
}
```
---
## 20. POST - check_mobile_reserved
**方法**: `POST`
**URL**: `https://line-uat.hermes.com/ma/check_mobile_reserved`
**狀態碼**: `200`
**時間**: `2025-10-28T05:45:01.641Z`
### 請求內容
```json
{
"mobile": "+886976353586",
"activity_id": 48
}
```
### 響應內容
```json
{
"data": {
"is_reserved": false
}
}
```
---
## 21. POST - mobile_validations
**方法**: `POST`
**URL**: `https://line-uat.hermes.com/ma/mobile_validations`
**狀態碼**: `400`
**時間**: `2025-10-28T05:45:01.771Z`
### 請求內容
```json
{
"mobile": "+886976353586",
"lang": "zh-tw"
}
```
---
## 22. POST - check_mobile_reserved
**方法**: `POST`
**URL**: `https://line-uat.hermes.com/ma/check_mobile_reserved`
**狀態碼**: `200`
**時間**: `2025-10-28T05:45:05.361Z`
### 請求內容
```json
{
"mobile": "+886976353586",
"activity_id": 48
}
```
### 響應內容
```json
{
"data": {
"is_reserved": false
}
}
```
---
## 23. POST - mobile_validations
**方法**: `POST`
**URL**: `https://line-uat.hermes.com/ma/mobile_validations`
**狀態碼**: `200`
**時間**: `2025-10-28T05:45:05.426Z`
### 請求內容
```json
{
"mobile": "+886976353586",
"lang": "zh-tw"
}
```
### 響應內容
```json
{
"data": {
"id": 571
}
}
```
---
## 24. POST - verify
**方法**: `POST`
**URL**: `https://line-uat.hermes.com/ma/mobile_validations/571/verify`
**狀態碼**: `200`
**時間**: `2025-10-28T05:45:19.181Z`
### 請求內容
```json
{
"mobile": "+886976353586",
"pin": "434340"
}
```
### 響應內容
```json
{
"data": {
"token": "w0rXJXq7PMscGBMv"
}
}
```
---
## 25. GET - reserved-session
**方法**: `GET`
**URL**: `https://line-uat.hermes.com/ma/user/activity/reserved-session?activity_slug=exhibition`
**狀態碼**: `200`
**時間**: `2025-10-28T05:45:19.383Z`
### 響應內容
```json
{
"data": []
}
```
---
## 26. GET - zh-TW
**方法**: `GET`
**URL**: `https://line-uat.hermes.com/ma/activity/exhibition/zh-TW`
**狀態碼**: `200`
**時間**: `2025-10-28T05:45:19.384Z`
### 響應內容
```json
{
"data": {
"activity": {
"id": 48,
"slug": "exhibition",
"status": "active",
"booking_limit": 2,
"start_at": "2025-11-13T07:00:00.000000Z",
"end_at": "2025-11-23T11:00:00.000000Z",
"user_reserve_rule_type": "by-activity",
"user_reserve_rule_max_num": 2,
"contents": {
"id": 93,
"activity_id": 48,
"lang": "zh-tw",
"content_basic": {
"name": "愛馬仕匠心工坊",
"address": "台北市中正區八德路一段1號",
"map_url": "https://maps.app.goo.gl/S5pWqynzgwY6PnRf8",
"location": "華山1914文創產業園區(西一館)",
"privacy_name": "愛馬仕匠心工坊預約系統使用條款暨隱私權政策"
},
"content_entry": {
"title": "預約體驗\n愛馬仕匠心工坊展覽預約",
"content": null,
"information": "地點:華山1914文化創意產業園區 西一館\n(台北市中正區八德路一段1號) \n\n2025年11月15日(六)~ 11月23日(日) \n(11月17日休展)\n\n免費預約觀展"
},
"content_form": {
"title": "活動預約\n愛馬仕匠心工坊展覽",
"image_notes": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/fb74d557-9b97-40da-80a9-c69e47b938b7.png?var=1761618531589",
"width": 1200,
"height": 221
}
},
"content_result": {
"title": "感謝您預約\n愛馬仕匠心工坊\n\n我們誠摯期待您的蒞臨,\n請於入場時出示此頁面予工作人員。",
"information": "華山1914文化創意產業園區 西一館\n(台北市中正區八德路一段1號) \n(11月17日休展)\n\n2025年11月15日(六)~ 11月23日(日)"
},
"content_line": {
"title": "活動即將到來\n愛馬仕匠心工坊|展覽預約",
"banner": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/418a1682-bb7a-45c6-b627-ea2077fe9507.jpg?var=1760795186717",
"width": 1040,
"height": 1040
},
"cta_visible": true,
"description": "每場次將於活動開始前 10 分鐘開放排隊入場。\n請於活動開始前 10 分鐘抵達,並出示此入場 QR Code 予工作人員。\n此 QR Code 僅限單次使用,無法重複入場。\n\n請於入場時向工作人員出示此頁面;如需取消預約,請點擊下方按鈕進行取消。",
"thanks_title": "活動即將到來\n愛馬仕匠心工坊|展覽預約",
"cta_link_type": "reservation_link
... (已截斷)
```
---
## 27. GET - zh-tw
**方法**: `GET`
**URL**: `https://line-uat.hermes.com/ma/project/hermesinthemaking/zh-tw`
**狀態碼**: `200`
**時間**: `2025-10-28T05:45:19.385Z`
### 響應內容
```json
{
"data": {
"id": 29,
"name": "Hermes in the making",
"slug": "hermesinthemaking",
"status": "active",
"contents": {
"id": 57,
"project_id": 29,
"lang": "zh-tw",
"content_basic": {
"name": "愛馬仕匠心工坊展覽預約"
},
"menu_bar": {
"menu_link_1": "story_concept_link",
"menu_link_2": "reservation_link",
"menu_link_3": "my_tickets_link",
"menu_link_4": "/hitm-2025/map",
"menu_link_5": "/hitm-2025",
"menu_link_count": 5,
"image_menu_link_1": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/bad3673c-f1c1-44fe-9c34-a5d02b280cef.jpg?var=1761194392436",
"width": 1552,
"height": 285
},
"image_menu_link_2": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/64a34378-c87e-4b0b-bca6-d759e37e61c6.jpg?var=1761194392667",
"width": 1552,
"height": 285
},
"image_menu_link_3": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/14636488-a7b1-4fa3-8735-bc45cf85e999.jpg?var=1761194392809",
"width": 388,
"height": 72
},
"image_menu_link_4": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/e8a7a66a-17cb-40b4-a9d2-16639c123d31.jpg?var=1761194392978",
"width": 1552,
"height": 285
},
"image_menu_link_5": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/39b98250-cc28-4fc8-9024-2644db90a93c.jpg?var=1761194393158",
"width": 1552,
"height": 285
}
},
"content_entry": {
"title": "愛馬仕讓工匠們從幕後走到臺前",
"information": "探索愛馬仕如何製作經久耐用、可修復並世代傳承的作品。\n\n來自近十個產品部門的工匠攜帶著工具齊聚於此,展示他們鍾愛的材料並現場展演精湛技術、匠心技法及獨家的工藝知識。他們的工作呼應了愛馬仕始終如一且已是當代的核心理念:守護並發展工藝 – 這些專業技術往往根植於歷史傳統與地域文化,體現對品質、耐用性與創新的追求,以及周圍對環境的重視。\n「愛馬仕匠心工坊」透過現場展演、工作坊、互動體驗與影片放映,邀請您踏上一場工藝探索旅程,並可依個人興趣
... (已截斷)
```
---
## 28. POST - tracking_event
**方法**: `POST`
**URL**: `https://line-uat.hermes.com/ma/tracking_event`
**狀態碼**: `200`
**時間**: `2025-10-28T05:45:19.388Z`
### 請求內容
```json
{
"action": "page_view",
"category": "/exhibition/hermesinthemaking/exhibition/confirmation",
"from": null
}
```
### 響應內容
```json
{
"data": {
"user_id": 62,
"category": "/exhibition/hermesinthemaking/exhibition/confirmation",
"action": "page_view",
"from": null,
"updated_at": "2025-10-28T05:45:19.000000Z",
"created_at": "2025-10-28T05:45:19.000000Z",
"id": 5286
}
}
```
---
## 29. GET - zh-tw
**方法**: `GET`
**URL**: `https://line-uat.hermes.com/ma/project/hermesinthemaking/zh-tw`
**狀態碼**: `200`
**時間**: `2025-10-28T05:45:19.555Z`
### 響應內容
```json
{
"data": {
"id": 29,
"name": "Hermes in the making",
"slug": "hermesinthemaking",
"status": "active",
"contents": {
"id": 57,
"project_id": 29,
"lang": "zh-tw",
"content_basic": {
"name": "愛馬仕匠心工坊展覽預約"
},
"menu_bar": {
"menu_link_1": "story_concept_link",
"menu_link_2": "reservation_link",
"menu_link_3": "my_tickets_link",
"menu_link_4": "/hitm-2025/map",
"menu_link_5": "/hitm-2025",
"menu_link_count": 5,
"image_menu_link_1": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/bad3673c-f1c1-44fe-9c34-a5d02b280cef.jpg?var=1761194392436",
"width": 1552,
"height": 285
},
"image_menu_link_2": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/64a34378-c87e-4b0b-bca6-d759e37e61c6.jpg?var=1761194392667",
"width": 1552,
"height": 285
},
"image_menu_link_3": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/14636488-a7b1-4fa3-8735-bc45cf85e999.jpg?var=1761194392809",
"width": 388,
"height": 72
},
"image_menu_link_4": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/e8a7a66a-17cb-40b4-a9d2-16639c123d31.jpg?var=1761194392978",
"width": 1552,
"height": 285
},
"image_menu_link_5": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/39b98250-cc28-4fc8-9024-2644db90a93c.jpg?var=1761194393158",
"width": 1552,
"height": 285
}
},
"content_entry": {
"title": "愛馬仕讓工匠們從幕後走到臺前",
"information": "探索愛馬仕如何製作經久耐用、可修復並世代傳承的作品。\n\n來自近十個產品部門的工匠攜帶著工具齊聚於此,展示他們鍾愛的材料並現場展演精湛技術、匠心技法及獨家的工藝知識。他們的工作呼應了愛馬仕始終如一且已是當代的核心理念:守護並發展工藝 – 這些專業技術往往根植於歷史傳統與地域文化,體現對品質、耐用性與創新的追求,以及周圍對環境的重視。\n「愛馬仕匠心工坊」透過現場展演、工作坊、互動體驗與影片放映,邀請您踏上一場工藝探索旅程,並可依個人興趣
... (已截斷)
```
---
## 30. POST - reservations
**方法**: `POST`
**URL**: `https://line-uat.hermes.com/ma/reservations`
**狀態碼**: `200`
**時間**: `2025-10-28T05:45:20.838Z`
### 請求內容
```json
{
"activity_id": 48,
"headcount": "2",
"level": "general",
"first_name": "Eric",
"last_name": "Pan",
"gender": "male",
"birthday": null,
"age_level": "25-34",
"email": "eric_pan@imagtw.com",
"mobile": "+886976353586",
"mobile_validation_id": 571,
"mobile_validation_token": "w0rXJXq7PMscGBMv",
"mobile_quick_verify": false,
"mobile_validation_pincode": null,
"line_name": "",
"agree_privacy": 1,
"description": "none",
"lang": "zh-tw",
"activity_session_id": 404
}
```
### 響應內容
```json
{
"reservation_id": 236,
"validation_id": 572,
"quick_verify_token": "wH6RcOihHnlRsGMc",
"pin_code": "434340",
"message": "All reservations created successfully"
}
```
---
## 31. GET - 236
**方法**: `GET`
**URL**: `https://line-uat.hermes.com/ma/reservations/236`
**狀態碼**: `200`
**時間**: `2025-10-28T05:45:22.570Z`
### 響應內容
```json
{
"data": [
{
"id": 236,
"user_id": 62,
"parent_id": null,
"ticket_num": "00236-1",
"level": "general",
"store_id": null,
"status": "reserved",
"first_name": "Eric",
"last_name": "Pan",
"gender": "male",
"birthday": null,
"age_level": "25-34",
"mobile": "+886976353586",
"email": "eric_pan@imagtw.com",
"description": "none",
"language": "zh-tw",
"activity_id": 48,
"activity_session_id": 404,
"share_code": null,
"check_in_code": "hasw75",
"checkin_code_expired_at": null,
"hash_code": "fwaueqtqrpfh",
"shared_at": null,
"checked_in_at": null,
"cancelled_at": null,
"agree_privacy_at": "2025-10-28T05:45:20.000Z",
"notified_at": "2025-10-28T05:45:21.000Z",
"reminded_at": null,
"created_at": "2025-10-28T05:45:20.000Z",
"updated_at": "2025-10-28T05:45:21.000Z",
"user": {
"id": 62,
"line_uid": "Ua4b6ca2f730c32782c2b9e032d5b9428",
"mobile": null,
"line_name": "Eric Pan",
"last_login_method": "line",
"created_at": "2025-09-30T08:16:36.000Z",
"updated_at": "2025-09-30T08:16:36.000Z"
},
"activity_session": {
"id": 404,
"activity_id": 48,
"that_day": "2025-11-15",
"start_at": "2025-11-15T03:00:00.000Z",
"end_at": "2025-11-15T04:30:00.000Z",
"general_reg_start": "2025-10-17T03:00:00.000Z",
"general_reg_end": "2025-11-15T04:30:00.000Z",
"vip_reg_start": "2025-10-17T03:00:00.000Z",
"vip_reg_end": "2025-11-15T04:30:00.000Z",
"general_max_people": 50,
"general_cur_people": 2,
"vip_max_people": 150,
"vip_cur_people": 0,
"content": null,
"created_at": "2025-10-17T09:04:46.000Z",
"updated_at": "2025-10-28T05:45:20.000Z"
},
"activity": {
"id": 48,
"project_id": 29,
"slug":
... (已截斷)
```
---
## 32. POST - tracking_event
**方法**: `POST`
**URL**: `https://line-uat.hermes.com/ma/tracking_event`
**狀態碼**: `200`
**時間**: `2025-10-28T05:45:22.573Z`
### 請求內容
```json
{
"action": "page_view",
"category": "/exhibition/hermesinthemaking/exhibition/ticket",
"from": null
}
```
### 響應內容
```json
{
"data": {
"user_id": 62,
"category": "/exhibition/hermesinthemaking/exhibition/ticket",
"action": "page_view",
"from": null,
"updated_at": "2025-10-28T05:45:22.000000Z",
"created_at": "2025-10-28T05:45:22.000000Z",
"id": 5287
}
}
```
---
## 33. GET - reserved-session
**方法**: `GET`
**URL**: `https://line-uat.hermes.com/ma/user/activity/reserved-session?activity_slug=exhibition`
**狀態碼**: `200`
**時間**: `2025-10-28T05:45:22.692Z`
### 響應內容
```json
{
"data": [
{
"session_id": 404,
"status": "reserved",
"start_at": "2025-11-15T03:00:00.000000Z",
"end_at": "2025-11-15T04:30:00.000000Z"
}
]
}
```
---
## 34. GET - zh-tw
**方法**: `GET`
**URL**: `https://line-uat.hermes.com/ma/project/hermesinthemaking/zh-tw`
**狀態碼**: `200`
**時間**: `2025-10-28T05:45:22.692Z`
### 響應內容
```json
{
"data": {
"id": 29,
"name": "Hermes in the making",
"slug": "hermesinthemaking",
"status": "active",
"contents": {
"id": 57,
"project_id": 29,
"lang": "zh-tw",
"content_basic": {
"name": "愛馬仕匠心工坊展覽預約"
},
"menu_bar": {
"menu_link_1": "story_concept_link",
"menu_link_2": "reservation_link",
"menu_link_3": "my_tickets_link",
"menu_link_4": "/hitm-2025/map",
"menu_link_5": "/hitm-2025",
"menu_link_count": 5,
"image_menu_link_1": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/bad3673c-f1c1-44fe-9c34-a5d02b280cef.jpg?var=1761194392436",
"width": 1552,
"height": 285
},
"image_menu_link_2": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/64a34378-c87e-4b0b-bca6-d759e37e61c6.jpg?var=1761194392667",
"width": 1552,
"height": 285
},
"image_menu_link_3": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/14636488-a7b1-4fa3-8735-bc45cf85e999.jpg?var=1761194392809",
"width": 388,
"height": 72
},
"image_menu_link_4": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/e8a7a66a-17cb-40b4-a9d2-16639c123d31.jpg?var=1761194392978",
"width": 1552,
"height": 285
},
"image_menu_link_5": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/39b98250-cc28-4fc8-9024-2644db90a93c.jpg?var=1761194393158",
"width": 1552,
"height": 285
}
},
"content_entry": {
"title": "愛馬仕讓工匠們從幕後走到臺前",
"information": "探索愛馬仕如何製作經久耐用、可修復並世代傳承的作品。\n\n來自近十個產品部門的工匠攜帶著工具齊聚於此,展示他們鍾愛的材料並現場展演精湛技術、匠心技法及獨家的工藝知識。他們的工作呼應了愛馬仕始終如一且已是當代的核心理念:守護並發展工藝 – 這些專業技術往往根植於歷史傳統與地域文化,體現對品質、耐用性與創新的追求,以及周圍對環境的重視。\n「愛馬仕匠心工坊」透過現場展演、工作坊、互動體驗與影片放映,邀請您踏上一場工藝探索旅程,並可依個人興趣
... (已截斷)
```
---
## 35. POST - refresh-checkin-code
**方法**: `POST`
**URL**: `https://line-uat.hermes.com/ma/reservations/236/refresh-checkin-code`
**狀態碼**: `200`
**時間**: `2025-10-28T05:45:22.701Z`
### 響應內容
```json
{
"data": {
"code": "npqrp9",
"expired_at": "2025-10-28T05:48:22.788601Z"
}
}
```
---
## 36. GET - zh-tw
**方法**: `GET`
**URL**: `https://line-uat.hermes.com/ma/project/hermesinthemaking/zh-tw`
**狀態碼**: `200`
**時間**: `2025-10-28T05:45:22.764Z`
### 響應內容
```json
{
"data": {
"id": 29,
"name": "Hermes in the making",
"slug": "hermesinthemaking",
"status": "active",
"contents": {
"id": 57,
"project_id": 29,
"lang": "zh-tw",
"content_basic": {
"name": "愛馬仕匠心工坊展覽預約"
},
"menu_bar": {
"menu_link_1": "story_concept_link",
"menu_link_2": "reservation_link",
"menu_link_3": "my_tickets_link",
"menu_link_4": "/hitm-2025/map",
"menu_link_5": "/hitm-2025",
"menu_link_count": 5,
"image_menu_link_1": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/bad3673c-f1c1-44fe-9c34-a5d02b280cef.jpg?var=1761194392436",
"width": 1552,
"height": 285
},
"image_menu_link_2": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/64a34378-c87e-4b0b-bca6-d759e37e61c6.jpg?var=1761194392667",
"width": 1552,
"height": 285
},
"image_menu_link_3": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/14636488-a7b1-4fa3-8735-bc45cf85e999.jpg?var=1761194392809",
"width": 388,
"height": 72
},
"image_menu_link_4": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/e8a7a66a-17cb-40b4-a9d2-16639c123d31.jpg?var=1761194392978",
"width": 1552,
"height": 285
},
"image_menu_link_5": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/39b98250-cc28-4fc8-9024-2644db90a93c.jpg?var=1761194393158",
"width": 1552,
"height": 285
}
},
"content_entry": {
"title": "愛馬仕讓工匠們從幕後走到臺前",
"information": "探索愛馬仕如何製作經久耐用、可修復並世代傳承的作品。\n\n來自近十個產品部門的工匠攜帶著工具齊聚於此,展示他們鍾愛的材料並現場展演精湛技術、匠心技法及獨家的工藝知識。他們的工作呼應了愛馬仕始終如一且已是當代的核心理念:守護並發展工藝 – 這些專業技術往往根植於歷史傳統與地域文化,體現對品質、耐用性與創新的追求,以及周圍對環境的重視。\n「愛馬仕匠心工坊」透過現場展演、工作坊、互動體驗與影片放映,邀請您踏上一場工藝探索旅程,並可依個人興趣
... (已截斷)
```
---
## 37. GET - reservations
**方法**: `GET`
**URL**: `https://line-uat.hermes.com/ma/reservations?project_slug=hermesinthemaking`
**狀態碼**: `200`
**時間**: `2025-10-28T05:45:25.554Z`
### 響應內容
```json
{
"data": [
{
"id": 236,
"parent_id": null,
"ticket_num": "00236-1",
"user_id": 62,
"level": "general",
"status": "reserved",
"first_name": "Eric",
"last_name": "Pan",
"gender": "male",
"birthday": null,
"age_level": "25-34",
"mobile": "+886976353586",
"email": "eric_pan@imagtw.com",
"language": "zh-tw",
"activity_id": 48,
"activity_session_id": 404,
"share_code": null,
"check_in_code": "npqrp9",
"child_count": 1,
"hash_code": "fwaueqtqrpfh",
"user": {
"id": 62,
"mobile": null,
"line_name": "Eric Pan",
"last_login_method": "line",
"is_onsite": null
},
"activity": {
"id": 48,
"project_id": 29,
"slug": "exhibition",
"name": "exhibition",
"status": "active",
"user_reserve_rule_type": "by-activity",
"user_reserve_rule_max_num": 2,
"booking_limit": 2,
"start_at": "2025-11-13T07:00:00.000Z",
"end_at": "2025-11-23T11:00:00.000Z",
"created_at": "2025-10-10T09:40:53.000Z",
"updated_at": "2025-10-21T14:32:20.000Z",
"contents": [
{
"activity_id": 48,
"lang": "zh-tw",
"content_basic": {
"name": "愛馬仕匠心工坊",
"address": "台北市中正區八德路一段1號",
"map_url": "https://maps.app.goo.gl/S5pWqynzgwY6PnRf8",
"location": "華山1914文創產業園區(西一館)",
"privacy_name": "愛馬仕匠心工坊預約系統使用條款暨隱私權政策"
}
},
{
"activity_id": 48,
"lang": "en-us",
"content_basic": {
"name": "Hermès in the Making",
"address": "No. 1, Section 1, Bade Road, Zhongzheng District, Taipei City",
"map_url": "https://maps.app.goo.gl/S5pWqynzgwY6PnRf8",
"location": "Huashan 1914 Creative Park (West 1 Hall)",
"privacy_n
... (已截斷)
```
---
## 38. GET - reserved-session
**方法**: `GET`
**URL**: `https://line-uat.hermes.com/ma/user/activity/reserved-session?activity_slug=my-tickets`
**狀態碼**: `200`
**時間**: `2025-10-28T05:45:25.556Z`
### 響應內容
```json
{
"data": []
}
```
---
## 39. GET - zh-TW
**方法**: `GET`
**URL**: `https://line-uat.hermes.com/ma/activity/my-tickets/zh-TW`
**狀態碼**: `400`
**時間**: `2025-10-28T05:45:25.558Z`
---
## 40. POST - tracking_event
**方法**: `POST`
**URL**: `https://line-uat.hermes.com/ma/tracking_event`
**狀態碼**: `200`
**時間**: `2025-10-28T05:45:25.561Z`
### 請求內容
```json
{
"action": "page_view",
"category": "/exhibition/hermesinthemaking/my-tickets",
"from": null
}
```
### 響應內容
```json
{
"data": {
"user_id": 62,
"category": "/exhibition/hermesinthemaking/my-tickets",
"action": "page_view",
"from": null,
"updated_at": "2025-10-28T05:45:25.000000Z",
"created_at": "2025-10-28T05:45:25.000000Z",
"id": 5288
}
}
```
---
## 41. GET - zh-tw
**方法**: `GET`
**URL**: `https://line-uat.hermes.com/ma/project/hermesinthemaking/zh-tw`
**狀態碼**: `200`
**時間**: `2025-10-28T05:45:25.579Z`
### 響應內容
```json
{
"data": {
"id": 29,
"name": "Hermes in the making",
"slug": "hermesinthemaking",
"status": "active",
"contents": {
"id": 57,
"project_id": 29,
"lang": "zh-tw",
"content_basic": {
"name": "愛馬仕匠心工坊展覽預約"
},
"menu_bar": {
"menu_link_1": "story_concept_link",
"menu_link_2": "reservation_link",
"menu_link_3": "my_tickets_link",
"menu_link_4": "/hitm-2025/map",
"menu_link_5": "/hitm-2025",
"menu_link_count": 5,
"image_menu_link_1": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/bad3673c-f1c1-44fe-9c34-a5d02b280cef.jpg?var=1761194392436",
"width": 1552,
"height": 285
},
"image_menu_link_2": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/64a34378-c87e-4b0b-bca6-d759e37e61c6.jpg?var=1761194392667",
"width": 1552,
"height": 285
},
"image_menu_link_3": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/14636488-a7b1-4fa3-8735-bc45cf85e999.jpg?var=1761194392809",
"width": 388,
"height": 72
},
"image_menu_link_4": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/e8a7a66a-17cb-40b4-a9d2-16639c123d31.jpg?var=1761194392978",
"width": 1552,
"height": 285
},
"image_menu_link_5": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/39b98250-cc28-4fc8-9024-2644db90a93c.jpg?var=1761194393158",
"width": 1552,
"height": 285
}
},
"content_entry": {
"title": "愛馬仕讓工匠們從幕後走到臺前",
"information": "探索愛馬仕如何製作經久耐用、可修復並世代傳承的作品。\n\n來自近十個產品部門的工匠攜帶著工具齊聚於此,展示他們鍾愛的材料並現場展演精湛技術、匠心技法及獨家的工藝知識。他們的工作呼應了愛馬仕始終如一且已是當代的核心理念:守護並發展工藝 – 這些專業技術往往根植於歷史傳統與地域文化,體現對品質、耐用性與創新的追求,以及周圍對環境的重視。\n「愛馬仕匠心工坊」透過現場展演、工作坊、互動體驗與影片放映,邀請您踏上一場工藝探索旅程,並可依個人興趣
... (已截斷)
```
---
## 42. GET - 236
**方法**: `GET`
**URL**: `https://line-uat.hermes.com/ma/reservations/236`
**狀態碼**: `200`
**時間**: `2025-10-28T05:45:28.706Z`
### 響應內容
```json
{
"data": [
{
"id": 236,
"user_id": 62,
"parent_id": null,
"ticket_num": "00236-1",
"level": "general",
"store_id": null,
"status": "reserved",
"first_name": "Eric",
"last_name": "Pan",
"gender": "male",
"birthday": null,
"age_level": "25-34",
"mobile": "+886976353586",
"email": "eric_pan@imagtw.com",
"description": "none",
"language": "zh-tw",
"activity_id": 48,
"activity_session_id": 404,
"share_code": null,
"check_in_code": "npqrp9",
"checkin_code_expired_at": "2025-10-28 05:48:22",
"hash_code": "fwaueqtqrpfh",
"shared_at": null,
"checked_in_at": null,
"cancelled_at": null,
"agree_privacy_at": "2025-10-28T05:45:20.000Z",
"notified_at": "2025-10-28T05:45:21.000Z",
"reminded_at": null,
"created_at": "2025-10-28T05:45:20.000Z",
"updated_at": "2025-10-28T05:45:22.000Z",
"user": {
"id": 62,
"line_uid": "Ua4b6ca2f730c32782c2b9e032d5b9428",
"mobile": null,
"line_name": "Eric Pan",
"last_login_method": "line",
"created_at": "2025-09-30T08:16:36.000Z",
"updated_at": "2025-09-30T08:16:36.000Z"
},
"activity_session": {
"id": 404,
"activity_id": 48,
"that_day": "2025-11-15",
"start_at": "2025-11-15T03:00:00.000Z",
"end_at": "2025-11-15T04:30:00.000Z",
"general_reg_start": "2025-10-17T03:00:00.000Z",
"general_reg_end": "2025-11-15T04:30:00.000Z",
"vip_reg_start": "2025-10-17T03:00:00.000Z",
"vip_reg_end": "2025-11-15T04:30:00.000Z",
"general_max_people": 50,
"general_cur_people": 2,
"vip_max_people": 150,
"vip_cur_people": 0,
"content": null,
"created_at": "2025-10-17T09:04:46.000Z",
"updated_at": "2025-10-28T05:45:20.000Z"
},
"activity": {
"id": 48,
"project_id": 29,
... (已截斷)
```
---
## 43. GET - reserved-session
**方法**: `GET`
**URL**: `https://line-uat.hermes.com/ma/user/activity/reserved-session?activity_slug=exhibition`
**狀態碼**: `200`
**時間**: `2025-10-28T05:45:28.708Z`
### 響應內容
```json
{
"data": [
{
"session_id": 404,
"status": "reserved",
"start_at": "2025-11-15T03:00:00.000000Z",
"end_at": "2025-11-15T04:30:00.000000Z"
}
]
}
```
---
## 44. POST - tracking_event
**方法**: `POST`
**URL**: `https://line-uat.hermes.com/ma/tracking_event`
**狀態碼**: `200`
**時間**: `2025-10-28T05:45:28.714Z`
### 請求內容
```json
{
"action": "page_view",
"category": "/exhibition/hermesinthemaking/exhibition/ticket",
"from": null
}
```
### 響應內容
```json
{
"data": {
"user_id": 62,
"category": "/exhibition/hermesinthemaking/exhibition/ticket",
"action": "page_view",
"from": null,
"updated_at": "2025-10-28T05:45:28.000000Z",
"created_at": "2025-10-28T05:45:28.000000Z",
"id": 5289
}
}
```
---
## 45. GET - zh-tw
**方法**: `GET`
**URL**: `https://line-uat.hermes.com/ma/project/hermesinthemaking/zh-tw`
**狀態碼**: `200`
**時間**: `2025-10-28T05:45:28.882Z`
### 響應內容
```json
{
"data": {
"id": 29,
"name": "Hermes in the making",
"slug": "hermesinthemaking",
"status": "active",
"contents": {
"id": 57,
"project_id": 29,
"lang": "zh-tw",
"content_basic": {
"name": "愛馬仕匠心工坊展覽預約"
},
"menu_bar": {
"menu_link_1": "story_concept_link",
"menu_link_2": "reservation_link",
"menu_link_3": "my_tickets_link",
"menu_link_4": "/hitm-2025/map",
"menu_link_5": "/hitm-2025",
"menu_link_count": 5,
"image_menu_link_1": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/bad3673c-f1c1-44fe-9c34-a5d02b280cef.jpg?var=1761194392436",
"width": 1552,
"height": 285
},
"image_menu_link_2": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/64a34378-c87e-4b0b-bca6-d759e37e61c6.jpg?var=1761194392667",
"width": 1552,
"height": 285
},
"image_menu_link_3": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/14636488-a7b1-4fa3-8735-bc45cf85e999.jpg?var=1761194392809",
"width": 388,
"height": 72
},
"image_menu_link_4": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/e8a7a66a-17cb-40b4-a9d2-16639c123d31.jpg?var=1761194392978",
"width": 1552,
"height": 285
},
"image_menu_link_5": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/39b98250-cc28-4fc8-9024-2644db90a93c.jpg?var=1761194393158",
"width": 1552,
"height": 285
}
},
"content_entry": {
"title": "愛馬仕讓工匠們從幕後走到臺前",
"information": "探索愛馬仕如何製作經久耐用、可修復並世代傳承的作品。\n\n來自近十個產品部門的工匠攜帶著工具齊聚於此,展示他們鍾愛的材料並現場展演精湛技術、匠心技法及獨家的工藝知識。他們的工作呼應了愛馬仕始終如一且已是當代的核心理念:守護並發展工藝 – 這些專業技術往往根植於歷史傳統與地域文化,體現對品質、耐用性與創新的追求,以及周圍對環境的重視。\n「愛馬仕匠心工坊」透過現場展演、工作坊、互動體驗與影片放映,邀請您踏上一場工藝探索旅程,並可依個人興趣
... (已截斷)
```
---
## 46. POST - refresh-checkin-code
**方法**: `POST`
**URL**: `https://line-uat.hermes.com/ma/reservations/236/refresh-checkin-code`
**狀態碼**: `200`
**時間**: `2025-10-28T05:45:28.891Z`
### 響應內容
```json
{
"data": {
"code": "bhgw8p",
"expired_at": "2025-10-28T05:48:28.939829Z"
}
}
```
---
## 47. POST - cancel-precheck
**方法**: `POST`
**URL**: `https://line-uat.hermes.com/ma/reservations/236/cancel-precheck`
**狀態碼**: `200`
**時間**: `2025-10-28T05:45:31.376Z`
### 請求內容
```json
{
"language": "zh-tw"
}
```
### 響應內容
```json
{
"data": []
}
```
---
## 48. POST - cancel
**方法**: `POST`
**URL**: `https://line-uat.hermes.com/ma/reservations/236/cancel`
**狀態碼**: `200`
**時間**: `2025-10-28T05:45:32.430Z`
### 響應內容
```json
{
"data": "success"
}
```
---
## 49. GET - status
**方法**: `GET`
**URL**: `https://line-uat.hermes.com/ma/user/activity/status?project_slug=hermesinthemaking`
**狀態碼**: `200`
**時間**: `2025-10-28T05:45:32.849Z`
### 響應內容
```json
{
"data": {
"exhibition": "available",
"workshop": "available",
"screening": "available"
}
}
```
---
## 50. GET - lock-status
**方法**: `GET`
**URL**: `https://line-uat.hermes.com/ma/user/activity/lock-status?project_slug=hermesinthemaking`
**狀態碼**: `200`
**時間**: `2025-10-28T05:45:32.850Z`
### 響應內容
```json
{
"data": [
{
"activity_id": 48,
"activity_slug": "exhibition",
"is_locked": false
},
{
"activity_id": 49,
"activity_slug": "workshop",
"is_locked": true
},
{
"activity_id": 50,
"activity_slug": "screening",
"is_locked": false
}
]
}
```
---
## 51. GET - reserved-session
**方法**: `GET`
**URL**: `https://line-uat.hermes.com/ma/user/activity/reserved-session?activity_slug=exhibition`
**狀態碼**: `200`
**時間**: `2025-10-28T05:45:32.850Z`
### 響應內容
```json
{
"data": []
}
```
---
## 52. GET - sessions
**方法**: `GET`
**URL**: `https://line-uat.hermes.com/ma/user/activity/sessions?activity_slug=exhibition`
**狀態碼**: `200`
**時間**: `2025-10-28T05:45:32.850Z`
### 響應內容
```json
{
"data": [
{
"id": 398,
"activity_id": 48,
"that_day": "2025-11-13",
"start_at": "2025-11-13T07:30:00.000000Z",
"end_at": "2025-11-13T09:00:00.000000Z",
"general_max_people": 50,
"general_cur_people": 2,
"general_reg_start": "2025-10-17T07:30:00.000000Z",
"general_reg_end": "2025-11-13T09:00:00.000000Z",
"is_bookable": true,
"content": {
"popup_description_tw": "誠邀您繼續預約\n《愛馬仕全球足跡》xx:xx放映場次,在創意與匠心交織之處,展開全新探索。",
"popup_description_us": "We invite you to continue your journey with another screening of Footsteps Across the World — where creativity and craftsmanship meet.",
"popup_cta_link_type_tw": "reservation_link",
"popup_cta_link_type_us": "reservation_link",
"popup_cta_button_name_tw": "立即預約",
"popup_cta_button_name_us": "Reserve Now",
"popup_cta_activity_slug_tw": "screening",
"popup_cta_activity_slug_us": "screening"
},
"status": "active"
},
{
"id": 399,
"activity_id": 48,
"that_day": "2025-11-13",
"start_at": "2025-11-13T09:30:00.000000Z",
"end_at": "2025-11-13T11:00:00.000000Z",
"general_max_people": 50,
"general_cur_people": 0,
"general_reg_start": "2025-10-17T09:30:00.000000Z",
"general_reg_end": "2025-11-13T11:00:00.000000Z",
"is_bookable": true,
"content": {
"popup_description_tw": "誠邀您繼續預約\n《愛馬仕全球足跡》16:00放映場次,在創意與匠心交織之處,展開全新探索。",
"popup_description_us": "We invite you to continue your journey\nwith another screening of Footsteps Across the World — where creativity and craftsmanship meet.",
"popup_cta_link_type_tw": "reservation_link",
"popup_cta_link_type_us": "reservation_link",
"popup_cta_button_name_tw": "立即預約",
"popup_cta_button_name_us": "Reserve Now",
"popup_cta_activity_slug_tw": "screening",
"popup_cta_activity_slug_us": "screening"
},
"status": "active"
... (已截斷)
```
---
## 53. GET - requirement
**方法**: `GET`
**URL**: `https://line-uat.hermes.com/ma/user/activity/requirement?activity_slug=exhibition&language=zh-TW`
**狀態碼**: `200`
**時間**: `2025-10-28T05:45:32.850Z`
### 響應內容
```json
{
"data": []
}
```
---
## 54. POST - tracking_event
**方法**: `POST`
**URL**: `https://line-uat.hermes.com/ma/tracking_event`
**狀態碼**: `200`
**時間**: `2025-10-28T05:45:32.852Z`
### 請求內容
```json
{
"action": "page_view",
"category": "/exhibition/hermesinthemaking/exhibition",
"from": null
}
```
### 響應內容
```json
{
"data": {
"user_id": 62,
"category": "/exhibition/hermesinthemaking/exhibition",
"action": "page_view",
"from": null,
"updated_at": "2025-10-28T05:45:32.000000Z",
"created_at": "2025-10-28T05:45:32.000000Z",
"id": 5290
}
}
```
---
## 55. GET - zh-TW
**方法**: `GET`
**URL**: `https://line-uat.hermes.com/ma/activity/exhibition/zh-TW`
**狀態碼**: `200`
**時間**: `2025-10-28T05:45:33.026Z`
### 響應內容
```json
{
"data": {
"activity": {
"id": 48,
"slug": "exhibition",
"status": "active",
"booking_limit": 2,
"start_at": "2025-11-13T07:00:00.000000Z",
"end_at": "2025-11-23T11:00:00.000000Z",
"user_reserve_rule_type": "by-activity",
"user_reserve_rule_max_num": 2,
"contents": {
"id": 93,
"activity_id": 48,
"lang": "zh-tw",
"content_basic": {
"name": "愛馬仕匠心工坊",
"address": "台北市中正區八德路一段1號",
"map_url": "https://maps.app.goo.gl/S5pWqynzgwY6PnRf8",
"location": "華山1914文創產業園區(西一館)",
"privacy_name": "愛馬仕匠心工坊預約系統使用條款暨隱私權政策"
},
"content_entry": {
"title": "預約體驗\n愛馬仕匠心工坊展覽預約",
"content": null,
"information": "地點:華山1914文化創意產業園區 西一館\n(台北市中正區八德路一段1號) \n\n2025年11月15日(六)~ 11月23日(日) \n(11月17日休展)\n\n免費預約觀展"
},
"content_form": {
"title": "活動預約\n愛馬仕匠心工坊展覽",
"image_notes": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/fb74d557-9b97-40da-80a9-c69e47b938b7.png?var=1761618531589",
"width": 1200,
"height": 221
}
},
"content_result": {
"title": "感謝您預約\n愛馬仕匠心工坊\n\n我們誠摯期待您的蒞臨,\n請於入場時出示此頁面予工作人員。",
"information": "華山1914文化創意產業園區 西一館\n(台北市中正區八德路一段1號) \n(11月17日休展)\n\n2025年11月15日(六)~ 11月23日(日)"
},
"content_line": {
"title": "活動即將到來\n愛馬仕匠心工坊|展覽預約",
"banner": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/418a1682-bb7a-45c6-b627-ea2077fe9507.jpg?var=1760795186717",
"width": 1040,
"height": 1040
},
"cta_visible": true,
"description": "每場次將於活動開始前 10 分鐘開放排隊入場。\n請於活動開始前 10 分鐘抵達,並出示此入場 QR Code 予工作人員。\n此 QR Code 僅限單次使用,無法重複入場。\n\n請於入場時向工作人員出示此頁面;如需取消預約,請點擊下方按鈕進行取消。",
"thanks_title": "活動即將到來\n愛馬仕匠心工坊|展覽預約",
"cta_link_type": "reservation_link
... (已截斷)
```
---
## 56. GET - zh-tw
**方法**: `GET`
**URL**: `https://line-uat.hermes.com/ma/project/hermesinthemaking/zh-tw`
**狀態碼**: `200`
**時間**: `2025-10-28T05:45:33.026Z`
### 響應內容
```json
{
"data": {
"id": 29,
"name": "Hermes in the making",
"slug": "hermesinthemaking",
"status": "active",
"contents": {
"id": 57,
"project_id": 29,
"lang": "zh-tw",
"content_basic": {
"name": "愛馬仕匠心工坊展覽預約"
},
"menu_bar": {
"menu_link_1": "story_concept_link",
"menu_link_2": "reservation_link",
"menu_link_3": "my_tickets_link",
"menu_link_4": "/hitm-2025/map",
"menu_link_5": "/hitm-2025",
"menu_link_count": 5,
"image_menu_link_1": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/bad3673c-f1c1-44fe-9c34-a5d02b280cef.jpg?var=1761194392436",
"width": 1552,
"height": 285
},
"image_menu_link_2": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/64a34378-c87e-4b0b-bca6-d759e37e61c6.jpg?var=1761194392667",
"width": 1552,
"height": 285
},
"image_menu_link_3": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/14636488-a7b1-4fa3-8735-bc45cf85e999.jpg?var=1761194392809",
"width": 388,
"height": 72
},
"image_menu_link_4": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/e8a7a66a-17cb-40b4-a9d2-16639c123d31.jpg?var=1761194392978",
"width": 1552,
"height": 285
},
"image_menu_link_5": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/39b98250-cc28-4fc8-9024-2644db90a93c.jpg?var=1761194393158",
"width": 1552,
"height": 285
}
},
"content_entry": {
"title": "愛馬仕讓工匠們從幕後走到臺前",
"information": "探索愛馬仕如何製作經久耐用、可修復並世代傳承的作品。\n\n來自近十個產品部門的工匠攜帶著工具齊聚於此,展示他們鍾愛的材料並現場展演精湛技術、匠心技法及獨家的工藝知識。他們的工作呼應了愛馬仕始終如一且已是當代的核心理念:守護並發展工藝 – 這些專業技術往往根植於歷史傳統與地域文化,體現對品質、耐用性與創新的追求,以及周圍對環境的重視。\n「愛馬仕匠心工坊」透過現場展演、工作坊、互動體驗與影片放映,邀請您踏上一場工藝探索旅程,並可依個人興趣
... (已截斷)
```
---
## 57. GET - zh-tw
**方法**: `GET`
**URL**: `https://line-uat.hermes.com/ma/project/hermesinthemaking/zh-tw`
**狀態碼**: `200`
**時間**: `2025-10-28T05:45:33.139Z`
### 響應內容
```json
{
"data": {
"id": 29,
"name": "Hermes in the making",
"slug": "hermesinthemaking",
"status": "active",
"contents": {
"id": 57,
"project_id": 29,
"lang": "zh-tw",
"content_basic": {
"name": "愛馬仕匠心工坊展覽預約"
},
"menu_bar": {
"menu_link_1": "story_concept_link",
"menu_link_2": "reservation_link",
"menu_link_3": "my_tickets_link",
"menu_link_4": "/hitm-2025/map",
"menu_link_5": "/hitm-2025",
"menu_link_count": 5,
"image_menu_link_1": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/bad3673c-f1c1-44fe-9c34-a5d02b280cef.jpg?var=1761194392436",
"width": 1552,
"height": 285
},
"image_menu_link_2": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/64a34378-c87e-4b0b-bca6-d759e37e61c6.jpg?var=1761194392667",
"width": 1552,
"height": 285
},
"image_menu_link_3": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/14636488-a7b1-4fa3-8735-bc45cf85e999.jpg?var=1761194392809",
"width": 388,
"height": 72
},
"image_menu_link_4": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/e8a7a66a-17cb-40b4-a9d2-16639c123d31.jpg?var=1761194392978",
"width": 1552,
"height": 285
},
"image_menu_link_5": {
"url": "https://hermeslineuat.blob.core.windows.net/reservation-module/39b98250-cc28-4fc8-9024-2644db90a93c.jpg?var=1761194393158",
"width": 1552,
"height": 285
}
},
"content_entry": {
"title": "愛馬仕讓工匠們從幕後走到臺前",
"information": "探索愛馬仕如何製作經久耐用、可修復並世代傳承的作品。\n\n來自近十個產品部門的工匠攜帶著工具齊聚於此,展示他們鍾愛的材料並現場展演精湛技術、匠心技法及獨家的工藝知識。他們的工作呼應了愛馬仕始終如一且已是當代的核心理念:守護並發展工藝 – 這些專業技術往往根植於歷史傳統與地域文化,體現對品質、耐用性與創新的追求,以及周圍對環境的重視。\n「愛馬仕匠心工坊」透過現場展演、工作坊、互動體驗與影片放映,邀請您踏上一場工藝探索旅程,並可依個人興趣
... (已截斷)
```
---