Skip to main content
GET
/
admin
/
feedback
Get Admin Feedback
curl --request GET \
  --url https://staging-api.polysimulator.com/admin/feedback
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

authorization
string | null

Query Parameters

status
string | null
type
string | null
severity
string | null
limit
integer
default:50
offset
integer
default:0

Response

Successful Response