For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
HomeGuidesAPI ReferenceChangelog
HomeGuidesAPI ReferenceChangelog
  • Quotes API
  • Products API
      • GETQuote configuration
      • GETQuote countries
      • GETQuote panels
  • Policies API
  • Card Token API
  • Users API
LogoLogo
Products APIQuote

Quote panels

GET
https://api-staging.nibtravelinsurance.com/products/v1/:brandCode/quotePanelTypes
GET
/products/v1/:brandCode/quotePanelTypes
$curl https://api-staging.nibtravelinsurance.com/products/v1/nibau/quotePanelTypes \
> -H "Authorization: Bearer <token>"
200World Nomads
1[
2 {
3 "code": "SINGLETRIP",
4 "quoteTypeName": "Default Single Trip"
5 }
6]
Returns the available quote types
Was this page helpful?
Previous

Brand content

Next
Built with

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

brandCodeenumRequired
Brand code
Allowed values:

Response

Success
codestring
quoteTypeNamestring