Create a webhook connection
Creates a webhook connection (a destination URL plus a generated HMAC signing secret) that alerts can target as a WEBHOOK notification channel. The signing secret is returned only in this response — store it securely; it cannot be retrieved again. The URL must be https and must resolve to a public address.
Authorizations
Pass your API key in the X-API-Key header (recommended).
Path Parameters
Project ID (base62-encoded).
Body
Response
OK
Signing secret — shown only at create/rotate time. Store it securely; it cannot be retrieved again. Used to verify the X-Webhook-Signature header on delivered payloads.
Masked signing-secret prefix for identification. The full secret is shown only at create/rotate time and cannot be retrieved afterward.
Which Particle surface this connection belongs to. Fixed at create time and inferred from the caller's authenticated surface context. A PLATFORM alert can only target a PLATFORM connection (and likewise for RADAR).
PLATFORM, RADAR Destination URL that signed POSTs are delivered to.
User who created the connection. Null when created via an API key.
Optional human label for the connection.
Set when the connection was deleted/revoked; absent for active connections. A revoked connection stops delivering and is skipped by alerts that still reference it.