Reference for Server API (REST/Json)
This Python package is automatically generated by the Swagger Codegen project:
- API version: 2.0.28
- Package version: 1.0.0
- Build date: 2023-05-12T10:25:41.122Z
- Build package: class io.swagger.codegen.languages.PythonClientCodegen
Python 2.7 and 3.4+
If the python package is hosted on Github, you can install directly from Github
pip install git+https://github.com/kinow-io/kinow-python-sdk.git(you may need to run pip with root permission: sudo pip install git+https://github.com/kinow-io/kinow-python-sdk.git)
Then import the package:
import kinow_clientInstall 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 kinow_clientPlease follow the installation procedure and then run the following:
from __future__ import print_function
import time
import kinow_client
from kinow_client.rest import ApiException
from pprint import pprint
# Configure API key authorization: ApiClientId
kinow_client.configuration.api_key['X-Client-Id'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# kinow_client.configuration.api_key_prefix['X-Client-Id'] = 'Bearer'
# Configure API key authorization: ApiClientSecret
kinow_client.configuration.api_key['X-Client-Secret'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# kinow_client.configuration.api_key_prefix['X-Client-Secret'] = 'Bearer'
# create an instance of the API class
api_instance = kinow_client.ActorsApi()
category_id = 789 # int | Category ID to fetch
actor_id = 789 # int | Actor ID to attach
try:
api_instance.attach_actor_to_category(category_id, actor_id)
except ApiException as e:
print("Exception when calling ActorsApi->attach_actor_to_category: %s\n" % e)You can enable debug logging to get information about what is sent or received by the SDK.
When submitting a support request, it is best to provide the logs file for a faster resolution of your issue.
# To be done before doing anything with the SDK
# Activate debug logs
kinow_client.configuration.debug = true
# (optionally) Set debug file location (no file is used by default)
kinow_client.configuration.logger_file = "path/to/logger/file"All URIs are relative to https://api.kinow.com/api
| Class | Method | HTTP request | Description |
|---|---|---|---|
| ActorsApi | attach_actor_to_category | POST /categories/{category_id}/actors | |
| ActorsApi | attach_actor_to_product | POST /products/{product_id}/actors | |
| ActorsApi | attach_features_to_actor | POST /actors/{actor_id}/features | |
| ActorsApi | create_actor | POST /actors | |
| ActorsApi | delete_actor | DELETE /actors/{actor_id} | |
| ActorsApi | detach_actor_from_category | DELETE /categories/{category_id}/actors/{actor_id} | |
| ActorsApi | detach_actor_from_product | DELETE /products/{product_id}/actors/{actor_id} | |
| ActorsApi | get_actor | GET /actors/{actor_id} | |
| ActorsApi | get_actor_cover_image | GET /actors/{actor_id}/cover | |
| ActorsApi | get_actor_features | GET /actors/{actor_id}/features | |
| ActorsApi | get_actor_products | GET /actors/{actor_id}/products | |
| ActorsApi | get_actor_products_role | GET /actors/{actor_id}/products-role | |
| ActorsApi | get_actors | GET /actors | |
| ActorsApi | get_category_actors | GET /categories/{category_id}/actors | |
| ActorsApi | get_product_actors | GET /products/{product_id}/actors | |
| ActorsApi | get_product_actors_role | GET /products/{product_id}/actors-role | |
| ActorsApi | update_actor | PUT /actors/{actor_id} | |
| ActorsApi | upload_actor_cover | POST /actors/{actor_id}/cover | |
| AddressApi | get_customer_address | GET /customers/{customer_id}/address | |
| AddressApi | update_address | PUT /addresses/{address_id} | |
| AttributesApi | create_product_attribute | POST /attributes | |
| AttributesApi | delete_attribute | DELETE /attributes/{attribute_id} | |
| AttributesApi | get_attribute | GET /attributes/{attribute_id} | |
| AttributesApi | get_product_attributes | GET /products/{product_id}/attributes | |
| BlogCategoriesApi | get_blog_categories | GET /blog-categories | |
| BlogCategoriesApi | get_blog_category | GET /blog-categories/{blog_category_id} | |
| BlogPagesApi | attach_features_to_blog_page | POST /blog-pages/{blog_page_id}/features | |
| BlogPagesApi | attach_product_to_blog_page | POST /blog-pages/{blog_page_id}/products | |
| BlogPagesApi | detach_product_from_blog_page | DELETE /blog-pages/{blog_page_id}/products/{product_id} | |
| BlogPagesApi | get_blog_page | GET /blog-pages/{blog_page_id} | |
| BlogPagesApi | get_blog_page_features | GET /blog-pages/{blog_page_id}/features | |
| BlogPagesApi | get_blog_page_products | GET /blog-pages/{blog_page_id}/products | |
| BlogPagesApi | get_blog_pages | GET /blog-pages | |
| BookmarksApi | attach_bookmark_to_customer | POST /customers/{customer_id}/bookmarks | |
| BookmarksApi | detach_bookmark_from_customer | DELETE /customers/{customer_id}/bookmarks/{product_id} | |
| BookmarksApi | get_customer_bookmarks | GET /customers/{customer_id}/bookmarks | |
| BundlesApi | add_product_to_bundle | PUT /bundles/{bundle_id} | |
| BundlesApi | get_bundle_products | GET /bundles/{bundle_id}/products | |
| BundlesApi | remove_product_from_bundle | DELETE /bundles/{bundle_id}/{product_id} | |
| CMSCategoriesApi | create_cms_category | POST /cms-categories | |
| CMSCategoriesApi | get_cms_categories | GET /cms-categories | |
| CMSCategoriesApi | update_cms_category | PUT /cms-categories/{cms_category_id} | |
| CMSPagesApi | create_cms_page | POST /cms-pages | |
| CMSPagesApi | get_cms_pages | GET /cms-pages | |
| CMSPagesApi | update_cms_page | PUT /cms-pages/{cms_page_id} | |
| CartRulesApi | attach_cart_rule_to_cart | POST /carts/{cart_id}/cart-rules | |
| CartRulesApi | create_cart_rule | POST /cart-rules | |
| CartRulesApi | delete_cart_rule | DELETE /cart-rules/{cart_rule_id} | |
| CartRulesApi | detach_cart_rule_from_cart | DELETE /carts/{cart_id}/cart-rules/{cart_rule_id} | |
| CartRulesApi | get_cart_rule | GET /cart-rules/{cart_rule_id} | |
| CartRulesApi | get_cart_rules | GET /cart-rules | |
| CartRulesApi | update_cart_rule | PUT /cart-rules/{cart_rule_id} | |
| CartsApi | add_product_to_cart | POST /carts/{cart_id}/products | |
| CartsApi | attach_cart_rule_to_cart | POST /carts/{cart_id}/cart-rules | |
| CartsApi | attach_cart_to_customer | POST /customers/{customer_id}/carts | |
| CartsApi | create_cart | POST /carts | |
| CartsApi | delete_cart | DELETE /carts/{cart_id} | |
| CartsApi | detach_cart_rule_from_cart | DELETE /carts/{cart_id}/cart-rules/{cart_rule_id} | |
| CartsApi | empty_cart | POST /carts/{cart_id}/empty | |
| CartsApi | get_cart | GET /carts/{cart_id} | |
| CartsApi | get_cart_payment_modules | GET /carts/{cart_id}/payments | |
| CartsApi | get_carts | GET /carts | |
| CartsApi | get_customer_carts | GET /customers/{customer_id}/carts | |
| CartsApi | get_last_cart | GET /customers/{customer_id}/last-cart | |
| CartsApi | get_losts_carts | GET /carts/losts-carts | |
| CartsApi | get_payment_url | GET /carts/{cart_id}/payments/{payment_name} | |
| CartsApi | get_price | POST /carts/price | |
| CartsApi | prepare_payment | POST /carts/{cart_id}/payments/{payment_name}/prepare | |
| CartsApi | recurring_payment | POST /carts/{cart_id}/payments/{payment_name}/recurring | |
| CartsApi | remove_product_from_cart | DELETE /carts/{cart_id}/products | |
| CartsApi | update_cart | PUT /carts/{cart_id} | |
| CartsApi | validate_free_order | POST /carts/{cart_id}/validate-free-order | |
| CartsApi | validate_payment | POST /carts/{cart_id}/payments/{payment_name}/validate | |
| CategoriesApi | attach_actor_to_category | POST /categories/{category_id}/actors | |
| CategoriesApi | attach_director_to_category | POST /categories/{category_id}/directors | |
| CategoriesApi | attach_features_to_category | POST /categories/{category_id}/features | |
| CategoriesApi | create_category | POST /categories | |
| CategoriesApi | delete_category | DELETE /categories/{category_id} | |
| CategoriesApi | detach_actor_from_category | DELETE /categories/{category_id}/actors/{actor_id} | |
| CategoriesApi | detach_director_from_category | DELETE /categories/{category_id}/directors/{director_id} | |
| CategoriesApi | get_available_category | GET /categories-accesses/{category_id} | |
| CategoriesApi | get_categories | GET /categories | |
| CategoriesApi | get_categories_from_category | GET /categories/{category_id}/categories | |
| CategoriesApi | get_category | GET /categories/{category_id} | |
| CategoriesApi | get_category_actors | GET /categories/{category_id}/actors | |
| CategoriesApi | get_category_banner | GET /categories/{category_id}/banner | |
| CategoriesApi | get_category_directors | GET /categories/{category_id}/directors | |
| CategoriesApi | get_category_features | GET /categories/{category_id}/features | |
| CategoriesApi | get_category_images | GET /categories/{category_id}/images | |
| CategoriesApi | get_category_player | GET /categories/videos/{video_id}/player | |
| CategoriesApi | get_category_products | GET /categories/{category_id}/products | |
| CategoriesApi | get_category_video_subtitles | GET /categories/videos/{video_id}/subtitles | |
| CategoriesApi | get_product_categories | GET /products/{product_id}/categories | |
| CategoriesApi | get_subscription_categories | GET /subscriptions/{subscription_id}/categories | |
| CategoriesApi | get_videos_from_categories | GET /categories/videos | |
| CategoriesApi | get_videos_from_category | GET /categories/{category_id}/videos | |
| CategoriesApi | update_category | PUT /categories/{category_id} | |
| CategoriesApi | upload_category_cover | POST /categories/{category_id}/cover | |
| CategoriesApi | upload_category_image | POST /categories/{category_id}/image | |
| CategoryVideosApi | get_category_player | GET /categories/videos/{video_id}/player | |
| CategoryVideosApi | get_category_video_subtitles | GET /categories/videos/{video_id}/subtitles | |
| CategoryVideosApi | get_videos_from_categories | GET /categories/videos | |
| CategoryVideosApi | get_videos_from_category | GET /categories/{category_id}/videos | |
| CommentsApi | create_product_comment | POST /products/{product_id}/comments | |
| CommentsApi | get_comment | GET /comments/{comment_id} | |
| CommentsApi | get_comments | GET /comments | |
| CommentsApi | get_customer_comments | GET /customers/{customer_id}/comments | |
| CommentsApi | get_product_comments | GET /products/{product_id}/comments | |
| ConfigurationApi | get_configuration | GET /configuration | |
| ConfigurationApi | get_configuration_analytics | GET /configuration/analytics | |
| ConfigurationApi | get_configuration_by_name | GET /configuration/{configuration_name} | |
| ConfigurationApi | get_configuration_logo | GET /configuration/logo | |
| ConfigurationApi | get_configuration_social | GET /configuration/social | |
| CountriesApi | get_countries | GET /countries | |
| CountriesApi | get_states | GET /countries/states | |
| CurrenciesApi | get_currencies | GET /currencies | |
| CustomersApi | attach_bookmark_to_customer | POST /customers/{customer_id}/bookmarks | |
| CustomersApi | attach_cart_to_customer | POST /customers/{customer_id}/carts | |
| CustomersApi | check_authentication_token | POST /customers/check-authentication-token | |
| CustomersApi | check_customer_credentials | POST /customers/check-credentials | |
| CustomersApi | create_customer | POST /customers | |
| CustomersApi | create_facebook_id | POST /customers/facebook | |
| CustomersApi | create_google_id | POST /customers/google | |
| CustomersApi | delete_customer | DELETE /customers/{customer_id} | |
| CustomersApi | detach_bookmark_from_customer | DELETE /customers/{customer_id}/bookmarks/{product_id} | |
| CustomersApi | generate_authentication_token | GET /customers/{customer_id}/authentication-token | |
| CustomersApi | get_customer | GET /customers/{customer_id} | |
| CustomersApi | get_customer_accesses_subscriptions | GET /customers/{customer_id}/accesses/subscriptions | |
| CustomersApi | get_customer_accesses_videos | GET /customers/{customer_id}/accesses/videos | |
| CustomersApi | get_customer_address | GET /customers/{customer_id}/address | |
| CustomersApi | get_customer_bookmarks | GET /customers/{customer_id}/bookmarks | |
| CustomersApi | get_customer_can_see_product | GET /customers/{customer_id}/products/{product_id}/can-see | |
| CustomersApi | get_customer_carts | GET /customers/{customer_id}/carts | |
| CustomersApi | get_customer_comments | GET /customers/{customer_id}/comments | |
| CustomersApi | get_customer_current_views | GET /customers/{customer_id}/current-views | |
| CustomersApi | get_customer_groups | GET /customers/{customer_id}/groups | |
| CustomersApi | get_customer_has_access_to_product | GET /customers/{customer_id}/products/{product_id}/has-access | |
| CustomersApi | get_customer_has_access_to_products | POST /customers/{customer_id}/products/has-access | |
| CustomersApi | get_customer_has_access_to_video | GET /customers/{customer_id}/videos/{video_id}/has-access | |
| CustomersApi | get_customer_has_access_to_videos | POST /customers/{customer_id}/videos/has-access | |
| CustomersApi | get_customer_orders | GET /customers/{customer_id}/orders | |
| CustomersApi | get_customer_playlists | GET /customers/{customer_id}/playlists | |
| CustomersApi | get_customer_prepayment_balances | GET /customers/{customer_id}/prepayment-balance | |
| CustomersApi | get_customer_prepayment_operations | GET /customers/{customer_id}/prepayment-operations | |
| CustomersApi | get_customers | GET /customers | |
| CustomersApi | get_facebook_customer | GET /customers/facebook/{facebook_id} | |
| CustomersApi | get_google_customer | GET /customers/google/{google_id} | |
| CustomersApi | get_payment_methods | GET /customers/{customer_id}/payments/{payment_name}/payment-methods | |
| CustomersApi | get_payment_methods_with_ip | GET /customers/{customer_id}/payments/{payment_name}/payment-methods/{ip_address} | |
| CustomersApi | get_pending_payments | GET /customers/{customer_id}/payments/{payment_name}/pending | |
| CustomersApi | get_pending_payments_with_ip | GET /customers/{customer_id}/payments/{payment_name}/pending/{ip_address} | |
| CustomersApi | get_registration_fields | GET /customer/registration-fields | |
| CustomersApi | login_with_facebook | POST /customers/facebook-login | |
| CustomersApi | login_with_google | POST /customers/google-login | |
| CustomersApi | password_token | POST /customers/password-token | |
| CustomersApi | password_token_consume | POST /customers/password-token-consume | |
| CustomersApi | stop_subscription | PUT /customers/{customer_id}/unsubscribe | |
| CustomersApi | update_customer | PUT /customers/{customer_id} | |
| CustomersApi | update_payment_method | PUT /customers/{customer_id}/payments/{payment_name}/payment-method | |
| CustomersApi | validate_customer_credentials | POST /customers/validate-credentials | |
| DevicesApi | create_devices | POST /devices | |
| DevicesApi | delete_device | DELETE /devices/{device_id} | |
| DevicesApi | get_customer_devices | GET /devices/{customer_id} | |
| DirectorsApi | attach_director_to_category | POST /categories/{category_id}/directors | |
| DirectorsApi | attach_director_to_product | POST /products/{product_id}/directors | |
| DirectorsApi | attach_features_to_director | POST /directors/{director_id}/features | |
| DirectorsApi | create_director | POST /directors | |
| DirectorsApi | delete_director | DELETE /directors/{director_id} | |
| DirectorsApi | detach_director_from_category | DELETE /categories/{category_id}/directors/{director_id} | |
| DirectorsApi | detach_director_from_product | DELETE /products/{product_id}/directors/{director_id} | |
| DirectorsApi | get_category_directors | GET /categories/{category_id}/directors | |
| DirectorsApi | get_director | GET /directors/{director_id} | |
| DirectorsApi | get_director_cover_image | GET /directors/{director_id}/cover | |
| DirectorsApi | get_director_features | GET /directors/{director_id}/features | |
| DirectorsApi | get_director_products | GET /directors/{director_id}/products | |
| DirectorsApi | get_director_products_role | GET /directors/{director_id}/products-role | |
| DirectorsApi | get_directors | GET /directors | |
| DirectorsApi | get_product_directors | GET /products/{product_id}/directors | |
| DirectorsApi | get_product_directors_role | GET /products/{product_id}/directors-role | |
| DirectorsApi | update_director | PUT /directors/{director_id} | |
| DirectorsApi | upload_director_cover | POST /directors/{director_id}/cover | |
| EmployeesApi | get_employee | GET /employees/{employee_id} | |
| EmployeesApi | get_employees | GET /employees | |
| ExtractsApi | attach_cover_to_extract | POST /extracts/{extract_id}/cover | |
| ExtractsApi | attach_features_to_extract | POST /extracts/{extract_id}/features | |
| ExtractsApi | create_extract | POST /extracts | |
| ExtractsApi | create_extract_subtitle | POST /extracts/{extract_id}/subtitle | |
| ExtractsApi | delete_extract | DELETE /extracts/{extract_id} | |
| ExtractsApi | get_extract | GET /extracts/{extract_id} | |
| ExtractsApi | get_extract_features | GET /extracts/{extract_id}/features | |
| ExtractsApi | get_extract_player | GET /extracts/{extract_id}/player | |
| ExtractsApi | get_extract_subtitles | GET /extracts/{extract_id}/subtitles | |
| ExtractsApi | get_extracts | GET /extracts | |
| ExtractsApi | get_product_extracts | GET /products/{product_id}/extracts | |
| ExtractsApi | has_access_to_extracts | POST /extracts/has-access | |
| ExtractsApi | update_extract | PUT /extracts/{extract_id} | |
| FeatureValuesApi | attach_features_to_actor | POST /actors/{actor_id}/features | |
| FeatureValuesApi | attach_features_to_blog_page | POST /blog-pages/{blog_page_id}/features | |
| FeatureValuesApi | attach_features_to_category | POST /categories/{category_id}/features | |
| FeatureValuesApi | attach_features_to_director | POST /directors/{director_id}/features | |
| FeatureValuesApi | attach_features_to_extract | POST /extracts/{extract_id}/features | |
| FeatureValuesApi | attach_features_to_product | POST /products/{product_id}/features | |
| FeatureValuesApi | attach_features_to_video | POST /videos/{video_id}/features | |
| FeatureValuesApi | detach_feature_to_product | DELETE /products/{product_id}/features/{feature_id} | |
| FeatureValuesApi | get_feature_values | GET /feature-values | |
| FeaturesApi | attach_features_to_actor | POST /actors/{actor_id}/features | |
| FeaturesApi | attach_features_to_blog_page | POST /blog-pages/{blog_page_id}/features | |
| FeaturesApi | attach_features_to_category | POST /categories/{category_id}/features | |
| FeaturesApi | attach_features_to_director | POST /directors/{director_id}/features | |
| FeaturesApi | attach_features_to_extract | POST /extracts/{extract_id}/features | |
| FeaturesApi | attach_features_to_product | POST /products/{product_id}/features | |
| FeaturesApi | attach_features_to_video | POST /videos/{video_id}/features | |
| FeaturesApi | detach_feature_to_product | DELETE /products/{product_id}/features/{feature_id} | |
| FeaturesApi | get_actor_features | GET /actors/{actor_id}/features | |
| FeaturesApi | get_blog_page_features | GET /blog-pages/{blog_page_id}/features | |
| FeaturesApi | get_category_features | GET /categories/{category_id}/features | |
| FeaturesApi | get_director_features | GET /directors/{director_id}/features | |
| FeaturesApi | get_extract_features | GET /extracts/{extract_id}/features | |
| FeaturesApi | get_feature_values | GET /feature-values | |
| FeaturesApi | get_features | GET /features | |
| FeaturesApi | get_product_features | GET /products/{product_id}/features | |
| FeaturesApi | get_video_features | GET /videos/{video_id}/features | |
| FreeGiftsApi | consume_free_gift | PUT /free-gifts/{free_gift_id}/consume | |
| FreeGiftsApi | create_free_gift | POST /free-gifts | |
| FreeGiftsApi | delete_free_gift | DELETE /free-gifts/{free_gift_id} | |
| FreeGiftsApi | get_free_gift | GET /free-gifts/{free_gift_id} | |
| FreeGiftsApi | get_free_gift_token | GET /free-gifts/{free_gift_id}/token | |
| FreeGiftsApi | get_free_gifts | GET /free-gifts | |
| FreeGiftsApi | send_free_gift | POST /free-gifts/{free_gift_id}/send | |
| GendersApi | get_genders | GET /genders | |
| GeolocationsApi | get_geoloc_settings | GET /geolocations/settings | |
| GeolocationsApi | get_ip_location | GET /geolocations/ip | |
| GeolocationsApi | get_platform_access_info | GET /geolocations/platform-access | |
| GeolocationsApi | get_product_geolocations | GET /products/{product_id}/geolocations | |
| GeolocationsApi | get_product_geolocations_by_ip | POST /products/{product_id}/geolocations | |
| GeolocationsApi | get_video_geolocation_by_ip | POST /videos/{video_id}/geolocations/{ip_address} | |
| GeolocationsApi | set_product_geolocation | PUT /products/{product_id}/geolocations | |
| GeolocationsApi | set_video_geolocation | PUT /videos/{video_id}/geolocations | |
| GiftsApi | consume_gift | PUT /gifts/{gift_id}/consume | |
| GiftsApi | create_gift | POST /gifts | |
| GiftsApi | delete_gift | DELETE /gifts/{gift_id} | |
| GiftsApi | delete_gifts_in_cart | DELETE /carts/{cart_id}/gift/ | |
| GiftsApi | get_gift | GET /gifts/{gift_id} | |
| GiftsApi | get_gift_in_cart | GET /carts/{cart_id}/gift | |
| GiftsApi | get_gift_token | GET /gifts/{gift_id}/token | |
| GiftsApi | get_gifts | GET /gifts | |
| GiftsApi | get_gifts_in_cart | GET /carts/{cart_id}/gifts | |
| GiftsApi | send_gift | POST /gifts/{gift_id}/send | |
| GiftsApi | update_gift | PUT /gifts/{gift_id} | |
| GroupsApi | attach_customer_to_group | POST /groups/{group_id}/customers | |
| GroupsApi | create_group | POST /groups | |
| GroupsApi | detach_customer_from_group | DELETE /groups/{group_id}/customers/{customer_id} | |
| GroupsApi | get_group | GET /groups/{group_id} | |
| GroupsApi | get_group_customers | GET /groups/{group_id}/customers | |
| GroupsApi | get_groups | GET /groups | |
| GroupsApi | get_product_groups | GET /products/{product_id}/groups | |
| ImagesApi | delete_image | DELETE /images/{image_id} | |
| ImagesApi | get_actor_cover_image | GET /actors/{actor_id}/cover | |
| ImagesApi | get_category_banner | GET /categories/{category_id}/banner | |
| ImagesApi | get_category_image_types | GET /categories/image-types | |
| ImagesApi | get_category_images | GET /categories/{category_id}/images | |
| ImagesApi | get_director_cover_image | GET /directors/{director_id}/cover | |
| ImagesApi | get_product_cover_image | GET /products/{product_id}/cover | |
| ImagesApi | get_product_image_types | GET /products/image-types | |
| ImagesApi | get_product_images | GET /products/{product_id}/images | |
| ImagesApi | get_product_screenshots | GET /products/{product_id}/screenshots | |
| ImagesApi | get_slider_image | GET /widgets/slider/images | |
| ImagesApi | get_subscription_cover_image | GET /subscriptions/{subscription_id}/cover | |
| ImagesApi | get_video_cover | GET /videos/{video_id}/cover | |
| ImagesApi | upload_actor_cover | POST /actors/{actor_id}/cover | |
| ImagesApi | upload_category_cover | POST /categories/{category_id}/cover | |
| ImagesApi | upload_category_image | POST /categories/{category_id}/image | |
| ImagesApi | upload_director_cover | POST /directors/{director_id}/cover | |
| ImagesApi | upload_product_cover | POST /products/{product_id}/cover | |
| ImagesApi | upload_product_image | POST /products/{product_id}/image | |
| ImagesApi | upload_subscription_cover | POST /subscriptions/{subscription_id}/cover | |
| LanguagesApi | get_languages | GET /languages | |
| MediaFilesApi | convert_live_to_vod | POST /media-sources/{source_id}/live2vod | |
| MediaFilesApi | create_live | POST /media-sources/{source_id}/live | |
| MediaFilesApi | get_live_streams | GET /media-files/{media_file_id}/streams | |
| MediaFilesApi | get_media_file | GET /media-files/{media_file_id} | |
| MediaFilesApi | get_media_source_files | GET /media-sources/{source_id}/files | |
| MediaFilesApi | post_media_source_files | POST /media-sources/{source_id}/files | |
| MediaSourcesApi | convert_live_to_vod | POST /media-sources/{source_id}/live2vod | |
| MediaSourcesApi | create_live | POST /media-sources/{source_id}/live | |
| MediaSourcesApi | get_media_source | GET /media-sources/{source_id} | |
| MediaSourcesApi | get_media_source_files | GET /media-sources/{source_id}/files | |
| MediaSourcesApi | get_media_sources | GET /media-sources | |
| MediaSourcesApi | post_media_source_files | POST /media-sources/{source_id}/files | |
| OrderHistoriesApi | get_order_histories | GET /orders/{order_id}/histories | |
| OrderStatesApi | get_order_state | GET /order-states/{order_state_id} | |
| OrderStatesApi | get_order_states | GET /order-states | |
| OrdersApi | get_customer_orders | GET /customers/{customer_id}/orders | |
| OrdersApi | get_order | GET /orders/{order_id} | |
| OrdersApi | get_order_histories | GET /orders/{order_id}/histories | |
| OrdersApi | get_order_invoice | GET /orders/{order_id}/invoice | |
| OrdersApi | get_orders | GET /orders | |
| PagesApi | get_page | GET /pages/{page_id} | |
| PagesApi | get_pages | GET /pages | |
| PaymentModulesApi | get_cart_payment_modules | GET /carts/{cart_id}/payments | |
| PaymentModulesApi | get_payment_methods | GET /customers/{customer_id}/payments/{payment_name}/payment-methods | |
| PaymentModulesApi | get_payment_methods_with_ip | GET /customers/{customer_id}/payments/{payment_name}/payment-methods/{ip_address} | |
| PaymentModulesApi | get_payment_modules | GET /payment-modules | |
| PaymentModulesApi | get_payment_token | GET /payment-modules/token/{token} | |
| PaymentModulesApi | get_payment_url | GET /carts/{cart_id}/payments/{payment_name} | |
| PaymentModulesApi | get_pending_payments | GET /customers/{customer_id}/payments/{payment_name}/pending | |
| PaymentModulesApi | get_pending_payments_with_ip | GET /customers/{customer_id}/payments/{payment_name}/pending/{ip_address} | |
| PaymentModulesApi | prepare_payment | POST /carts/{cart_id}/payments/{payment_name}/prepare | |
| PaymentModulesApi | recurring_payment | POST /carts/{cart_id}/payments/{payment_name}/recurring | |
| PaymentModulesApi | update_payment_method | PUT /customers/{customer_id}/payments/{payment_name}/payment-method | |
| PaymentModulesApi | validate_free_order | POST /carts/{cart_id}/validate-free-order | |
| PaymentModulesApi | validate_payment | POST /carts/{cart_id}/payments/{payment_name}/validate | |
| PlaylistsApi | attach_bookmark_to_playlist | POST /playlists/{playlist_id}/bookmarks | |
| PlaylistsApi | create_playlist | POST /playlists | |
| PlaylistsApi | delete_playlist | DELETE /playlists/{playlist_id} | |
| PlaylistsApi | detach_bookmark_from_playlist | DELETE /playlists/{playlist_id}/bookmarks/{product_id} | |
| PlaylistsApi | get_customer_playlists | GET /customers/{customer_id}/playlists | |
| PlaylistsApi | get_playlist | GET /playlists/{playlist_id} | |
| PlaylistsApi | get_playlist_bookmarks | GET /playlists/{playlist_id}/bookmarks | |
| PlaylistsApi | get_playlists | GET /playlists | |
| PlaylistsApi | update_playlist | PUT /playlists/{playlist_id} | |
| PrepaymentsApi | get_customer_prepayment_balances | GET /customers/{customer_id}/prepayment-balance | |
| PrepaymentsApi | get_customer_prepayment_operations | GET /customers/{customer_id}/prepayment-operations | |
| PrepaymentsApi | get_prepayment_bonus | GET /prepayment/bonus/{prepayment_bonus_id} | |
| PrepaymentsApi | get_prepayment_bonus_amount | POST /prepayment/bonus/amount | |
| PrepaymentsApi | get_prepayment_bonus_list | GET /prepayment/bonus | |
| PrepaymentsApi | get_prepayment_operation | GET /prepayment/operations/{prepayment_operation_id} | |
| PrepaymentsApi | get_prepayment_operations | GET /prepayment/operations | |
| PrepaymentsApi | get_prepayment_operations_amount | POST /prepayment/operations/amount | |
| PrepaymentsApi | get_prepayment_recharge | GET /prepayment/recharges/{prepayment_recharge_id} | |
| PrepaymentsApi | get_prepayment_recharges | GET /prepayment/recharges | |
| ProductAccessesApi | create_product_access | POST /product-accesses | |
| ProductAccessesApi | delete_product_access | DELETE /product-accesses/{product_access_id} | |
| ProductAccessesApi | get_customer_accesses_subscriptions | GET /customers/{customer_id}/accesses/subscriptions | |
| ProductAccessesApi | get_customer_accesses_videos | GET /customers/{customer_id}/accesses/videos | |
| ProductAccessesApi | get_product_access | GET /product-accesses/{product_access_id} | |
| ProductAccessesApi | get_product_accesses | GET /product-accesses | |
| ProductAccessesApi | subscribe | PUT /product-accesses/{product_access_id}/subscribe | |
| ProductAccessesApi | switch_subscription | PUT /product-accesses/{product_access_id}/switch | |
| ProductAccessesApi | switch_subscription_delete | DELETE /product-accesses/{product_access_id}/switch | |
| ProductAccessesApi | switch_subscription_pending | GET /product-accesses/{product_access_id}/switch | |
| ProductAccessesApi | unsubscribe | PUT /product-accesses/{product_access_id}/unsubscribe | |
| ProductAccessesApi | update_product_access | PUT /product-accesses/{product_access_id} | |
| ProductsApi | associate_products | POST /products/{product_id}/products | |
| ProductsApi | attach_actor_to_product | POST /products/{product_id}/actors | |
| ProductsApi | attach_director_to_product | POST /products/{product_id}/directors | |
| ProductsApi | attach_features_to_product | POST /products/{product_id}/features | |
| ProductsApi | attach_product_to_category | POST /products/{product_id}/categories | |
| ProductsApi | attach_product_to_group | POST /products/{product_id}/groups | |
| ProductsApi | attach_video_to_product | POST /products/{product_id}/videos | |
| ProductsApi | create_product | POST /products | |
| ProductsApi | create_product_comment | POST /products/{product_id}/comments | |
| ProductsApi | delete_product | DELETE /products/{product_id} | |
| ProductsApi | detach_actor_from_product | DELETE /products/{product_id}/actors/{actor_id} | |
| ProductsApi | detach_director_from_product | DELETE /products/{product_id}/directors/{director_id} | |
| ProductsApi | detach_feature_to_product | DELETE /products/{product_id}/features/{feature_id} | |
| ProductsApi | detach_product_from_category | DELETE /products/{product_id}/categories/{category_id} | |
| ProductsApi | detach_product_from_group | DELETE /products/{product_id}/groups/{group_id} | |
| ProductsApi | get_best_sales | GET /products/best-sales | |
| ProductsApi | get_category_products | GET /categories/{category_id}/products | |
| ProductsApi | get_customer_has_access_to_product | GET /customers/{customer_id}/products/{product_id}/has-access | |
| ProductsApi | get_customer_has_access_to_products | POST /customers/{customer_id}/products/has-access | |
| ProductsApi | get_most_watched | GET /products/most-watched | |
| ProductsApi | get_new_products | GET /products/new | |
| ProductsApi | get_price | POST /products/price | |
| ProductsApi | get_product | GET /products/{product_id} | |
| ProductsApi | get_product_actors | GET /products/{product_id}/actors | |
| ProductsApi | get_product_actors_role | GET /products/{product_id}/actors-role | |
| ProductsApi | get_product_attributes | GET /products/{product_id}/attributes | |
| ProductsApi | get_product_availability | GET /products/{product_id}/access | |
| ProductsApi | get_product_categories | GET /products/{product_id}/categories | |
| ProductsApi | get_product_comments | GET /products/{product_id}/comments | |
| ProductsApi | get_product_cover_image | GET /products/{product_id}/cover | |
| ProductsApi | get_product_directors | GET /products/{product_id}/directors | |
| ProductsApi | get_product_directors_role | GET /products/{product_id}/directors-role | |
| ProductsApi | get_product_extracts | GET /products/{product_id}/extracts | |
| ProductsApi | get_product_features | GET /products/{product_id}/features | |
| ProductsApi | get_product_geolocations | GET /products/{product_id}/geolocations | |
| ProductsApi | get_product_geolocations_by_ip | POST /products/{product_id}/geolocations | |
| ProductsApi | get_product_groups | GET /products/{product_id}/groups | |
| ProductsApi | get_product_images | GET /products/{product_id}/images | |
| ProductsApi | get_product_screenshots | GET /products/{product_id}/screenshots | |
| ProductsApi | get_product_subscription | GET /products/{product_id}/subscription | |
| ProductsApi | get_products | GET /products | |
| ProductsApi | get_products_from_product | GET /products/{product_id}/products | |
| ProductsApi | get_video_groups_from_product | GET /products/{product_id}/video-groups | |
| ProductsApi | get_videos_from_product | GET /products/{product_id}/videos | |
| ProductsApi | search_products | GET /products/search/{search_query} | |
| ProductsApi | set_product_geolocation | PUT /products/{product_id}/geolocations | |
| ProductsApi | update_product | PUT /products/{product_id} | |
| ProductsApi | update_product_group_restriction_behavior | PUT /products/{product_id}/groups/behavior | |
| ProductsApi | upload_product_cover | POST /products/{product_id}/cover | |
| ProductsApi | upload_product_image | POST /products/{product_id}/image | |
| RecommendationsApi | get_customer_recommendations | GET /customers/{customer_id}/recommendations | |
| StatsApi | create_video_stat_session | POST /video-stats/sessions | |
| StatsApi | get_customer_group_total_watched | GET /video-stats/customer-group | |
| StatsApi | get_customer_sessions | GET /video-stats/sessions | |
| StatsApi | get_customer_sessions_multiple | POST /video-stats/{customer_id}/sessions | |
| StatsApi | get_customer_video_stats | GET /video-stats/customers | |
| StatsApi | get_customer_videos_view_informations | POST /video-stats/views/{customer_id} | |
| StatsApi | get_products_watched | GET /video-stats/products-watched | |
| StatsApi | get_video_stats | GET /video-stats/videos | |
| StatsApi | get_videos_watching | GET /video-stats/videos-watching | |
| StatsApi | set_customer_video_view_informations | PUT /video-stats/views/{customer_id}/{video_id} | |
| SubscriptionsApi | attach_categories_to_subscription | POST /subscriptions/{subscription_id}/categories | |
| SubscriptionsApi | detach_category_from_subscription | DELETE /subscriptions/{subscription_id}/categories/{category_id} | |
| SubscriptionsApi | get_disabled_subscriptions | GET /videos/{video_id}/disabled-subscriptions | |
| SubscriptionsApi | get_product_subscription | GET /products/{product_id}/subscription | |
| SubscriptionsApi | get_subscription | GET /subscriptions/{subscription_id} | |
| SubscriptionsApi | get_subscription_categories | GET /subscriptions/{subscription_id}/categories | |
| SubscriptionsApi | get_subscription_cover_image | GET /subscriptions/{subscription_id}/cover | |
| SubscriptionsApi | get_subscriptions | GET /subscriptions | |
| SubscriptionsApi | upload_subscription_cover | POST /subscriptions/{subscription_id}/cover | |
| SubtitlesApi | create_extract_subtitle | POST /extracts/{extract_id}/subtitle | |
| SubtitlesApi | create_video_subtitle | POST /videos/{video_id}/subtitle | |
| SubtitlesApi | get_category_video_subtitles | GET /categories/videos/{video_id}/subtitles | |
| SubtitlesApi | get_extract_subtitles | GET /extracts/{extract_id}/subtitles | |
| SubtitlesApi | get_subtitles | GET /subtitles | |
| SubtitlesApi | get_video_subtitles | GET /videos/{video_id}/subtitles | |
| SupportApi | create_message | POST /support | |
| SupportApi | get_contacts | GET /support/contacts | |
| TasksApi | create_task | POST /tasks | |
| TaxRulesApi | get_tax_rules | GET /tax-rules | |
| VideoGroupsApi | get_video_group | GET /video-groups/{video_group_id} | |
| VideoGroupsApi | get_video_groups | GET /video-groups | |
| VideoGroupsApi | get_video_groups_from_product | GET /products/{product_id}/video-groups | |
| VideosApi | attach_cover_to_video | POST /videos/{video_id}/cover | |
| VideosApi | attach_features_to_video | POST /videos/{video_id}/features | |
| VideosApi | attach_video_to_product | POST /products/{product_id}/videos | |
| VideosApi | create_video | POST /videos | |
| VideosApi | create_video_subtitle | POST /videos/{video_id}/subtitle | |
| VideosApi | delete_video | DELETE /videos/{video_id} | |
| VideosApi | get_customer_has_access_to_video | GET /customers/{customer_id}/videos/{video_id}/has-access | |
| VideosApi | get_customer_has_access_to_videos | POST /customers/{customer_id}/videos/has-access | |
| VideosApi | get_disabled_subscriptions | GET /videos/{video_id}/disabled-subscriptions | |
| VideosApi | get_video | GET /videos/{video_id} | |
| VideosApi | get_video_access | GET /videos/{video_id}/customers/{customer_id}/access | |
| VideosApi | get_video_bonus | GET /videos/{video_id}/bonus | |
| VideosApi | get_video_cover | GET /videos/{video_id}/cover | |
| VideosApi | get_video_download_url | GET /videos/{video_id}/download-url | |
| VideosApi | get_video_features | GET /videos/{video_id}/features | |
| VideosApi | get_video_geolocation | GET /videos/{video_id}/geolocation | |
| VideosApi | get_video_geolocation_by_ip | POST /videos/{video_id}/geolocations/{ip_address} | |
| VideosApi | get_video_player | GET /videos/{video_id}/player | |
| VideosApi | get_video_subtitles | GET /videos/{video_id}/subtitles | |
| VideosApi | get_video_views | GET /videos/{video_id}/views | |
| VideosApi | get_videos | GET /videos | |
| VideosApi | get_videos_from_product | GET /products/{product_id}/videos | |
| VideosApi | set_video_geolocation | PUT /videos/{video_id}/geolocations | |
| VideosApi | update_video | PUT /videos/{video_id} | |
| WidgetsApi | get_slider_image | GET /widgets/slider/images | |
| WidgetsApi | get_widget_analytics | GET /widgets/analytics | |
| WidgetsApi | get_widget_footer_menu | GET /widgets/footer-menu | |
| WidgetsApi | get_widget_home_rail | GET /widgets/home-rail | |
| WidgetsApi | get_widget_home_rail_video | GET /widgets/home-rail/{homerail_id}/videos | |
| WidgetsApi | get_widget_hook_phrase | GET /widgets/hook-phrase | |
| WidgetsApi | get_widget_slider | GET /widgets/slider | |
| WidgetsApi | get_widget_slider_item | GET /widgets/slider/{slider_id} | |
| WidgetsApi | get_widget_slider_video_player | GET /widgets/slider/{slider_id}/player | |
| WidgetsApi | get_widget_top_menu | GET /widgets/top-menu |
- Actor
- ActorListResponse
- ActorProduct
- ActorProductListResponse
- ActorProductRole
- ActorProductRoleListResponse
- ActorResponse
- ActorRole
- ActorRoleListResponse
- AddProductToCartRequest
- Address
- AddressResponse
- Analytic
- AnalyticListResponse
- Attachment
- BlogCategory
- BlogCategoryListResponse
- BlogCategoryResponse
- BlogPage
- BlogPageListResponse
- BlogPageProductsResponse
- BlogPageResponse
- Bonus
- CMSCategoriesListResponse
- CMSCategory
- CMSCategoryListResponse
- CMSCategoryResponse
- CMSPage
- CMSPageListResponse
- CMSPageResponse
- Cart
- CartIDList
- CartListResponse
- CartListResponse1
- CartPrice
- CartPriceRequest
- CartProduct
- CartResponse
- CartRule
- CartRuleListResponse
- CartRulePrice
- CartRuleResponse
- CartRuleRestrictionGroup
- CartRuleRestrictionGroupItem
- Category
- CategoryActorsListResponse
- CategoryDirectorsListResponse
- CategoryImagesListResponse
- CategoryListResponse
- CategoryResponse
- Comment
- CommentListResponse
- CommentListResponse1
- CommentResponse
- Configuration
- ConfigurationListResponse
- ConfigurationResponse
- Contact
- ContactListResponse
- ConvertMediaLiveRequest
- Country
- CountryListResponse
- CreateActorRequest
- CreateAttributeRequest
- CreateCMSCategoryRequest
- CreateCMSPageRequest
- CreateCartRequest
- CreateCartRuleRequest
- CreateCategoryRequest
- CreateCommentRequest
- CreateCustomerRequest
- CreateDeviceRequest
- CreateDirectorRequest
- CreateExtractRequest
- CreateExtractSubtitleRequest
- CreateFreeGiftRequest
- CreateGiftRequest
- CreateGroupRequest
- CreateMediaFileRequest
- CreateMediaLiveRequest
- CreateMessageRequest
- CreateProductAccessRequest
- CreateProductRequest
- CreateTaskRequest
- CreateVideoRequest
- CreateVideoStatSessionRequest
- CreateVideoStatSessionResponse
- CreateVideoSubtitleRequest
- CredentialsValidationResponse
- Currency
- CurrencyListResponse
- CurrencyListResponse1
- Customer
- CustomerCommentListResponse
- CustomerCommentListResponse1
- CustomerCommentResponse
- CustomerCurrentViewsResponse
- CustomerGroupVideoStats
- CustomerGroupVideoStatsListResponse
- CustomerId
- CustomerListResponse
- CustomerResponse
- CustomerVideoStats
- CustomerVideoStatsListResponse
- Device
- DeviceListResponse
- DeviceResponse
- Director
- DirectorListResponse
- DirectorProduct
- DirectorProductListResponse
- DirectorProductRole
- DirectorProductRoleListResponse
- DirectorResponse
- DirectorRole
- DirectorRoleListResponse
- DownloadInformations
- Employee
- EmployeeListResponse
- EmployeeResponse
- Extract
- ExtractAccessInfo
- ExtractIDList
- ExtractListResponse
- ExtractResponse
- ExtractSubtitlesResponse
- Feature
- FeatureListResponse
- FeatureValue
- FeatureValueListResponse
- FeatureValueListResponse1
- Features
- FreeGift
- FreeGiftListResponse
- FreeGiftResponse
- Gender
- GenderListResponse
- Geoloc
- GeolocSettings
- GeolocSettingsResponse
- GeolocationListResponse
- Gift
- GiftListResponse
- GiftResponse
- GiftToken
- GiftTokenResponse
- GoogleAnalyticsResponse
- Group
- GroupListResponse
- GroupResponse
- I18nField
- I18nFieldInput
- IPCoordinates
- IPLocation
- IPLocationResponse
- Image
- ImageListResponse
- ImageResponse
- ImageType
- Language
- LanguageListResponse
- LogoSettings
- MediaFile
- MediaFileListResponse
- MediaFileResponse
- MediaFileStream
- MediaFileStreamListResponse
- MediaSource
- MediaSourceListResponse
- MediaSourceResponse
- Order
- OrderHistory
- OrderHistoryListResponse
- OrderListResponse
- OrderResponse
- OrderState
- OrderStateListResponse
- OrderStateResponse
- Page
- PageListResponse
- PageResponse
- Pagination
- PaymentArguments
- PaymentArgumentsResponse
- PaymentDetails
- PaymentDetailsResponse
- PaymentMethods
- PaymentModule
- PaymentModuleListResponse
- PaymentModuleListResponse1
- PaymentToken
- PaymentToken1
- PaymentUrlResponse
- PlatformAccess
- PlatformAccessResponse
- Player
- PlayerConfiguration
- Playlist
- PlaylistListResponse
- PlaylistResponse
- PlaylistUpdate
- PrepaymentBalance
- PrepaymentBonus
- PrepaymentBonusAmount
- PrepaymentBonusIDList
- PrepaymentBonusListResponse
- PrepaymentBonusResponse
- PrepaymentOperation
- PrepaymentOperationAmount
- PrepaymentOperationIDList
- PrepaymentOperationListResponse
- PrepaymentOperationResponse
- PrepaymentRecharge
- PrepaymentRechargeListResponse
- PrepaymentRechargeResponse
- Product
- ProductAccess
- ProductAccessInfo
- ProductAccessInfoResponse
- ProductAccessListResponse
- ProductAccessResponse
- ProductAttribute
- ProductAttributeListResponse
- ProductCategories
- ProductCommentListResponse
- ProductCommentListResponse1
- ProductCommentResponse
- ProductIDList
- ProductIDList1
- ProductImageListResponse
- ProductListResponse
- ProductPrice
- ProductPriceAttribute
- ProductResponse
- ProductVideoListResponse
- Promotion
- RegistrationField
- RegistrationFieldsResponse
- RemoveProductFromCartRequest
- SessionVideoStat
- SessionVideoStatListResponse
- SocialSettings
- State
- StateListResponse
- Subscription
- SubscriptionListResponse
- SubscriptionResponse
- Subtitle
- SubtitleListResponse
- SubtitleResponse
- Support
- SupportMessage
- SupportResponse
- Tag
- Task
- TaskResponse
- TaxPrice
- TaxRule
- TaxRuleListResponse
- TokenResponse
- UpdateActorRequest
- UpdateAddressRequest
- UpdateCMSCategoryRequest
- UpdateCMSPageRequest
- UpdateCartRequest
- UpdateCartRuleRequest
- UpdateCategoryRequest
- UpdateCustomerRequest
- UpdateDirectorRequest
- UpdateExtractRequest
- UpdateFreeGiftRequest
- UpdateGiftRequest
- UpdatePaymentRequest
- UpdateProductAccessRequest
- UpdateProductRequest
- UpdateVideoRequest
- Video
- VideoAccessInfo
- VideoAccessInfoResponse
- VideoCategory
- VideoCategoryListResponse
- VideoFreeAccess
- VideoGroup
- VideoGroupListResponse
- VideoGroupResponse
- VideoIDList
- VideoIDList1
- VideoIDList2
- VideoListResponse
- VideoResponse
- VideoStat
- VideoStatListResponse
- VideoStatsVideosWatchingResponse
- VideoViewInformations
- VideoViews
- VideoWatching
- View
- WidgetFooterMenu
- WidgetFooterMenuListResponse
- WidgetHomeRail
- WidgetHomeRailListResponse
- WidgetHomeRailVideoListResponse
- WidgetHookPhrase
- WidgetHookPhraseListResponse
- WidgetSlider
- WidgetSliderListResponse
- WidgetSliderResponse
- WidgetSliderVideo
- WidgetTopMenu
- WidgetTopMenuListResponse