Create a project webhook

Register a new webhook at the project scope. The signing secret is returned only in the response to this request. Returns 409 if the hub webhook limit is reached or a non-archived webhook with the same URL already exists in this project scope; returns 400 if topics combine a wildcard with specific topics it already covers.

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

The hub identifier.

string
required

The project identifier.

Body Params
uri
required

The delivery URL (must be HTTPS, port 443)

topics
array of strings
required
length between 1 and 50

Event topics to subscribe to (1-50). The hub must be entitled to the topics; a wildcard cannot be combined with specific topics it already covers.

topics*
string
length ≤ 2048

Optional bearer token sent in the Authorization header of deliveries

date-time

Optional expiration timestamp

string

Optional project ID for project-scoped webhooks (hub endpoint only)

Responses

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