Skip to main content
GET
/
v1
/
store
/
{storeId}
/
contacts
Get Contact Submissions
curl --request GET \
  --url https://storekit.samarthh.me/v1/store/{storeId}/contacts

Headers

Store user session cookie from login

Path Parameters

storeId
string
required

Query Parameters

isRead
string

Filter by read status (true/false)

page
string

Page number (default: 1)

limit
string

Items per page (default: 20)

Response

200 - application/json

Successful response