cURL
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>" }
1 - 1024
Show child attributes
255
1024
Successful response
Was this page helpful?