Skip to main content

Create partner request

POST 

/v1/partners/child/request

If there is already existing partner you would like to be parent partner with. The partner will give you their key to make request to this endpoint. After approval, the partner will now be listed as your child partner.

Request

Body

Request body

    child_id string

    Provide the key of the partner

Responses

Created

Schema
    data object
    id number
    status string
    child object
    id number
    status string
    name string
    email string
    phone string
    logo uri
    key string
    sells_insurance_credits boolean
    buys_insurance boolean
    insurance_credits_markup_rate number
    insurance_credits_markup_cap string
    currency string
    accepted_toc boolean
    toc_date date-time
    is_broker boolean
    created_at date-time
    updated_at date-time
    is_travel_agent boolean
    commission_share number
    payment_option string
Loading...