Get webhook logs
Required scopes:
hooks:read
Retrieves a list of the specified webhook execution logs. Use the to
and from
parameters to filter the returned logs. The response contains:
statusId
: the status of the webhook execution;1
means successful execution,3
means failed executionloggedAt
: the moment when Make created the logid
: the ID of the webhook execution log
Last updated