Page 1 of 1

Custom HTTP Response Codes

Posted: May 3rd, 2024, 2:34 pm
by Matt.Healy
REST APIs should be able to return an HTTP status code besides 200. This is needed for integrating with other systems that will consume the API. Most would expect a 200 response to mean the call was successful. In the case of an error, the system should be able to set a different response status code to indicate the failure type.

Re: Custom HTTP Response Codes

Posted: May 3rd, 2024, 2:42 pm
by JustinVanRegenmorter
Task 11992 has been created for this feature. This post will be updated when the task is complete.