GET
/api/v1/feedback
curl \
-X GET https://api.crawlora.com/api/v1/feedback \
-H "x-api-key: $API_KEY"
Response examples (200)
{
"is_error": true,
"message": "string",
"correlator_id": "string",
"data": [
{
"id": "string",
"subject": "string",
"description": "string",
"created_at": "string",
"updated_at": "string"
}
]
}
Response examples (401)
{
"is_error": true,
"message": "string",
"correlator_id": "string",
"data": {}
}
Response examples (404)
{
"is_error": true,
"message": "string",
"correlator_id": "string",
"data": {}
}