16 lines
No EOL
431 B
JSON
16 lines
No EOL
431 B
JSON
{
|
|
"endpoints": [
|
|
{
|
|
"url": "http://localhost:8080/webhook",
|
|
"description": "Local development endpoint"
|
|
},
|
|
{
|
|
"url": "https://api.example.com/notifications",
|
|
"description": "Production notification service"
|
|
},
|
|
{
|
|
"url": "https://webhook.site/your-unique-id",
|
|
"description": "Webhook testing service"
|
|
}
|
|
]
|
|
} |