Skip to content

Get all products

GET
/products

Returns a paginated list of all insurance products available to your partner account, across all lines of business (motor, travel, general, life). Use the returned product id when creating quotations.

Authorizations

BearerAuth
Type
HTTP (bearer)

Parameters

Query Parameters

Query
Type
string
PageNumber
Type
integer
PageSize
Type
integer

Responses

Paginated list of products

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

Playground

Authorization
Variables
Key
Value

Samples

Built with ❤️ by Hobbiton Technologies