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
  • Getting Started
    • Introduction
    • Authorization
  • Quote and Booking flows
    • Quote Purchase Flows
    • Country list
    • Displaying Prices
    • Options
    • Discounts
    • Taking payments
    • E-mail a quote
    • Medical screening
    • External membership numbers
  • Mid-office travel agent integration
    • Mid-office travel agent integration
  • Travel alerts
    • Travel alerts
LogoLogo
On this page
  • API format specification
Quote and Booking flows

External Membership numbers

Was this page helpful?
Previous

Mid-office travel agent integration

Next
Built with

nib travel insurance system supports storing external membership numbers associated to the policy information.

There is optional membership API validation based on integration with specific membership number types. These are validated against other details entered as part of the quote and booking flow, such as first name, last name and date of birth. (For example)

API format specification

The following parameter can be used as part of a quote request to pass in external membership numbers:

1externalIdentifiers : {
2"externalMembershipNumber" : 12345678
3}