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>"
}
Successful response
The response is of type object
.
Was this page helpful?
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>"
}
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>"
}
Successful response
The response is of type object
.
Was this page helpful?
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>"
}