Patch Endpoint

Partially update an endpoint.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
length between 1 and 256

The ep's ID or UID To retrieve your endpoints ids, use GET /endpoint.

Body Params
string
uint16 | null
≥ 0

Rate limit of your endpoint in messages per second. This is an advanced field. Be aware that setting a low rateLimit can lead to a congestion queue and create delay in webhooks.

string | null

The ep's UID

uri

Public url in your services where you plan to receive our webhooks.

uint16
≥ 1
deprecated
boolean

When disabled is true, no messages will be sent to your endpoint. This can be used to deactivate a development or a testing endpoint when not in use.

filterTypes
array of strings | null
filterTypes
channels
array of strings | null

List of message channels this endpoint listens to (omit for all)

channels
string | null

The endpoint's verification secret. If null is passed, a secret is automatically generated. Format: base64 encoded random bytes optionally prefixed with whsec_. Recommended size: 24.

metadata
object

Optional additional properties for your endpoint.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json