Webhooks

Create a personal webhook subscription

Optional idempotency key. Reuse the same key only for an identical request; successful responses are replayable for 24 hours.

post/me/webhooks

Headers

Idempotency-Keystring

Optional idempotency key. Reuse the same key only for an identical request; successful responses are replayable for 24 hours.

Response

Created webhook subscription, including its one-time signing key.

Changes

Changed in 2 of the 5 revisions of this API.5

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    • added the non-success response with the status 429

      response-non-success-status-added

    • endpoint added

      endpoint-added