Create a new webhook endpoint

post/webhook

Request body

legalEntityIdstring

The ID of the LegalEntity to create the webhook for. You can get this by calling GET /legal-entity. This field is required unless you are authenticating via API key.

urlstring required

The URL that will receive the webhook payload

namestring required

Response

OK

idstring required
createdAtstring required
archivedAtstring
urlstring required

The URL that will receive the webhook payload

namestring required

The name of the webhook

Changes