v1
latestOpenAPI 3.0.32026-07-24434977.4 KBLPR Hotlist Alert Subscriptions
Get Subscription
Get existing LPR hotlist alert webhook subscription by id
get/integrations/lpr/alerts/subscriptions/{id}
Path parameters
idstring uuid required
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"
}
}
}