Subscribe to specific immediately events
POST
http://api.firsteld.com/openapi/webhook/subscribe/
Webhook
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://api.firsteld.com/openapi/webhook/subscribe/' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "http://example.com",
"name": "string",
"triggers": "string"
}'
Request
Body Params application/json
Responses
Modified at 2025-04-23 00:31:51