Way to test callback scenarios (i.e. notification subscription)

Hi all,
is there a way to test callback scenarios automatically (within one apidog test scenario), i.e. register a mocked endpoint url to receive callbacks (POST call) and then react in test case on an incoming POST call to that endpoint?
kind regards
Christoph

Currently, Apidog doesn’t offer a mocked callback endpoint, so it might not accommodate your needs. Is your scenario related to authentication callbacks, like OAuth2.0?

no, it is about messaging and push notifications

Apidog is a client, not a server. If you want Apidog to accept a request and then perform a task, this is currently not possible.