Fetch all child partners
GET/v1/partners/child
Get all child partners attached to your account
Request
Responses
- 200
- 401
- 403
OK
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
data object[]
The partner's ID
The partner's name
The partner's email address
The partner's phone number
The partner's logo (if available)
The partner's key
Indicates whether the partner sells insurance credits
Indicates whether the partner buys insurance
The markup rate for insurance credits
The maximum markup cap for insurance credits
The partner's currency
Indicates whether the partner has accepted terms and conditions
The date when the partner accepted terms and conditions
Indicates whether the partner is a broker
The date and time when the partner was created
The date and time when the partner was last updated
Indicates whether the partner is a travel agent
The commission share percentage
The partner's preferred payment option
Indicates whether the partner can go live
{
"data": [
{
"id": 0,
"name": "string",
"email": "user@example.com",
"phone": "string",
"logo": "string",
"key": "string",
"sells_insurance_credits": true,
"buys_insurance": true,
"insurance_credits_markup_rate": 0,
"insurance_credits_markup_cap": "string",
"currency": "string",
"accepted_toc": true,
"toc_date": "2024-03-21T13:08:41.712Z",
"is_broker": true,
"created_at": "2024-03-21T13:08:41.712Z",
"updated_at": "2024-03-21T13:08:41.712Z",
"is_travel_agent": true,
"commission_share": 0,
"payment_option": "string",
"can_go_live": true
}
]
}
Unauthenticated
Unauthorized