GET Get all Webhooks¶
This API retrieves all webhooks setup in Assessment settings.
Request URL¶
GET /webhooks
Warning
Make sure to add your API key in Header of the request
Response¶
{
"webhook": {
"start": {
"status": "boolean",
"url": "string"
},
"submission": {
"status": "boolean",
"url": "string"
},
"updates": {
"status": "boolean",
"url": "string"
},
"auth": { }
}
}