Skip to content

Get client vehicles

GET
/policyholders/{id}/vehicles

Returns all vehicles registered under a client.

Authorizations

BearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

id*
Type
string
Required

Query Parameters

Status
Type
string
Valid values
"HasPolicy""NoPolicy"
PageNumber
Type
integer
PageSize
Type
integer

Responses

List of vehicles

application/json
JSON
{
  
"totalItems": 0,
  
"pageSize": 0,
  
"pageNumber": 0,
  
"totalPages": 0,
  
"data": [
  
]
}

Playground

Authorization
Variables
Key
Value

Samples

Built with ❤️ by Hobbiton Technologies