Skip to main content
GET
List webhook subscriptions
Use this endpoint to audit the webhook subscriptions currently active on your platform. The response lists every subscription you have created, showing the event type or prefix and the destination URL for each one. Note that signature_key values are not included in list responses – they are only revealed at creation or after a key rotation.
signature_key values are intentionally omitted from list responses for security reasons. If you need to verify or replace a key, use the Rotate Signature Key endpoint.
If this endpoint returns an empty array, no subscriptions are active and your platform receives no webhook notifications. Use Create Subscription to start receiving events.

Authorizations

Authorization
string
header
required

Your Tilta API key, sent as Bearer <key>.

Query Parameters

limit
integer
default:100

The number of records to be taken.

Required range: x <= 100
Example:

100

offset
integer
default:0

The number of records to be skipped.

Example:

0

Response

limit
integer
required

The number of taken records.

Required range: x >= 0
Example:

100

offset
integer
required

The number of skipped records.

Required range: x >= 0
Example:

0

total
integer
required

Total number of records

Required range: x >= 0
Example:

140

items
object[]
required