v1
latestOpenAPI 3.0.32026-07-24434977.4 KBLPR Hotlist Alert Subscriptions
Get Subscriptions
Get existing LPR hotlist alerts webhook subscriptions
get/integrations/lpr/alerts/subscriptions
Response
Success
Example response
[
{
"callbackUrl": "https://example.com/your/webhook",
"credentials": {
"apiKey": {
"headerName": "x-api-key"
},
"basic": {
"headerName": "Authorization"
},
"oauth2": {
"tokenEndpoint": "https://example.auth0.com/oauth/token",
"grantType": "client_credentials",
"headerName": "Authorization"
}
}
}
]