curl --request POST \
--url https://api.pandabase.io/v2/core/stores/{storeId}/cases/{caseId}/read \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": {
"read": true
}
}Resets the merchant-side unread counter on a case to 0. Useful after polling, or once your integration has surfaced the case to whoever handles support on your end.
Requires CASES_WRITE scope.
curl --request POST \
--url https://api.pandabase.io/v2/core/stores/{storeId}/cases/{caseId}/read \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": {
"read": true
}
}Documentation Index
Fetch the complete documentation index at: https://docs.pandabase.io/llms.txt
Use this file to discover all available pages before exploring further.
Store API token. Use the sk_ prefixed secret key as the Bearer token.
Store ID (shp_ prefix)
12 - 48Case ID (cs_ prefix)
12 - 48