Branch created, updated, or archived

Delivered when a branch is created, updated or archived. The three events are distinguished by the type field. Fetch the branch via the Read branch endpoint to obtain its current state.

  • branch.created: the branch has been created.
  • branch.updated: one or more of the branch's attributes have changed.
  • branch.archived: the branch has been archived.
Payload
string
required

Delivery id, matching the webhook-id header.

string
enum
required
Allowed:
date-time
required

When this delivery attempt was signed and dispatched.

data
object
required
Headers
string
required

Unique identifier for this delivery. Stable across retries.

string
required

Unix timestamp in seconds.

string
required

HMAC-SHA256 signature of the payload following the Standard Webhooks specification.

Responses
410

The endpoint will be disabled immediately. No further events are sent until it is re-enabled in the Skovik UI.

2XX

Successful delivery and verification of the webhook event.

default

Any other response code will be treated as a failure and scheduled for retry with exponential backoff.

LoadingLoading…