Management
Endpoints
2 registered
Quick Register
curl -X POST http://localhost:8080/v1/endpoints \
-H "Authorization: Bearer <api_key>" \
-H "Content-Type: application/json" \
-d '{
"name": "my-service",
"url": "https://my-service.example.com/webhooks"
}'