Webhooks
Retrieve list of webhooks
Retrieve a list of all owned webhooks.
get/webhooks/
Response
OK
Example response
{
"count": 3,
"next": "https://api.lulu.com/resources/?page=3&page_size=1",
"previous": "https://api.lulu.com/resources/?page=1&page_size=1",
"results": [
{
"id": "f370d09b-912a-4667-9890-ed9bd0c32166",
"is_active": true,
"topics": [
"PRINT_JOB_STATUS_CHANGED"
],
"url": "https://www.webhooks-consumer.com/"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.