Skip to content

Create a customer comment on behalf of a customer​

POST
/product/sites/{siteId}/feedback/{feedbackId}/comment-on-behalf

Authorizations​

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

Personal access token. Value: Token <your-token>

Type
API Key (header: Authorization)

Parameters​

Path Parameters

siteId*
Type
string
Required
feedbackId*
Type
string
Required

Request Body​

application/json
JSON
{
  
"body": "string",
  
"parent_comment": "string",
  
"attachments": [
  
],
  
"external_user": {
  
},
  
"subscribe_user": true
}

Responses​

Created

Playground​

Authorization
Variables
Key
Value
Body

Samples​

Powered by VitePress OpenAPI