Alert configurations (V2)
Companies & fleet
Alert configurations
Paginated list of alert definitions for the company and its sub-companies.
GET
Alert configurations (V2)
Overview
Returns alert configuration records (definitions, not triggered events) for the company and its sub-companies. Each record includes thealertType discriminator (a numeric string), a human-readable alertName, the vehicles or tags the alert monitors, and whether it applies to the whole fleet.
This is a new V2-only endpoint with no V1 equivalent.
Rate limit: 4 req/s · 20/min · 600/hr · 14,400/day
Endpoint
GET /v2/api/companies/{id}/alerts
Path parameters
integer
required
Company ID.
Query parameters
integer
default:"1"
Page number (1-based).
integer
default:"50"
Records per page.
Response
200 OK —PagedListResult<AlertConfigDto>
Units items:
Example response
Error responses
Authorizations
JWT Bearer token obtained from POST /v2/api/authentication/token/api-key.
Lifetime: ~24 hours (86,399 seconds). Cache the token and reuse it. Re-authenticate 5 minutes before expiry.
Scoping: API key tokens are scoped to the company the key belongs to and may restrict access to a vehicle allowlist and/or action set (see token claims).
No refresh endpoint — re-authenticate with your API key when the token expires.
Path Parameters
Response
Successful response