POST
/
v1
/
feedback
/
create
curl --request POST \
  --url http://go.cardinalapp.io/api/v1/feedback/create \
  --header 'Cardinal-Token: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "title": "<string>",
  "content": "<string>",
  "reporter": {
    "name": "<string>",
    "email": "<string>"
  },
  "owner": {
    "email": "<string>"
  },
  "provided_at": "2023-11-07T05:31:56Z",
  "origin": "<string>",
  "origin_url": "<string>"
}'
{
  "id": "<string>"
}

Authorizations

Cardinal-Token
string
header
required

Body

application/json

Response

200
application/json

Successful response

The response is of type object.