Create a named ingest webhook and mint its secret
POST/ingest-webhooks
Creates the webhook and returns its secret ONCE. The secret is not stored anywhere readable by this API beyond the reveal endpoint, so a caller that loses it rotates rather than re-reads. If the secret cannot be stored, the webhook is still created but comes back with status "disabled" and a null secret — rotate its secret to finish setup.
Request
Responses
- 201
- 400
- 409
Created, with the secret
Invalid name or event-type path
That name is already taken