Chainbase Docs home page
Search or ask...
Support
Search...
Navigation
Webhook API
Get Webhook
Learn and build
Run a node
Data Catalog
Data Platform
Crypto World Model
API Reference
API Reference
Overview
API Status Code
Json Web Token(JWT)
Web3 API
Basic API
Balance API
Token API
NFT API
Domain API
SQL API
Alpha
Classic(Deprecated)
Webhook API
Webhook API
GET
Get All Webhooks
GET
Get Webhook
POST
Create Webhook
PATCH
Update Webhook
POST
Activate Webhook
POST
Deactivate Webhook
DEL
Delete Webhook
Node RPC API
EVM RPC API
Aptos RPC API
Sui RPC API
Ton RPC API
Webhook API
Get Webhook
Get specific webhook info
GET
/
webhooks
/
{webhook_id}
Send
Header
x-api-key
string
*
x-api-key
Required
string
YOUR-API-KEY
Add Example Value
Path
webhook_id
string
*
webhook_id
Required
string
Webhook ID to be queried
Headers
x-api-key
string
required
YOUR-API-KEY
Path Parameters
webhook_id
string
required
Webhook ID to be queried
Response
200 - application/json
code
integer
default: 0
msg
string
data
object
Show child attributes
data.
total
integer
default: 0
data.
data
object[]
Show child attributes
data.data.
webhook_id
string
data.data.
filters
object[]
Show child attributes
data.data.filters.
field
string
data.data.filters.
values
string[]
data.data.
webhook_name
string
data.data.
webhook_url
string
data.data.
data_source
string
data.data.
additional_headers
object[]
Show child attributes
data.data.additional_headers.
name
string
data.data.additional_headers.
value
string
data.data.
created_at
string
data.data.
updated_at
string
data.data.
status
string
Get All Webhooks
Create Webhook