Skip to main content
GET
/
api
/
v1
/
webhooks
List builder webhook destinations
curl --request GET \
  --url https://api.0xinsider.com/api/v1/webhooks \
  --header 'Authorization: Bearer <token>'
{
  "object": "<string>",
  "data": [
    {
      "id": 123,
      "object": "<string>",
      "name": "<string>",
      "url": "<string>",
      "event_types": [
        "whale_trades_inserted"
      ],
      "status": "pending_verification",
      "verification_token_expires_at": "2023-11-07T05:31:56Z",
      "failure_count": 123,
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "retry_policy": {
        "max_attempts": 123,
        "terminal_status": "<string>"
      },
      "verified_at": "2023-11-07T05:31:56Z",
      "signing_secret": "<string>",
      "verification": {
        "token": "<string>",
        "expires_at": "2023-11-07T05:31:56Z"
      }
    }
  ],
  "has_more": true,
  "meta": {
    "request_id": "<string>",
    "cached": true,
    "cache_age_s": 123
  },
  "next_cursor": "<string>",
  "total": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.0xinsider.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key: Authorization: Bearer oxi_sk_live_...

Response

Webhook destination list

object
string
required
Allowed value: "list"
data
object[]
required
has_more
boolean
required
meta
object
required
next_cursor
string | null
total
integer | null