Skip to main content
GET
List deliveries for an endpoint

Authorizations

Authorization
string
header
required

OAuth2 Client Credentials Flow

Path Parameters

endpointId
string
required

The webhook endpoint ID

Query Parameters

limit
integer
default:20

Maximum number of items to return

Required range: 1 <= x <= 100
startingAfter
string

Cursor for pagination. Pass the ID of the last item from the previous page.

status
enum<string>

Filter deliveries by status.

Available options:
success,
failed

Response

Success

data
object