Skip to main content

Accepts errors from the UI client

POST 

https://us.app.unleash-hosted.com/ushosted/api/admin/record-ui-error

This endpoint accepts error reports from the UI client, so that we can add observability on UI errors.

Request

Responses

This response has no body.

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L 'https://us.app.unleash-hosted.com/ushosted/api/admin/record-ui-error' \
-H 'Content-Type: application/json' \
-H 'Authorization: <API_KEY_VALUE>' \
-d '{
"errorMessage": "string",
"errorStack": "string"
}'
Request Collapse all
Base URL
https://us.app.unleash-hosted.com/ushosted
Auth
Body required
{
  "errorMessage": "string",
  "errorStack": "string"
}
ResponseClear

Click the Send API Request button above and see the response here!