Skip to main content

Fetch all child partners

GET 

/v1/partners/child

Get all child partners attached to your account

Request

Responses

OK

Schema
    data object[]
  • Array [
  • id integer

    The partner's ID

    name string

    The partner's name

    email email

    The partner's email address

    phone string

    The partner's phone number

    logo stringnullable

    The partner's logo (if available)

    key string

    The partner's key

    sells_insurance_credits boolean

    Indicates whether the partner sells insurance credits

    buys_insurance boolean

    Indicates whether the partner buys insurance

    insurance_credits_markup_rate number

    The markup rate for insurance credits

    insurance_credits_markup_cap string

    The maximum markup cap for insurance credits

    currency string

    The partner's currency

    accepted_toc boolean

    Indicates whether the partner has accepted terms and conditions

    toc_date date-timenullable

    The date when the partner accepted terms and conditions

    is_broker boolean

    Indicates whether the partner is a broker

    created_at date-time

    The date and time when the partner was created

    updated_at date-time

    The date and time when the partner was last updated

    is_travel_agent boolean

    Indicates whether the partner is a travel agent

    commission_share number

    The commission share percentage

    payment_option string

    The partner's preferred payment option

    can_go_live boolean

    Indicates whether the partner can go live

  • ]
Loading...