- URL:
- https://<root>/notebooks/webhookReceivers/<webhook receiver id>/validate
- Methods:
- GET
- Required Capability:
- Administrator
- Version Introduced:
- 11.4
Description
The validate webhook receiver operation allows administrators to validate a service webhook receiver registered with ArcGIS Notebook Server.
Request parameters
| Parameter | Details | 
|---|---|
| 
 | The response format. The default is  Values:  | 
JSON Response syntax
{
    "success": "true|false",
    "id": <webhook_receiver_id>
}JSON Response example
{
    "success": "true",
    "id": "212e9839-3cb8-4666-a312-073b00e59f7f"
}