Skip to main content
GET
SDK (@phosra/sdk)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

webhookID
string<uuid>
required

Response

Webhook details

id
string<uuid>

Unique identifier for this resource.

family_id
string<uuid>

Identifier of the family this resource belongs to.

url
string

HTTPS endpoint that receives POSTed webhook events.

events
string[]

List of event types this webhook subscribes to.

active
boolean

Whether the webhook is currently active and receiving deliveries.

created_at
string<date-time>

RFC 3339 timestamp of when the resource was created.

updated_at
string<date-time>

RFC 3339 timestamp of the resource's most recent update.