curl --request POST \
--url https://api.example.com/view-specific/{brokerageFirmId}/policies \
--header 'Content-Type: application/json' \
--data '
{
"pageInfo": {
"count": 10,
"page": 1
},
"statuses": [],
"customStatuses": [
"<string>"
],
"businessIntroducers": [
"<string>"
],
"startedAt": {
"start": "<string>",
"end": "<string>"
},
"stoppedAt": {
"start": "<string>",
"end": "<string>"
},
"endedAt": {
"start": "<string>",
"end": "<string>"
},
"createdAt": {
"start": "<string>",
"end": "<string>"
},
"hasAcknowledgedAlerts": true,
"expandCustomers": true,
"expandAssets": true,
"expandBrokerageFirm": true,
"expandDerogations": true,
"queryString": "<string>",
"brokerageFirmName": "<string>",
"derogationStatuses": [],
"productIds": [
"<string>"
],
"stopReasons": [
"<string>"
]
}
'{
"data": [
{
"customerIds": [
"<string>"
],
"policyId": "<string>",
"branches": [
{
"policy": {
"id": "<string>",
"productId": "<string>",
"createdAt": "<string>",
"lastModifiedAt": "<string>",
"hasOpenedClientAccount": true,
"customFields": [
{
"key": "<string>",
"value": "<string>"
}
],
"externalId": "<string>",
"author": {
"firstName": "<string>",
"lastName": "<string>",
"userId": "<string>",
"email": "<string>",
"brokerRole": "<string>"
},
"startedAt": "<string>",
"stoppedAt": "<string>",
"signedAt": "<string>",
"stop": {
"reason": "<string>",
"details": [
{
"key": "<string>",
"value": "<string>"
}
],
"createdAt": "<string>"
},
"totalPremium": {
"amountPreFeesAndTaxes": 123,
"totalFees": 123,
"amountWithFeesPreTaxes": 123,
"totalTaxes": 123,
"amountWithFeesAndTaxes": 123
}
},
"branch": {
"branchId": "<string>",
"createdAt": "<string>",
"mergedAt": "<string>",
"derogations": [
{
"derogationId": "<string>",
"createdAt": "<string>"
}
]
},
"customers": [
{
"type": "<string>",
"id": "<string>",
"createdAt": "<string>",
"lastModifiedAt": "<string>",
"role": "<string>",
"customFields": [
{
"key": "<string>",
"value": "<string>"
}
],
"name": "<string>"
}
],
"assets": [
{
"id": "<string>",
"lastModifiedAt": "<string>",
"createdAt": "<string>",
"customFields": [
{
"key": "<string>",
"value": "<string>"
}
],
"startedAt": "<string>",
"stoppedAt": "<string>",
"totalPremium": {
"amountPreFeesAndTaxes": 123,
"totalFees": 123,
"amountWithFeesPreTaxes": 123,
"totalTaxes": 123,
"amountWithFeesAndTaxes": 123
}
}
],
"brokerageFirm": {
"id": "<string>",
"companyInfo": {
"siret": "<string>",
"siren": "<string>",
"nafCode": "<string>",
"nafLabel": "<string>",
"name": "<string>",
"creationDate": "<string>",
"location": {
"city": "<string>",
"country": "<string>",
"address": "<string>",
"postCode": "<string>"
},
"legalStatus": {
"1": "<string>",
"2": "<string>",
"3": "<string>"
},
"headcount": "<string>"
},
"customFields": [
{
"key": "<string>",
"value": "<string>"
}
]
},
"parentBrokerageFirm": {
"id": "<string>",
"companyInfo": {
"siret": "<string>",
"siren": "<string>",
"nafCode": "<string>",
"nafLabel": "<string>",
"name": "<string>",
"creationDate": "<string>",
"location": {
"city": "<string>",
"country": "<string>",
"address": "<string>",
"postCode": "<string>"
},
"legalStatus": {
"1": "<string>",
"2": "<string>",
"3": "<string>"
},
"headcount": "<string>"
},
"customFields": [
{
"key": "<string>",
"value": "<string>"
}
]
},
"derogations": [
{
"id": "<string>",
"policyId": "<string>"
}
]
}
]
}
],
"pageInfo": {
"first": true,
"last": true
},
"totalCount": 123,
"currentPage": 123,
"totalPages": 123
}curl --request POST \
--url https://api.example.com/view-specific/{brokerageFirmId}/policies \
--header 'Content-Type: application/json' \
--data '
{
"pageInfo": {
"count": 10,
"page": 1
},
"statuses": [],
"customStatuses": [
"<string>"
],
"businessIntroducers": [
"<string>"
],
"startedAt": {
"start": "<string>",
"end": "<string>"
},
"stoppedAt": {
"start": "<string>",
"end": "<string>"
},
"endedAt": {
"start": "<string>",
"end": "<string>"
},
"createdAt": {
"start": "<string>",
"end": "<string>"
},
"hasAcknowledgedAlerts": true,
"expandCustomers": true,
"expandAssets": true,
"expandBrokerageFirm": true,
"expandDerogations": true,
"queryString": "<string>",
"brokerageFirmName": "<string>",
"derogationStatuses": [],
"productIds": [
"<string>"
],
"stopReasons": [
"<string>"
]
}
'{
"data": [
{
"customerIds": [
"<string>"
],
"policyId": "<string>",
"branches": [
{
"policy": {
"id": "<string>",
"productId": "<string>",
"createdAt": "<string>",
"lastModifiedAt": "<string>",
"hasOpenedClientAccount": true,
"customFields": [
{
"key": "<string>",
"value": "<string>"
}
],
"externalId": "<string>",
"author": {
"firstName": "<string>",
"lastName": "<string>",
"userId": "<string>",
"email": "<string>",
"brokerRole": "<string>"
},
"startedAt": "<string>",
"stoppedAt": "<string>",
"signedAt": "<string>",
"stop": {
"reason": "<string>",
"details": [
{
"key": "<string>",
"value": "<string>"
}
],
"createdAt": "<string>"
},
"totalPremium": {
"amountPreFeesAndTaxes": 123,
"totalFees": 123,
"amountWithFeesPreTaxes": 123,
"totalTaxes": 123,
"amountWithFeesAndTaxes": 123
}
},
"branch": {
"branchId": "<string>",
"createdAt": "<string>",
"mergedAt": "<string>",
"derogations": [
{
"derogationId": "<string>",
"createdAt": "<string>"
}
]
},
"customers": [
{
"type": "<string>",
"id": "<string>",
"createdAt": "<string>",
"lastModifiedAt": "<string>",
"role": "<string>",
"customFields": [
{
"key": "<string>",
"value": "<string>"
}
],
"name": "<string>"
}
],
"assets": [
{
"id": "<string>",
"lastModifiedAt": "<string>",
"createdAt": "<string>",
"customFields": [
{
"key": "<string>",
"value": "<string>"
}
],
"startedAt": "<string>",
"stoppedAt": "<string>",
"totalPremium": {
"amountPreFeesAndTaxes": 123,
"totalFees": 123,
"amountWithFeesPreTaxes": 123,
"totalTaxes": 123,
"amountWithFeesAndTaxes": 123
}
}
],
"brokerageFirm": {
"id": "<string>",
"companyInfo": {
"siret": "<string>",
"siren": "<string>",
"nafCode": "<string>",
"nafLabel": "<string>",
"name": "<string>",
"creationDate": "<string>",
"location": {
"city": "<string>",
"country": "<string>",
"address": "<string>",
"postCode": "<string>"
},
"legalStatus": {
"1": "<string>",
"2": "<string>",
"3": "<string>"
},
"headcount": "<string>"
},
"customFields": [
{
"key": "<string>",
"value": "<string>"
}
]
},
"parentBrokerageFirm": {
"id": "<string>",
"companyInfo": {
"siret": "<string>",
"siren": "<string>",
"nafCode": "<string>",
"nafLabel": "<string>",
"name": "<string>",
"creationDate": "<string>",
"location": {
"city": "<string>",
"country": "<string>",
"address": "<string>",
"postCode": "<string>"
},
"legalStatus": {
"1": "<string>",
"2": "<string>",
"3": "<string>"
},
"headcount": "<string>"
},
"customFields": [
{
"key": "<string>",
"value": "<string>"
}
]
},
"derogations": [
{
"id": "<string>",
"policyId": "<string>"
}
]
}
]
}
],
"pageInfo": {
"first": true,
"last": true
},
"totalCount": 123,
"currentPage": 123,
"totalPages": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.korint.io/llms.txt
Use this file to discover all available pages before exploring further.
View type
newBusiness, derogation, live the page info
Show child attributes
the sort options
Show child attributes
Statuses to filter by
POLICY_CREATED, POLICY_QUOTED, POLICY_CONFIRMED, POLICY_STARTED, POLICY_STOPPED, POLICY_SUSPENDED Custom statuses to filter by
Business introducers to filter by
Started at range
Show child attributes
Stopped at range
Show child attributes
Ended at range (contract end date / due date)
Show child attributes
Created at range
Show child attributes
Optional: if filled, returns policies with at least one alert which acknowledgement matches this attribute
Full text search
Brokerage firm name
Filter by derogation status
PENDING, DECLINED, APPROVED List of product ids
List of stop reasons to filter by
Was this page helpful?