Skip to main content
Answer

Webhook Interface Discovery

  • September 17, 2025
  • 1 reply
  • 29 views

Forum|alt.badge.img

For a webhook that has been registered with an endpoint in Acumatica (24R1), how does a non-developer discover the interface for documentation/testing purposes outside of requesting it from the developer or having access to the underlying class in the VS project? The customization project only has the DLL in it, and there is no option on the screen to view the interface definition or to generate a swagger file.  Thanks.

Added:  Additionally, is there a way for a developer to read/consume the webhook endpoint in order to generate a stub for the interface?

 

Best answer by Dmitrii Naumov

@bbohn well, since a webhook can accept pretty much anything, not necessarily in json, swagger or any other format, the only way is to request it from the developer of the webhook.

1 reply

Dmitrii Naumov
Acumatica Moderator
Forum|alt.badge.img+7
  • Acumatica Moderator
  • Answer
  • September 17, 2025

@bbohn well, since a webhook can accept pretty much anything, not necessarily in json, swagger or any other format, the only way is to request it from the developer of the webhook.