Skip to main content
GET
Get all webhook subscriptions

Authorizations

Authorization
string
header
required

Circle's API Keys are formatted in the following structure "PREFIX:ID:SECRET". All three parts are required to make a successful request.

Query Parameters

environment
enum<string>

Filter subscriptions by environment. If omitted, returns subscriptions for all environments. The environment for the subscription. Use TEST to receive testnet events or LIVE to receive mainnet events.

Available options:
TEST,
LIVE
Example:

"TEST"

Response

Successfully retrieved webhook subscriptions.

data
PermissionlessSubscription · object[]