Skip to content

Get all policies

GET
/policies

Returns a paginated list of all insurance policies.

Authorizations

BearerAuth
Type
HTTP (bearer)

Parameters

Query Parameters

PageNumber
Type
integer
PageSize
Type
integer

Responses

Paginated list of policies

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

Playground

Authorization
Variables
Key
Value

Samples

Built with ❤️ by Hobbiton Technologies