Skip to main content
GET
How many quotes turn into bookings

Authorizations

Authorization
string
header
default:sk_test_DEMO0000_replace_with_your_sandbox_key
required

API key authentication. Issued by the Safariat admin or via the partner portal. The secret is shown only once at generation.

Production sk_live_* keys must additionally sign every write request (POST/PUT/DELETE) with the X-Timestamp and X-Signature headers. Sandbox sk_test_* keys are exempt from request signing: X-Signature and X-Timestamp are not required for writes in the sandbox (so the developer-portal "Try it" playground works end to end). The Idempotency-Key header remains required on writes in both environments.

Query Parameters

from
string<date>
required
to
string<date>
required

Response

Quote conversion over the requested period.

period
object
required
searches
integer<int64>
required

Catalogue search calls over the period.

adventure_views
integer<int64>
required

Adventure detail calls

quotes_issued
integer<int64>
required
quotes_converted
integer<int64>
required

Quotes that led to a booking

quotes_abandoned
integer<int64>
required

Issued minus converted.

quotes_expired_unused
integer<int64>
required

Reached expiry without a booking.

search_to_view_rate_percent
string
required
Example:

"44.44"

view_to_quote_rate_percent
string
required
Example:

"50.00"

conversion_rate_percent
string
required
Example:

"23.50"

expiry_rate_percent
string
required
Example:

"60.00"