curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/webhooks/{webHookUid}
{
"id": "<string>",
"uid": "<string>",
"url": "<string>",
"event": "JOB_STATUS_CHANGED",
"hidden": true
}
curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/webhooks/{webHookUid}
{
"id": "<string>",
"uid": "<string>",
"url": "<string>",
"event": "JOB_STATUS_CHANGED",
"hidden": true
}
successful operation
The response is of type object
.
Was this page helpful?