v1
latestOpenAPI 3.0.32026-07-24434977.4 KBLPR Hotlist Alert Subscriptions
Create Subscription
Create a new LPR hotlist alert webhook subscription
post/integrations/lpr/alerts/subscriptions
Request body
Example request
{
"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"
}
}
}Response
Subscription Created
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"
}
}
}