FULL NAME
SUBJECT
Customer Support
Customer Support
Business / Sales
Partnership
Feedback
Other
TEXT MESSAGE
0/300
⚡ Test Our Private Nodes of 40+ Blockchains just for $50!
Endpoints
Check if URL works and get example of the request
https://api.getblock.io/external/webhook/check_url
x-api-key string - GetBlock API key to access GetBlock Tracker API.
Body
Object
url string - your target URL to receive webhook notifications.
String (OK)
Object
description string - description of what went wrong
status_code int - status code of the response.
Request
curl --location --request POST 'https://api.getblock.io/external/webhook/check_url' \ --header 'x-api-key: YOUR-API-KEY' \ --header 'Content-Type: application/json' \ --data-raw ' { "url": "https://webhook.site/" }'
Response
"OK"