Skip to main content

Handle Error 2

POST {{baseUrl}}/error

Headers

  • "Accept": "/"

URL

Raw URL: {{baseUrl}}/error

Response

  • Status: OK (200)
  • Content-Type: /

Sample Response

{
"error": {
"status": "205 RESET_CONTENT",
"message": "",
"reasons": {
"irure6_": ""
}
}
}

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request POST \ 
--url /error \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!