Skip to main content

Send a feedback

POST 

https://api.staging.powerapi.com/api/v1/feedbacks/send

Send a feedback

Request

Body

required

    data

    object

    type stringrequired

    Possible values: [feedbacks]

    attributes

    object

    subject stringrequired
    content stringrequired

Responses

Schema

    any

curl -L 'https://api.staging.powerapi.com/api/v1/feedbacks/send' \
-H 'Content-Type: application/vnd.api+json' \
-H 'Accept: application/vnd.api+json' \
-H 'Authorization: Bearer <TOKEN>' \
-d '{
"data": {
"type": "feedbacks",
"attributes": {
"subject": "string",
"content": "string"
}
}
}'
Request Collapse all
Base URL
https://api.staging.powerapi.com
Auth
Body required
{
  "data": {
    "type": "feedbacks",
    "attributes": {
      "subject": "string",
      "content": "string"
    }
  }
}
ResponseClear

Click the Send API Request button above and see the response here!