Skip to content

Get the quotations

GET
/credit-life/quotations

Authorizations

BearerAuth
Type
HTTP (bearer)

Parameters

Query Parameters

Statuses
Type
array
CorporateClientId
Type
integer
IntermediaryId
Type
integer
InsurerId
Type
integer
PartnerId
Type
integer
StartDate
Type
string
EndDate
Type
string
PageNumber
Type
integer
PageSize
Type
integer

Responses

Quotations negotiated for your partner account. An empty array means onboarding is not finished — see the Credit Life guide.

application/json
JSON
{
  
"totalItems": 0,
  
"pageSize": 0,
  
"pageNumber": 0,
  
"totalPages": 0,
  
"data": [
  
  
{
  
  
  
"id": "string",
  
  
  
"updatedAt": "string",
  
  
  
"name": "string",
  
  
  
"corporateClientId": "string",
  
  
  
"corporateClient": "string",
  
  
  
"insurerId": "string",
  
  
  
"insurer": "string",
  
  
  
"intermediaryId": 0,
  
  
  
"intermediary": "string",
  
  
  
"product": "string",
  
  
  
"partnerId": 0,
  
  
  
"productId": "string",
  
  
  
"rateType": "string",
  
  
  
"status": "string",
  
  
  
"singleRate": 0,
  
  
  
"freeCoverLimit": 0,
  
  
  
"createdAt": "string"
  
  
}
  
]
}

Playground

Authorization
Variables
Key
Value

Samples

Built with ❤️ by Hobbiton Technologies