Get a webhook connection
Returns a single webhook connection. The signing secret is never returned — only its masked prefix.
Authorizations
Pass your API key in the X-API-Key header (recommended).
Path Parameters
Project ID (base62-encoded).
Webhook connection ID (base62-encoded).
Response
OK
Masked signing-secret prefix for identification. The full secret is shown only at create/rotate time and cannot be retrieved afterward.
Which Particle surface created this connection. Fixed at create time and inferred from the caller's authenticated surface context. Provenance only — an alert on either surface can deliver through it. Render it to show where the endpoint was registered.
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.