curl --request GET \
--url https://api.jogg.ai/v1/endpoints \
--header 'x-api-key: <api-key>'{
"data": [
{
"endpoint_id": "<string>",
"url": "<string>",
"secret": "<string>",
"status": "enabled",
"events": [
"<string>"
],
"username": "<string>",
"created_at": 123
}
]
}Get a list of configured webhook endpoints
curl --request GET \
--url https://api.jogg.ai/v1/endpoints \
--header 'x-api-key: <api-key>'{
"data": [
{
"endpoint_id": "<string>",
"url": "<string>",
"secret": "<string>",
"status": "enabled",
"events": [
"<string>"
],
"username": "<string>",
"created_at": 123
}
]
}Successful operation
Show child attributes
Unique identifier for the webhook
Webhook URL
Secret for signature verification
Current webhook status
enabled, disabled List of subscribed events
Username
Creation timestamp