Tag: Salesforce Development
-
How to Return HTTP 200 in Apex REST?
Question I am new to working with webhooks and need to expose an Apex class to an external system to handle a POST operation in Salesforce. Specifically, I am integrating with Authorize.net, which requires the webhook endpoint to return an HTTP 200 status code. Here’s the screenshot of API documentation. Here’s the debug output from…