Response
Success
curl --request GET \
--url https://api.malga.io/v1/webhooks \
--header 'X-Api-Key: <api-key>' \
--header 'X-Client-Id: <api-key>'
{
"items": [
{
"id": "<string>",
"createdAt": "<string>",
"clientId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"event": "<string>",
"endpoint": "<string>",
"version": 1.1,
"publicKey": "<string>",
"status": true
}
]
}
curl --request GET \
--url https://api.malga.io/v1/webhooks \
--header 'X-Api-Key: <api-key>' \
--header 'X-Client-Id: <api-key>'
{
"items": [
{
"id": "<string>",
"createdAt": "<string>",
"clientId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"event": "<string>",
"endpoint": "<string>",
"version": 1.1,
"publicKey": "<string>",
"status": true
}
]
}
Success
Show child attributes
Was this page helpful?