Skip to main content
PUT
Update a Webhook Subscription

Authorizations

AccessToken
string
header
required

AWS Cognito access token obtained from the /authentication endpoint. Token expires after 3600 seconds.

Headers

Content-Type
string
required
Accept
string
required
AccessToken
string
required

Path Parameters

id
integer
required

Body

application/json
endpoint_url
string
Example:

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

event_types
string[]
Minimum array length: 1
Example:
active
boolean
Example:

false

Response

Updated subscription

id
integer
Example:

42

company_id
integer
Example:

6042

endpoint_url
string
Example:

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

event_types
string[]
Example:
active
boolean
Example:

false

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:05:00+00:00"