FindWebhooks

This endpoint is used to get all of your webhooks.

void FindWebhooks(const FVyOnFindWebhooksComplete& OnComplete) const;

Parameters

OnComplete

FVyOnFindWebhooksComplete

The callback function called when the user preferences retrieval operation is complete.

OnComplete Callback (FVyOnFindWebhooksComplete) Contains a TArray<FVyWebhookDto> response type

Last updated