Skip to main content
PUT
/
v1
/
store
/
{storeId}
/
contacts
/
{submissionId}
Mark Contact Submission as Read/Unread
curl --request PUT \
  --url https://storekit.samarthh.me/v1/store/{storeId}/contacts/{submissionId} \
  --header 'Content-Type: application/json' \
  --data '{
  "isRead": true
}'

Headers

Store user session cookie from login

Content-Type
string

Path Parameters

storeId
string
required
submissionId
string
required

Contact submission ID

Body

application/json

The body is of type object.

Response

200 - application/json

Successful response