GET/v3/webhooksFind all v3 webhooks

Find all v3 webhooks for this organization.
parameterorganizationIdId for the organization in question: Number
headerAuthorizationAuthentication token (bearer token or API key).

Response

status401Invalid authentication token
[{
"id" : Number,
"webhookUrl" : String,
"types" : ["DeviceActivation" / "DeviceDeactivation" / "DeviceBoot" / "DeviceStatus" / "DeviceTamperVibration" / "DeviceTamperRotations" / "DeviceTamperFaultyPin" / "DeviceLocked" / "MatterCommissioning" / "ThreadConnection"]
}]

Example: Find v3 webhooks

GET/v3/webhooks

parameterorganizationId1
headerAuthorizationBearer 5a355a4b-6daf-489f-ac01-ab024fbdb3be

Response

status200
headerAccess-Control-Expose-Headersauthorization, content-type
headerAccess-Control-Allow-Headersauthorization, content-type
headerAccess-Control-Allow-MethodsGET, POST, DELETE, OPTIONS, PUT
headerAccess-Control-Allow-Origin*
headerStrict-Transport-Securitymax-age=31536000; includeSubDomains
headerX-Frame-OptionsSAMEORIGIN
headerX-Content-Type-Optionsnosniff
headerX-XSS-Protection1; mode=block
headerContent-Security-Policydefault-src 'none'; frame-ancestors 'none'; base-uri 'none'; form-action 'none'
headerReferrer-Policyno-referrer
headerFeature-Policyself
headerPermissions-policyinterest-cohort=()
[{
"id": 2,
"webhookUrl": "https://webhook.example.com/v3",
"types": ["DeviceBoot"]
}
]