Skip to main content
GET
Search webhook profiles

Authorizations

Authorization
string
header
default:BASIC <Meld API Key>
required

Query Parameters

before
string

Unique key corresponding to a webhook profile's position in the paginated list of results -- used to indicate that only profiles residing before this key will be retrieved.

Each webhook profile carries a unique key. Reference Pagination

The before and after fields cannot be used in the same request.

after
string

Unique key corresponding to a webhook profile's position in the paginated list of results -- used to indicate that only profiles residing after this key will be retrieved.

Each webhook profile carries a unique key. Reference Pagination

The before and after fields cannot be used in the same request.

limit
integer<int32>

Max number of webhook profiles that should be returned.

Default value: 10

Minimum value: 1

Maximum value: 100

Response

Matching webhook profiles are returned

count
integer<int32>

Number of webhook profiles returned

remaining
integer<int32>

The number of remaining webhook profiles before/after this page, depending the direction this page was selected

webhookProfiles
object[]

List of webhook profiles