Contactus

Contact us

POST
/api/contactUs

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://api.piktid.com/api/contactUs" \  -H "Content-Type: application/json" \  -d '{    "KEY_ID": "string",    "ACCESS_KEY": "string",    "name": "string",    "message": "string",    "email": "string"  }'
Empty
Empty
Empty
Empty