Skip to main content
POST
/
v1
/
store
/
{storeId}
/
public
/
contact
Submit Contact Form
curl --request POST \
  --url https://storekit.samarthh.me/v1/store/{storeId}/public/contact \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "John Doe",
  "email": "[email protected]",
  "subject": "Inquiry",
  "message": "Hello, I have a question about your products."
}
'

Headers

Content-Type
string

Path Parameters

storeId
string
required

Body

application/json

The body is of type object.

Response

200 - application/json

Successful response