Create a new webhook listener

This endpoint creates a new webhook listener with the provided details and returns the created webhook information.

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

Payload to create a new webhook listener

string
required

Name of the webhook listener

string
required

Description of the webhook listener

string
required

URL to send the webhook notification

string
required

HTTP method to send the webhook notification. ONLY POST is supported at the moment

eventType
array of strings
required

Type of events that triggers the webhook listener.
NEW_APPLICATION: New application event will trigger the webhook listener. Only this event is supported at the moment

eventType*
string
required

Bearer/Basic token to authenticate the webhook listener. If not provided, the webhook listener will make an unauthenticated request

    If the provided authType is BASIC, the token should be a base64 encoded string of the format 'username:password'
string
required

Type of authentication for the webhook listener
NONE: No authentication required
BASIC: Basic authentication
BEARER: Bearer token authentication

Responses

400

Bad Request: Invalid or missing parameters.

401

Unauthorized: The token is invalid or expired.

403

Forbidden: The user does not have permission to create this resource.

429

Too Many Requests: Rate limit exceeded.

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