API V1
API Details
API #0 - get access token
get
Header parameters
X-Sld-TimestampnumberRequired
Timestamp when calling request in second
X-Sld-ClientKeystringRequired
Client Key which is given to partner
X-Sld-SignaturestringRequired
Signature which is calculated by Saladin guide
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
/api/v1/flight-insurance/vendor/access-tokenAPI #1 - get insurance products
post
Header parameters
X-Sld-TimestampnumberRequired
Timestamp when calling request in second
X-Sld-ClientKeystringRequired
Client Key which is given to partner
X-Sld-SignaturestringRequired
Signature which is calculated by Saladin guide
Body
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
post
/api/v1/flight-insurance/vendor/insurance-productsAPI #2 - update policy
put
Path parameters
policy_idstringRequired
Header parameters
X-Sld-TimestampnumberRequired
Timestamp when calling request in second
X-Sld-ClientKeystringRequired
Client Key which is given to partner
X-Sld-SignaturestringRequired
Signature which is calculated by Saladin guide
Body
product_codestringOptional
order_idstringOptional
pnrstringOptional
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
put
/api/v1/flight-insurance/vendor/policies/{policy_id}API #3 - Create policy
post
Header parameters
X-Sld-TimestampnumberRequired
Timestamp when calling request in second
X-Sld-ClientKeystringRequired
Client Key which is given to partner
X-Sld-SignaturestringRequired
Signature which is calculated by Saladin guide
Body
product_codestringOptional
premium_amountinteger · int64Optional
order_idstringOptional
pnrstringOptional
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
post
/api/v1/flight-insurance/vendor/policiesLast updated