POST
/
csat
/
submissions
cURL
curl --request POST \
  --url https://platform.thena.ai/csat/submissions \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "Thank you for your feedback!"
}

Authorizations

x-api-key
string
header
required

Enter your API key

Query Parameters

token
string
required

Response

200
application/json

Success - Feedback submitted successfully

The response is of type any.