Skip to main content
GET
/
notifications
/
webhooks
/
{webhookProfileId}
Get an existing webhook profile
curl --request GET \
  --url https://api-sb.meld.io/notifications/webhooks/{webhookProfileId} \
  --header 'Authorization: <api-key>'
{
  "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

Path Parameters

webhookProfileId
string
required

Unique identifier for the webhook profile

Response

Webhook profile is returned

accountId
string

Account Id

eventTypes
string[]

Event types that will be sent to the URL. If empty, then all events will be sent to the URL.

Reference Webhook events

eventVersion
string

Version of webhooks sent to the URL.

Reference Webhook version

id
string

Unique identifier

key
string

Unique key corresponding to a webhook profile's position in a paginated list of results. Only present if this webhook profile is in a paginated response.

Reference Pagination

name
string

Display name

secret
string

Secret used to validate authenticity of a webhook.

Reference Webhook authentication

status
enum<string>

Current status

Available options:
ACTIVE,
DISABLED
url
string

URL where webhooks will be sent