Get an error responseAsk AIget https://{hostname}/api-definitions/v2/endpoints/{apiEndPointId}/versions/{versionNumber}/settings/error-responses/{type}Returns a customizable error response of the selected type.Path ParamstypestringenumrequiredEnum The type of the customizable error response.API_KEY_INVALIDAPI_KEY_FORBIDDENQUOTA_EXCEEDEDJWT_SIGNATURE_INVALIDJWT_CLAIM_VALUE_INVALIDAllowed:API_KEY_INVALIDAPI_KEY_FORBIDDENQUOTA_EXCEEDEDJWT_SIGNATURE_INVALIDJWT_CLAIM_VALUE_INVALIDversionNumberintegerrequiredThe unique identifier for the endpoint version.apiEndPointIdintegerrequiredThe unique identifier for the endpoint.Query ParamsaccountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 200The response shows the current error response. 400Bad request. Some of your request's input is invalid. 401Unauthorized. You aren't authorized to perform the action. 403Forbidden. You don't have permission to access the API endpoint. 404Not found. This API endpoint doesn't exist. 405Method not allowed. 415Unsupported Media Type.Updated about 1 month ago