Skip to main content
GET
/
notifications
/
webhooks
Search webhook profiles
curl --request GET \
  --url https://api-sb.meld.io/notifications/webhooks \
  --header 'Authorization: <api-key>'
{
  "count": 123,
  "remaining": 123,
  "webhookProfiles": [
    {
      "accountId": "<string>",
      "eventTypes": [
        "<string>"
      ],
      "eventVersion": "<string>",
      "id": "<string>",
      "key": "<string>",
      "name": "<string>",
      "secret": "<string>",
      "url": "<string>"
    }
  ]
}

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