Single Billing Account
Get cars for a Billing Account
Returns all cars (license numbers) associated with the billing account, paginated. License numbers are sorted alphabetically.
GET
Get cars for a Billing Account
Authorizations
You can get the JWT from the Login endpoint
Path Parameters
Billing account ID
Query Parameters
Zero-based page index (0..N)
The size of the page to be returned
Previous
Add cars to a Billing AccountAdds one or more cars to the billing account by license number.
Returns HTTP 200 if all cars were added successfully, or HTTP 207 if one or more items
failed. Check the `failures` field for any cars that could not be added. Cars not present
in `failures` were successfully added.
Next
Get cars for a Billing Account