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
The response is of type object
.