Skip to main content

Wink API

Project description

wink-sdk-reference

Introduction

Welcome to the Wink API - A programmer-friendly way to manage, sell and book travel inventory on the Wink platform. The API gives you all the tools you need to ready your properties and inventory for sale across 1000s of our native sales channels. Integrators, affiliates, travel agents and content creators have the ability search for your travel inventory and promote / sell it in a wide variety of ways.

Integrations

We have already integrated with the most well-known channel managers so you don't have to. To see our current integrations, please go to https://extranet.wink.travel and scroll to Connectivity section. Once your properties are set up, you can finish the setup by mapping your property to Wink using your channel manager partner portal. If your properties don't have a channel manager, you can easily manage rates and availability with this API.

Intended Audience

Programmers are [most likely] a requirement to start integrating with Wink. Companies and organizations that would most benefit from integrating with us are new and existing travel companies that have relationships with suppliers and that need an advanced system from which to manage their travel inventory and get that same inventory out to as many eyeballs as possible at the lowest price possible.

  • Hotel chains
  • Hotel brands
  • Travel tech companies
  • Destination sites
  • Integrators
  • Aggregators
  • Destination management companies
  • Travel agencies
  • OTAs

APIs

Not every integrator needs every API. For that reason, we have separated APIs into context.

Test API

  • Ping: The Ping API is a quick test endpoint to verify that your credentials work Wink.

Common APIs

  • Notifications: The Notifications API is a way for us to stay in touch with your user, property or affiliate account.
  • User Settings: The User Settings API exposes endpoints to allow 3rd party integrators to communicate with Wink.

Consume APIs

Consume endpoints are for developers who want to find existing travel inventory and either book it or use it to advertise through one of their Wink affiliate accounts.

  • Configuration: A single endpoint to retrieve whitelabel + customization information for the booking customization.
  • Lookup: All APIs related to locating inventory by region, locale and property flags.
  • Inventory: All APIs related to retrieve known travel inventory as it was found using the Lookup API..
  • Booking: All APIs related to creating bookings on the platform.
  • Travel Agent: The Travel Agent API exposes endpoints to manage agent-facilitated bookings.

Produce APIs

Produce endpoints are for developers who want to create and manage travel inventory.

Property

  • Property registration: As a producer, this is, oftentimes, where you start your journey. These endpoints let you create properties on Wink.
  • Property: This collection of property endpoints are mostly management endpoints that let you display, change status and similar for your existing properties.
  • Facilities: This collection of endpoints let you manage facilities; such as room types.
  • Experiences: This collection of endpoints let you manage experiences, such as activities.
  • Monetize: The Monetize API exposes endpoints for managing cancellation polies, rate plans, promotions and more on Wink.
  • Distribution: The Distribution API exposes endpoints for sales channels, connecting with affiliates, managing rates and inventory calendars and more on Wink.
  • Property Booking: The Property Booking API exposes endpoints for managing bookings and reviews at the property-level.

Affiliate

  • Affiliate: This collection of affiliate endpoints are mostly management endpoints that let you display, change status and similar for your existing accounts.
  • Browse: The Browse API exposes endpoints for affiliates to find suppliers and inventory to sell.
  • Inventory: The Inventory API exposes endpoints for affiliates to manage the inventory they want to sell and how they want to sell it.
  • Sales Channel: The Sales Channel API exposes endpoints for affiliates to manage existing sales channels as well as find new ones.
  • WinkLinks: The WinkLinks API exposes endpoints for affiliates to manage their WinkLinks page.

Rate provider

  • Channel manager: The Channel Manager API enables external channel manager partners to map, exchange rate / availability information with us as well as be informed of bookings that occur on the Wink platform for one of their properties.

Taxonomy APIs

Taxonomy endpoints are for developers who want to consume and produce travel inventory and need taxonomies of standard and non-standard codes for inventory types, classes, statuses etc.

  • Reference: All APIs related to retrieving platform-supported taxonomies.

Insight APIs

Insight endpoints do exactly what the name implies - They offer platform-level insight into the activities of producers and consumers.

  • Analytics: All APIs related to tracking metrics across a wide variety of data source segments including, more entertaining, leaderboard metrics.

Payment APIs

Payment endpoints are for developers who want to purchase travel inventory. This can be done via the API as a registered Travel Agent or using our API in conjunction with our PCI compliant payment widget for all other entities.

  • TripPay: All APIs related to TripPay account management, booking, mapping and integration features.

SDKs

We are actively working on supporting the most used languages out there. If you don't see your language here, reach out to us with a request to officially add your language. In the meantime, if you want to roll your own SDK, you can do so by downloading the OpenAPI spec and using one of the many available OpenAPI generators available: https://openapi-generator.tech/docs/generators.

Usage

These features are made available to you via a REST API. This API is language agnostic.

Versioning

We chose to version our endpoints in a way that we hope affects your integration minimally. You request the version of our API you wish to work with via the Wink-Version header. When it's time for you to upgrade, you only have to change the version number to get access to our updated endpoints.

Release history

Reference API

The Reference API exposes endpoints related to supported taxonomies of reference data that this platform supports.

This Python package is automatically generated by the OpenAPI Generator project:

  • API version: 30.30.1
  • Package version: 0.0.58
  • Generator version: 7.17.0
  • Build package: org.openapitools.codegen.languages.PythonClientCodegen

Requirements.

Python 3.9+

Installation & Usage

pip install

You can install the package from PyPi using:

pip install wink_sdk_reference

Or you can install it directly from the repository using:

pip install git+https://github.com/wink-travel/wink-sdk-python.git@v0.0.58#egg=wink_sdk_reference&subdirectory=wink-sdk-reference

(you may need to run pip with root permission: sudo pip install git+https://github.com/wink-travel/wink-sdk-python.git@v0.0.58#egg=wink_sdk_reference&subdirectory=wink_sdk_reference)

Then import the package:

import wink_sdk_reference

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

import wink_sdk_reference

Tests

Execute pytest to run the tests.

Getting Started

Please follow the installation procedure and then run the following:

import wink_sdk_reference
from wink_sdk_reference.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://api.wink.travel
# See configuration.py for a list of all supported configuration parameters.
configuration = wink_sdk_reference.Configuration(
    host = "https://api.wink.travel"
)

# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.

configuration.access_token = os.environ["ACCESS_TOKEN"]


# Enter a context with an instance of the API client
with wink_sdk_reference.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = wink_sdk_reference.GeoDataApi(api_client)
    term = 'Denpasar' # str | Geo-name term to be searched
    wink_version = 'wink_version_example' # str |  (optional)
    accept = 'accept_example' # str |  (optional)

    try:
        # Find Geo Name by Term
        api_response = api_instance.search_for_cities(term, wink_version=wink_version, accept=accept)
        print("The response of GeoDataApi->search_for_cities:\n")
        pprint(api_response)
    except ApiException as e:
        print("Exception when calling GeoDataApi->search_for_cities: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to https://api.wink.travel

Class Method HTTP request Description
GeoDataApi search_for_cities GET /reference-data/geo/city/search Find Geo Name by Term
GeoDataApi search_for_city GET /reference-data/geo-ip/city/{searchTerm} City Search
GeoDataApi show_continents GET /reference-data/geo-ip/continent/list Show All Continents
GeoDataApi show_countries GET /reference-data/geo-ip/country/list Show Geo Name Countries
GeoDataApi show_geo_name_by_id GET /reference-data/geo/{geoNameId} Find Geo Name by Id
GeoDataApi show_timezones GET /reference-data/geo-ip/timezone/list Show Time Zones
RateProviderApi show_channel_managers GET /reference-data/channel-manager/list Show Channel Managers
ReferenceApi show_all_exchange_rates GET /reference-data/fx Show All Exchange Rates
ReferenceApi show_available_codes_for_category GET /reference-data/ota/{category} Show OTA Codes
ReferenceApi show_available_ota_categories GET /reference-data/ota/list Show OTA Category Codes
ReferenceApi show_countries1 GET /reference-data/country/list Show Countries
ReferenceApi show_currencies GET /reference-data/currency/list Show Currencies
ReferenceApi show_exchange_rate GET /reference-data/fx/{sourceCurrency}/{targetCurrency} Show Exchange Rate
ReferenceApi show_exchange_rate_count GET /reference-data/fx/count Show Exchange Rates Count
ReferenceApi show_exchange_rate_for_target_currency GET /reference-data/fx/{currency} Show Exchange Rates
ReferenceApi show_hotel_names GET /reference-data/lookup/property/{name} Hotel Name Search
ReferenceApi show_languages GET /reference-data/language/list Show Languages
ReferenceApi show_lifestyles GET /reference-data/lifestyle/list Show Lifestyles
ReferenceApi show_perks GET /reference-data/perk/list Show Perks
ReferenceApi show_social_networks GET /reference-data/social/list Show Social Networks

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

oauth2ClientCredentials

Author

bjorn@wink.travel

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wink_sdk_reference-0.0.58.tar.gz (71.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wink_sdk_reference-0.0.58-py3-none-any.whl (181.0 kB view details)

Uploaded Python 3

File details

Details for the file wink_sdk_reference-0.0.58.tar.gz.

File metadata

  • Download URL: wink_sdk_reference-0.0.58.tar.gz
  • Upload date:
  • Size: 71.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for wink_sdk_reference-0.0.58.tar.gz
Algorithm Hash digest
SHA256 66636fd8d3d3a9aea319d843db3417a5c960eac5f6a3de66d32a53ec12b7070f
MD5 bb3b12c18ce2cbca5b783bbd02ee829c
BLAKE2b-256 c97e8061324f33f85ac0f6e23fab51330eda8af330bba7e43c0ef91d87a0830f

See more details on using hashes here.

File details

Details for the file wink_sdk_reference-0.0.58-py3-none-any.whl.

File metadata

File hashes

Hashes for wink_sdk_reference-0.0.58-py3-none-any.whl
Algorithm Hash digest
SHA256 dfb33082514203c992bcbae8153879e8226e4b2d3e2892b9fdeb00fb8f6181fe
MD5 30eb3f19d2532111d4286a700d1ae699
BLAKE2b-256 03cf3954dde44295d39655ee595a6bead98fbf067b468d9706506175dc7529a8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page