Skip to main content
GET
Get a Webhook Subscription

Authorizations

AccessToken
string
header
required

JWT returned as AccessToken by the /authentication endpoint (the Cognito ID token carrying the email claim). It expires after 3600 seconds.

Headers

Accept
string
required
AccessToken
string
required

Path Parameters

id
integer
required

Response

The subscription

id
integer
Example:

42

company_id
integer
Example:

6042

endpoint_url
string
Example:

"https://hooks.yourapp.com/coverwhale"

event_types
string[]
Example:
active
boolean
Example:

true

secret_rotated_at
string<date-time> | null
Example:

null

created_at
string<date-time>
Example:

"2026-07-14T12:00:00+00:00"

updated_at
string<date-time>
Example:

"2026-07-14T12:00:00+00:00"