Skip to main content
POST
/
stores
/
{storeId}
/
cases
/
{caseId}
/
read
Mark case as read
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.

Authorizations

Authorization
string
header
required

Store API token. Use the sk_ prefixed secret key as the Bearer token.

Path Parameters

storeId
string
required

Store ID (shp_ prefix)

Required string length: 12 - 48
caseId
string
required

Case ID (cs_ prefix)

Required string length: 12 - 48

Response

Case marked as read

ok
boolean
required
data
object
required