Send a feedback
POSThttps://api.staging.powerapi.com/api/v1/feedbacks/send
Send a feedback
Request
- application/vnd.api+json
Body
required
data
object
Responses
- 204
- application/vnd.api+json
- Schema
Schema
any
- curl
- python
- go
- nodejs
- ruby
- java
- powershell
- CURL
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"
}
}
}'
ResponseClear