Skip to content

WalletInc/sdk-python

Repository files navigation

wallet

API

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

  • API version: 2.1.600
  • Package version: 2.1.600
  • Build package: org.openapitools.codegen.languages.PythonClientCodegen

Requirements.

Python 3.7+

Installation & Usage

pip install

If the python package is hosted on a repository, you can install directly using:

pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git

(you may need to run pip with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git)

Then import the package:

import wallet

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 wallet

Tests

Execute pytest to run the tests.

Getting Started

Please follow the installation procedure and then run the following:

import wallet
from wallet.rest import ApiException
from pprint import pprint

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



# Enter a context with an instance of the API client
with wallet.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = wallet.A2PApi(api_client)
    a2_p_application_submission = wallet.A2PApplicationSubmission() # A2PApplicationSubmission | 

    try:
        # Create A2P Application
        api_response = api_instance.begin_a2_p_application(a2_p_application_submission)
        print("The response of A2PApi->begin_a2_p_application:\n")
        pprint(api_response)
    except ApiException as e:
        print("Exception when calling A2PApi->begin_a2_p_application: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to https://api.wall.et

Class Method HTTP request Description
A2PApi begin_a2_p_application POST /v2/a2p/application Create A2P Application
A2PApi fetch_a2_p_application GET /v2/a2p/application Fetch A2P Application
A2PApi fetch_a2_p_registration GET /v2/a2p/registration Fetch A2P Registration
A2PApi update_a2_p_application PUT /v2/a2p/application/{applicationID} Update A2P Application
AdvertisementCreditsApi archive_advertisement_credit DELETE /v2/payment/advertisementCredit/{id} Archive ad credit
AdvertisementCreditsApi create_advertisement_credit POST /v2/payment/advertisementCredit Create ad credit
AdvertisementCreditsApi fetch_advertisement_credit_by_id GET /v2/payment/advertisementCredit/{id} Fetch ad credit
AdvertisementCreditsApi fetch_advertisement_credit_scans GET /v2/payment/advertisementCredit/scans/{id} Fetch scans
AdvertisementCreditsApi fetch_all_advertisement_credits GET /v2/payment/advertisementCredit/all Fetch all active ad credits
AdvertisementCreditsApi restore_advertisement_credit PATCH /v2/payment/advertisementCredit/{id} Restore ad credit
AdvertisementCreditsApi update_advertisement_credit PUT /v2/payment/advertisementCredit/{id} Update ad credit
AmenitiesApi archive_amenity DELETE /v2/amenities/{id} Archive amenity
AmenitiesApi create_amenity POST /v2/amenities Create amenity
AmenitiesApi fetch_all_amenities GET /v2/amenities/all Fetch all amenities
AmenitiesApi restore_amenity PATCH /v2/amenities/{id} Restore amenity
AmenitiesApi update_amenity PUT /v2/amenities/{id} Update amenity
AnalyticsApi count_all_subscribers GET /v2/analytics/sms/all/subscribers/count Count opt in list subscribers
AnalyticsApi count_authenticated_sessions GET /v2/analytics/walletPageViews/sessions/count/distinct/authenticated Count authenticated sessions
AnalyticsApi count_distinct_redemptions GET /v2/analytics/ledger/paymentObject/distinct/count Fetch refund amount of campaigns by Campaign
AnalyticsApi count_help_desk_requests GET /v2/analytics/helpdeskrequests/count Count help desk requests by date
AnalyticsApi count_inbound_messages GET /v2/analytics/sms/inbound/count Count opt in list subscribers
AnalyticsApi count_new_sessions GET /v2/analytics/walletPageViews/sessions/count/distinct/first Count new sessions
AnalyticsApi count_opt_in_list_subscribers_partitioned_by_date GET /v2/analytics/sms/all/subscribers/count/date Count opt in list subscribers by date
AnalyticsApi count_outbound_messages GET /v2/analytics/sms/outbound/count Count opt in list subscribers
AnalyticsApi count_total_sessions GET /v2/analytics/walletPageViews/sessions/count/distinct Count total sessions
AnalyticsApi count_transactions GET /v2/analytics/ledger/transactions/count Fetch refund amount of campaigns by Campaign
AnalyticsApi count_verified_wallet_page_views GET /v2/analytics/walletPageViews/sessions/verified/distinct/walletObjectsCount Fetch wallet object counts within a given time frame that have a valid phone verification token
AnalyticsApi count_wallet_page_views GET /v2/analytics/walletPageViews/sessions/distinct/walletObjectsCount Fetch wallet object counts within a given time frame
AnalyticsApi exit_link_summary GET /v2/analytics/walletPageViews/exitLinkSummary Count exit clicks
AnalyticsApi fetch_analytics_ad_credits_count_partitioned_by_employee GET /v2/analytics/advertisementCredits/count/employee Count ad credits by employee
AnalyticsApi fetch_analytics_ad_credits_count_partitioned_by_payment_design GET /v2/analytics/advertisementCredits/count/paymentDesign Count ad credits by payment design
AnalyticsApi fetch_analytics_ad_credits_count_partitioned_by_value_type GET /v2/analytics/advertisementCredits/count/valueType Count ad credits by value type
AnalyticsApi fetch_analytics_ad_credits_redemptions_amount_partitioned_by_ad_credit_id GET /v2/analytics/advertisementCredits/redemptions/amount/adCredit Fetch redemption amount of ad credits by Ad Credit
AnalyticsApi fetch_analytics_ad_credits_redemptions_amount_partitioned_by_date GET /v2/analytics/advertisementCredits/redemptions/amount/date Fetch redemption amount of ad credits by date
AnalyticsApi fetch_analytics_ad_credits_redemptions_count_partitioned_by_ad_credit_id GET /v2/analytics/advertisementCredits/redemptions/count/adCredit Count redemptions of ad credits by Ad Credit
AnalyticsApi fetch_analytics_ad_credits_redemptions_count_partitioned_by_date GET /v2/analytics/advertisementCredits/redemptions/count/date Count redemptions of ad credits by date
AnalyticsApi fetch_analytics_ad_credits_refunds_amount_partitioned_by_ad_credit_id GET /v2/analytics/advertisementCredits/refunds/amount/adCredit Fetch refund amount of ad credits by Ad Credit
AnalyticsApi fetch_analytics_ad_credits_refunds_amount_partitioned_by_date GET /v2/analytics/advertisementCredits/refunds/amount/date Fetch refund amount of ad credits by date
AnalyticsApi fetch_analytics_ad_credits_refunds_count_partitioned_by_ad_credit_id GET /v2/analytics/advertisementCredits/refunds/count/adCredit Count refunds of ad credits by Ad Credit
AnalyticsApi fetch_analytics_ad_credits_refunds_count_partitioned_by_date GET /v2/analytics/advertisementCredits/refunds/count/date Count refunds of ad credits by date
AnalyticsApi fetch_analytics_ad_credits_scans_count_partitioned_by_ad_credit_id GET /v2/analytics/advertisementCredits/scans/count/adCredit Count scans of ad credits by Ad Credit
AnalyticsApi fetch_analytics_ad_credits_scans_count_partitioned_by_date GET /v2/analytics/advertisementCredits/scans/count/date Count scans of ad credits by date
AnalyticsApi fetch_analytics_campaign_wallet_page_views GET /v2/analytics/walletPageViews/campaign/{campaignID} Fetch a campaign's wallet page views
AnalyticsApi fetch_analytics_campaigns_count_partitioned_by_campaign_id GET /v2/analytics/campaigns/count/campaign/created Count created campaigns by campaign
AnalyticsApi fetch_analytics_campaigns_count_partitioned_by_employee GET /v2/analytics/campaigns/count/employee Count campaigns by employee
AnalyticsApi fetch_analytics_campaigns_count_partitioned_by_payment_design GET /v2/analytics/campaigns/count/paymentDesign Count campaigns by payment design
AnalyticsApi fetch_analytics_campaigns_count_partitioned_by_value_type GET /v2/analytics/campaigns/count/valueType Count campaigns by value type
AnalyticsApi fetch_analytics_campaigns_redemptions_amount_partitioned_by_campaign_id GET /v2/analytics/campaigns/redemptions/amount/campaign Fetch redemption amount of campaigns by Campaign
AnalyticsApi fetch_analytics_campaigns_redemptions_amount_partitioned_by_date GET /v2/analytics/campaigns/redemptions/amount/date Fetch redemption amount of campaigns by date
AnalyticsApi fetch_analytics_campaigns_redemptions_count_partitioned_by_campaign_id GET /v2/analytics/campaigns/redemptions/count/campaign Count redemptions of campaigns by Campaign
AnalyticsApi fetch_analytics_campaigns_redemptions_count_partitioned_by_date GET /v2/analytics/campaigns/redemptions/count/date Count redemptions of campaigns by date
AnalyticsApi fetch_analytics_campaigns_refunds_amount_partitioned_by_campaign_id GET /v2/analytics/campaigns/refunds/amount/campaign Fetch refund amount of campaigns by Campaign
AnalyticsApi fetch_analytics_campaigns_refunds_amount_partitioned_by_date GET /v2/analytics/campaigns/refunds/amount/date Fetch refund amount of campaigns by date
AnalyticsApi fetch_analytics_campaigns_refunds_count_partitioned_by_campaign_id GET /v2/analytics/campaigns/refunds/count/campaign Fetch refund amount of campaigns by Campaign
AnalyticsApi fetch_analytics_campaigns_refunds_count_partitioned_by_date GET /v2/analytics/campaigns/refunds/count/date Fetch refund amount of campaigns by date
AnalyticsApi fetch_analytics_delivered_outbound_messages_count_partitioned_by_date GET /v2/analytics/outboundSMS/count/date/delivered Count delivered outbound messages by date
AnalyticsApi fetch_analytics_delivered_outbound_messages_count_partitioned_by_phone_number GET /v2/analytics/outboundSMS/count/phoneNumber/delivered Count delivered outbound messages by phone number
AnalyticsApi fetch_analytics_distinct_wallet_sessions GET /v2/analytics/walletPageViews/sessions/distinct Fetch distinct wallet sessions
AnalyticsApi fetch_analytics_dynamic_vouchers_count_partitioned_by_employee GET /v2/analytics/dynamicVouchers/count/employee Count dynamic vouchers by employee
AnalyticsApi fetch_analytics_dynamic_vouchers_count_partitioned_by_payment_design GET /v2/analytics/dynamicVouchers/count/paymentDesign Count dynamic vouchers by payment design
AnalyticsApi fetch_analytics_dynamic_vouchers_redemptions_amount_partitioned_by_date GET /v2/analytics/dynamicVouchers/redemptions/amount/date Fetch redemption amount of dynamic vouchers by date
AnalyticsApi fetch_analytics_dynamic_vouchers_redemptions_amount_partitioned_by_dynamic_voucher_id GET /v2/analytics/dynamicVouchers/redemptions/amount/dynamicVoucher Fetch redemption amount of dynamic vouchers by dynamic voucher
AnalyticsApi fetch_analytics_dynamic_vouchers_redemptions_count_partitioned_by_date GET /v2/analytics/dynamicVouchers/redemptions/count/date Count redemptions of dynamic vouchers by date
AnalyticsApi fetch_analytics_dynamic_vouchers_redemptions_count_partitioned_by_dynamic_voucher_id GET /v2/analytics/dynamicVouchers/redemptions/count/dynamicVoucher Count redemptions of dynamic vouchers by dynamic voucher
AnalyticsApi fetch_analytics_dynamic_vouchers_refunds_amount_partitioned_by_date GET /v2/analytics/dynamicVouchers/refunds/amount/date Fetch refund amount of dynamic vouchers by date
AnalyticsApi fetch_analytics_dynamic_vouchers_refunds_amount_partitioned_by_dynamic_voucher_id GET /v2/analytics/dynamicVouchers/refunds/amount/dynamicVoucher Fetch refund amount of dynamic vouchers by dynamic voucher
AnalyticsApi fetch_analytics_dynamic_vouchers_refunds_count_partitioned_by_date GET /v2/analytics/dynamicVouchers/refunds/count/date Count refunds of dynamic vouchers by date
AnalyticsApi fetch_analytics_dynamic_vouchers_refunds_count_partitioned_by_dynamic_voucher_id GET /v2/analytics/dynamicVouchers/refunds/count/dynamicVoucher Count refunds of dynamic vouchers by dynamic voucher
AnalyticsApi fetch_analytics_help_desk_requests_created_count_partitioned_by_date GET /v2/analytics/helpdeskrequests/count/date/created Count help desk requests by date
AnalyticsApi fetch_analytics_help_desk_requests_resolved_count_partitioned_by_date GET /v2/analytics/helpdeskrequests/count/date/resolved Count resolved help desk requests by date
AnalyticsApi fetch_analytics_help_desk_requests_resolved_count_partitioned_by_employee GET /v2/analytics/helpdeskrequests/count/employee/resolved Count resolved help desk requests by employee
AnalyticsApi fetch_analytics_help_desk_requests_unresolved_count_partitioned_by_date GET /v2/analytics/helpdeskrequests/count/date/unresolved Count unresolved help desk requests by date
AnalyticsApi fetch_analytics_item_wallet_page_views GET /v2/analytics/walletPageViews/item/{itemID} Fetch wallet page views of item
AnalyticsApi fetch_analytics_member_count GET /v2/analytics/membership/member/count Count members
AnalyticsApi fetch_analytics_merchant_credit_count GET /v2/analytics/membership/merchantCredit/count Count merchant credits
AnalyticsApi fetch_analytics_offer_vs_redeemed_amount_partitioned_by_campaign_id GET /v2/analytics/campaigns/amount/campaign/offerVsRedeemed Fetch offer vs redeemed amount by campaign
AnalyticsApi fetch_analytics_payment_object_broadcasts_created_count_partitioned_by_date GET /v2/analytics/paymentObjectBroadcasts/count/date/created Count created broadcasts by date
AnalyticsApi fetch_analytics_payment_object_broadcasts_individual_execution_time_of_completed_broadcasts GET /v2/analytics/paymentObjectBroadcasts/executionTime/completed Fetch execution time of completed broadcasts
AnalyticsApi fetch_analytics_payment_object_broadcasts_scheduled_count_partitioned_by_date GET /v2/analytics/paymentObjectBroadcasts/count/date/scheduled Count scheduled broadcasts by date
AnalyticsApi fetch_analytics_payment_object_broadcasts_scheduled_count_partitioned_by_employee GET /v2/analytics/paymentObjectBroadcasts/count/employee/scheduled Count scheduled broadcasts by employee
AnalyticsApi fetch_analytics_payment_object_broadcasts_scheduled_count_partitioned_by_phone_number GET /v2/analytics/paymentObjectBroadcasts/count/phoneNumber/scheduled Count scheduled broadcasts by phone number
AnalyticsApi fetch_analytics_payment_object_broadcasts_scheduled_sms_count_partitioned_by_date GET /v2/analytics/paymentObjectBroadcasts/sms/count/date/scheduled Count scheduled SMS broadcasts by date
AnalyticsApi fetch_analytics_sent_outbound_messages_count_partitioned_by_date GET /v2/analytics/outboundSMS/count/date/sent Count sent outbound messages by date
AnalyticsApi fetch_analytics_sent_outbound_messages_count_partitioned_by_phone_number GET /v2/analytics/outboundSMS/count/phoneNumber/sent Count sent outbound messages by phone number
AnalyticsApi fetch_analytics_static_voucher_wallet_page_views GET /v2/analytics/walletPageViews/staticVoucher/{voucherID} Fetch a static voucher's wallet page views
AnalyticsApi fetch_analytics_tcpa_filters_create_count_partitioned_by_date GET /v2/analytics/tcpafilters/count/date/create Count created TCPA Filter entries by date
AnalyticsApi fetch_analytics_tcpa_filters_delete_count_partitioned_by_date GET /v2/analytics/tcpafilters/count/date/delete Count deleted TCPA Filter entries by date
AnalyticsApi fetch_analytics_tcpa_stop_count_partitioned_by_date GET /v2/analytics/tcpa/count/date/stop Count TCPA (STOP) entries by date
AnalyticsApi fetch_analytics_tcpa_stop_count_partitioned_by_phone_number GET /v2/analytics/tcpa/count/phoneNumber/stop Count TCPA (STOP) entries by phone number
AnalyticsApi fetch_analytics_total_amount_redeemed_per_merchant_credit GET /v2/analytics/membership/merchantCredit/amount/redeemed Fetch redeemed amount of merchant credits
AnalyticsApi fetch_analytics_total_amount_redeemed_per_tier GET /v2/analytics/membership/tier/amount/redeemed Fetch redeemed amounĚĄt of tiers
AnalyticsApi fetch_analytics_total_amount_refunded_per_merchant_credit GET /v2/analytics/membership/merchantCredit/amount/refunded Fetch refunded amount of merchant credits
AnalyticsApi fetch_analytics_total_amount_refunded_per_tier GET /v2/analytics/membership/tier/amount/refunded Fetch refunded amount of tiers
AnalyticsApi fetch_analytics_total_points_redeemed GET /v2/analytics/membership/member/points/redeemed Count redeemed points
AnalyticsApi fetch_analytics_total_points_refunded GET /v2/analytics/membership/member/points/refunded Count refunded points
AnalyticsApi fetch_analytics_wallet_session_activity GET /v2/analytics/walletPageViews/session/activity/{sessionID} Fetch session activity
AnalyticsApi fetch_wallet_page_view_by_id GET /v2/analytics/walletPageViews/activity/{id} Fetch session activity by wallet page view ID
AnalyticsApi referring_sites_summary GET /v2/analytics/walletPageViews/referringSitesSummary Count referring sites
AnalyticsApi sum_revenue GET /v2/analytics/ledger/revenue/sum Fetch refund amount of campaigns by Campaign
AnalyticsApi sum_transactions GET /v2/analytics/ledger/transactions/sum Fetch refund amount of campaigns by Campaign
AppleWalletSubscribersApi fetch_apple_wallet_subscriber_activity GET /v2/apple/wallet/pass/subscriber/activity/{subscriptionID} Fetch subscriber activity
AppleWalletSubscribersApi fetch_apple_wallet_subscribers GET /v2/apple/wallet/pass/subscribers/all Fetch all subscribers
BillingApi buy_add_on POST /v2/billing/products/addOns/{productID} Fetch add-on products, or 1-time purchase products (non-subscription products)
BillingApi buy_special_offer POST /v2/billing/products/specialOffers/{productID} Buy special offer
BillingApi cancel_plan DELETE /v2/billing/plan Cancel billing plan and revert to default
BillingApi change_plan PUT /v2/billing/plan Change billing plan
BillingApi fetch_add_ons GET /v2/billing/products/addOns Fetch add-on products, or 1-time purchase products (non-subscription products)
BillingApi fetch_customer_payment_methods GET /v2/billing/paymentMethods/all Fetch customer payment methods
BillingApi fetch_industry GET /v2/billing/industry Fetch merchant's industry
BillingApi fetch_invoices GET /v2/billing/invoices/all Fetch all invoices
BillingApi fetch_special_offers GET /v2/billing/products/specialOffers Fetch special offer products
BillingApi fetch_subscription GET /v2/billing/subscription Fetch subscription
BillingApi fetch_usage_summary GET /v2/billing/summary Fetch usage summary
BillingApi save_payment_method PUT /v2/billing/paymentMethod Save payment method
BillingApi set_default_payment_method POST /v2/billing/paymentMethod/default Verify payment method
BillingApi upcoming_invoices GET /v2/billing/invoices/upcoming Fetch upcoming invoices
BillingApi verify_payment_method GET /v2/billing/paymentMethod Verify payment method
ClubMembersPointsApi archive_member DELETE /v2/membership/member/{id} Archive member
ClubMembersPointsApi create_member POST /v2/membership/member Create member
ClubMembersPointsApi fetch_member_by_id GET /v2/membership/member/{id} Fetch member
ClubMembersPointsApi fetch_member_history_log POST /v2/membership/member/history/log Fetch history
ClubMembersPointsApi fetch_member_redemption_log POST /v2/membership/member/redemption/log Fetch redemption log
ClubMembersPointsApi fetch_members_by_page POST /v2/membership/member/page Fetch members by page
ClubMembersPointsApi fetch_members_count GET /v2/membership/member/count Count active members
ClubMembersPointsApi restore_member PATCH /v2/membership/member/{id} Restore member
ClubMembersPointsApi search_members POST /v2/membership/member/search Search for members
ClubMembersPointsApi update_member PUT /v2/membership/member/{id} Update member
ConfigurationApi create_public_chat_room POST /v2/wallet/createPublicChatRoom
ConfigurationApi save_merchant_credit_payment_design PUT /v2/wallet/merchantCredit/paymentDesign Update wallet record
ConfigurationApi save_wallet_record PUT /v2/wallet Update wallet record
CountriesApi fetch_all_countries GET /system/countries/all Fetch all countries
CustomerApi fetch_active_vouchers GET /v2/customer/vouchers/active Fetch active static vouchers
CustomerApi fetch_all_vouchers GET /v2/customer/vouchers/all Fetch all static vouchers
CustomerApi fetch_expired_vouchers GET /v2/customer/vouchers/expired Fetch expired static vouchers
CustomerApi fetch_redeemed_vouchers GET /v2/customer/vouchers/redeemed Fetch redeemed static vouchers
CustomerApi fetch_refunded_vouchers GET /v2/customer/vouchers/refunded Fetch refunded static vouchers
CustomerApi fetch_upcoming_vouchers GET /v2/customer/vouchers/upcoming Fetch upcoming static vouchers
CustomerApi fetch_wallet_views_for_session GET /v2/customer/walletViews/session/{id} Fetch Wallet Views for Session
CustomerApi search_by_member_id POST /v2/customer/search/memberID Find members with memberID
CustomerApi search_by_phone_number POST /v2/customer/search/phoneNumber Find members with phone number
DashboardApi fetch_dashboard_active_static_voucher_campaigns_count GET /v2/dashboard/count/staticVoucherCampaigns/active Count active static voucher campaigns
DashboardApi fetch_dashboard_active_static_vouchers_count GET /v2/dashboard/count/staticVouchers/active Count active static vouchers
DashboardApi fetch_dashboard_apple_wallet_subscribers_count GET /v2/dashboard/count/appleWallet/subscribers Count Apple Wallet Subscribers
DashboardApi fetch_dashboard_employees_count GET /v2/dashboard/count/employees Count employees
DashboardApi fetch_dashboard_members_count GET /v2/dashboard/count/members Count members
DashboardApi fetch_dashboard_membership_tiers_count GET /v2/dashboard/count/membershipTiers Count tiers
DashboardApi fetch_dashboard_news_articles_count GET /v2/dashboard/count/newsArticles Count News Articles
DashboardApi fetch_dashboard_opt_in_lists_count GET /v2/dashboard/count/optInLists Count opt in lists
DashboardApi fetch_dashboard_opt_in_sources_count GET /v2/dashboard/count/optInSources Count opt in sources
DashboardApi fetch_dashboard_outbound_sms_count GET /v2/dashboard/count/sms/outbound Count Outbound SMS
DashboardApi fetch_dashboard_performances_count GET /v2/dashboard/count/performances Count Performances
DashboardApi fetch_dashboard_phone_numbers_count GET /v2/dashboard/count/phoneNumbers Count phone numbers
DashboardApi fetch_dashboard_pos_machines_count GET /v2/dashboard/count/pos/machines Count POS Machines
DashboardApi fetch_dashboard_pos_transactions_count GET /v2/dashboard/count/pos/transactions Count POS Transactions
DashboardApi fetch_dashboard_redemptions_count GET /v2/dashboard/count/pos/redemptions Count POS redemptions
DashboardApi fetch_dashboard_refunds_count GET /v2/dashboard/count/pos/refunds Count POS refunds
DashboardApi fetch_dashboard_wallet_page_views_count GET /v2/dashboard/count/wallet/pageViews Count Wallet page views
DashboardApi fetch_dashboard_widgets_catalog GET /v2/dashboard/widgets Fetch widgets catalog
DiningApi archive_dining DELETE /v2/dining/{id} Archive dining
DiningApi create_dining POST /v2/dining Create dining
DiningApi fetch_all_dining GET /v2/dining/all Fetch all dining
DiningApi restore_dining PATCH /v2/dining/{id} Restore dining
DiningApi update_dining PUT /v2/dining/{id} Update dining
DynamicVouchersApi archive_dynamic_voucher_campaign DELETE /v2/payment/dynamicVoucher/{campaignID} Archive dynamic voucher campaign
DynamicVouchersApi create_dynamic_voucher POST /v2/payment/dynamicVoucher Create dynamic voucher
DynamicVouchersApi fetch_all_dynamic_vouchers GET /v2/payment/dynamicVoucher/all Fetch all active dynamic vouchers
DynamicVouchersApi fetch_dynamic_voucher_by_id GET /v2/payment/dynamicVoucher/{id} Fetch dynamic voucher
DynamicVouchersApi fetch_dynamic_voucher_redemptions GET /v2/payment/dynamicVoucher/redemptions/{id} Fetch redemptions
DynamicVouchersApi fetch_reach_stats_of_all_dynamic_vouchers GET /v2/payment/dynamicVoucher/reach/all Get the reach statistics of all the dynamic vouchers
DynamicVouchersApi fetch_reach_stats_of_individual_dynamic_voucher GET /v2/payment/dynamicVoucher/reach/{dynamicVoucherID} Get the reach statistics of an individual dynamic voucher
DynamicVouchersApi restore_dynamic_voucher_campaign PATCH /v2/payment/dynamicVoucher/{campaignID} Restore dynamic voucher campaign
DynamicVouchersApi save_dynamic_voucher PUT /v2/payment/dynamicVoucher/{id} Update dynamic voucher
EmailSubscriberApi archive_email_subscriber DELETE /v2/emailSubscriber/{id} Archive email subscriber
EmailSubscriberApi create_email_subscriber POST /v2/emailSubscriber Create email subscriber
EmailSubscriberApi fetch_all_email_subscribers GET /v2/emailSubscriber/all Fetch all email subscribers
EmailSubscriberApi restore_email_subscriber PATCH /v2/emailSubscriber/{id} Restore email subscriber
EmailSubscriberApi update_email_subscriber PUT /v2/emailSubscriber/{id} Update email subscriber
EmployeeAPIKeysApi archive_employee_api_keys DELETE /v2/employee/apiKeys/{id} Archive employee API Key
EmployeeAPIKeysApi create_employee_api_keys POST /v2/employee/apiKeys Create employee API Key
EmployeeAPIKeysApi fetch_all_employee_api_keys GET /v2/employee/apiKeys/all Fetch all employee API Keys
EmployeeAPIKeysApi fetch_employee_api_key_by_id GET /v2/employee/apiKeys/{id} Fetch API Key
EmployeeAPIKeysApi update_employee_api_keys PUT /v2/employee/apiKeys/{id} Update employee API Key
EmployeeAccessApi register POST /authentication/register Register
EmployeesApi add_peer_to_roles POST /v2/employee/roles/peer/{userID} Add peer to roles
EmployeesApi create_document POST /v2/employee/document Create document
EmployeesApi create_employee_peer POST /v2/employee/peer Create employee peer
EmployeesApi create_file POST /v2/employee/file/create Create file
EmployeesApi create_media_file POST /v2/employee/mediaFile Create media file
EmployeesApi create_static_voucher_campaigns_group POST /v2/employee/staticVoucherCampaignsGroup Create static voucher campaign group
EmployeesApi delete_document DELETE /v2/employee/document/{documentID} Delete document
EmployeesApi delete_media_file DELETE /v2/employee/mediaFile/{mediaFileID} Delete media file
EmployeesApi download_file GET /v2/employee/file/download/{fileID} Fetch URL for file download
EmployeesApi export_club_members PUT /v2/employee/export/members Export club members
EmployeesApi export_merchant_credits PUT /v2/employee/export/merchantCredits Export merchant credits
EmployeesApi export_static_voucher_campaign PUT /v2/employee/export/staticVoucherCampaign/{campaignID} Export static voucher campaign
EmployeesApi failed_import GET /v2/employee/file/imports/failed/{fileID} Fetch URL to download a failed import
EmployeesApi fetch_documents GET /v2/employee/documents/all Fetch all documents
EmployeesApi fetch_dynamic_vouchers GET /v2/employee/dynamicVouchers/all Fetch all dynamic vouchers
EmployeesApi fetch_employee_static_voucher_campaign_groups GET /v2/employee/staticVoucherCampaignGroups/all Fetch static voucher campaign groups
EmployeesApi fetch_employee_static_voucher_campaigns GET /v2/employee/staticVoucherCampaigns/all Fetch static voucher campaigns
EmployeesApi fetch_media_files GET /v2/employee/mediaFiles/all Fetch all media files
EmployeesApi fetch_merchant GET /v2/employee/merchant Create employee alert
EmployeesApi fetch_messages GET /v2/employee/messages/all Fetch all messages
EmployeesApi fetch_opt_in_list_source GET /v2/employee/optInListSource/{sourceID} Fetch opt in list source
EmployeesApi fetch_opt_in_list_sources_created_by_employee GET /v2/employee/optInListSources/all Fetch all opt in list sources
EmployeesApi fetch_peer_activity GET /v2/employee/peer/activity/{employeeID} Fetch peer activity
EmployeesApi fetch_peers_permissions GET /v2/employee/peer/permissions/{userID} Fetch peer permissions
EmployeesApi fetch_profile_info GET /v2/employee Retrieve employee's webpages
EmployeesApi import_club_members POST /v2/employee/import/members Import club members
EmployeesApi import_merchant_credits POST /v2/employee/import/merchantCredits Import merchant credits
EmployeesApi load_webpages_of_employee GET /v2/employee/webpages/all Retrieve employee's webpages
EmployeesApi modify_peers_roles PUT /v2/employee/peer/permissions/{userID} Modify peer's roles
EmployeesApi presign_file POST /v2/employee/file/presign Presign file for upload
EmployeesApi remove_peer_from_all_roles DELETE /v2/employee/peer/permissions/{userID} Remove peer from all roles
EmployeesApi schedule_advertisement_credit POST /v2/employee/sms/schedule/adCredit/{advertisementCreditID} Schedule Ad Credit
EmployeesApi schedule_dynamic_voucher POST /v2/employee/sms/schedule/dynamicVoucher/{dynamicVoucherID} Schedule Dynamic Voucher to list
EmployeesApi schedule_dynamic_voucher_to_recipient POST /v2/employee/sms/schedule/recipient/dynamicVoucher/{dynamicVoucherID} Schedule Dyanamic Voucher to recipient
EmployeesApi schedule_simple_sms POST /v2/employee/sms/schedule/simple Schedule Simple SMS broadcast to list
EmployeesApi schedule_simple_smsto_recipient POST /v2/employee/sms/schedule/recipient/simple Schedule Simple SMS broadcast to recipient
EmployeesApi send_help_desk_response POST /v2/employee/helpDesk/response Send help desk response
EmployeesApi send_sms_campaign_broadcast POST /v2/employee/sms/schedule/campaign/{staticVoucherCampaignID} Schedule SMS Campaign Broadcast
EmployeesApi set_alerts_read PATCH /v2/employee/alerts Mark alerts as read
EmployeesApi set_export_data_files_read PUT /v2/employee/export/dataFiles Mark export data files as read
EmployeesApi set_help_desk_request_resolved PATCH /v2/employee/helpDesk/request/{helpDeskRequestID} Resolve help desk request
EmployeesApi set_messages_read PATCH /v2/employee/messages Mark messages as read
EmployeesApi set_profile_picture PUT /v2/employee/profile/picture Set profile picture
EmployeesApi update_club_members PUT /v2/employee/update/members Update club members
EmployeesApi update_email_notification_preference PUT /v2/employee/emailNotificationPreference Changes the employee's email notification preference to enabled or disabled
EmployeesApi update_employee_peer PUT /v2/employee/peer/{userID} Update peer
GamingApi archive_gaming DELETE /v2/gaming/{id} Archive gaming
GamingApi create_gaming POST /v2/gaming Create gaming
GamingApi fetch_all_gaming GET /v2/gaming/all Fetch all gaming
GamingApi restore_gaming PATCH /v2/gaming/{id} Restore gaming
GamingApi update_gaming PUT /v2/gaming/{id} Update gaming
ImageGridApi archive_image_grid DELETE /v2/imageGrid/{id} Archive image
ImageGridApi create_image_grid POST /v2/imageGrid Create image
ImageGridApi fetch_all_image_grid GET /v2/imageGrid/all Fetch all images
ImageGridApi restore_image_grid PATCH /v2/imageGrid/{id} Restore image
ImageGridApi update_image_grid PUT /v2/imageGrid/{id} Update image
IndustriesApi fetch_all_industries GET /system/industries/all Fetch all industries
IndustriesApi fetch_domains_by_industry GET /system/industries/domains Fetch all industries
IndustriesApi fetch_industries_ids GET /system/industries/trimmed Fetch all industries
InfoGenesisReportsApi count_ad_credits_redemptions POST /v2/pos/infogenesis/count/adCredits/redemptions Count redeemed ad credits
InfoGenesisReportsApi count_ad_credits_refunds POST /v2/pos/infogenesis/count/adCredits/refunds Count refunded ad credits
InfoGenesisReportsApi count_dynamic_voucher_redemptions POST /v2/pos/infogenesis/count/dynamicVoucher/redemptions Count dynamic voucher redemptions
InfoGenesisReportsApi count_dynamic_voucher_refunds POST /v2/pos/infogenesis/count/dynamicVoucher/refunds Count dynamic voucher refunds
InfoGenesisReportsApi count_membership_points_redemptions POST /v2/pos/infogenesis/count/membershipPoints/redemptions Count redeemed membership points
InfoGenesisReportsApi count_membership_points_refunds POST /v2/pos/infogenesis/count/membershipPoints/refunds Count refunded membership points
InfoGenesisReportsApi count_membership_tier_redemptions POST /v2/pos/infogenesis/count/membershipTier/redemptions Count tier redemptions
InfoGenesisReportsApi count_membership_tier_refunds POST /v2/pos/infogenesis/count/membershipTier/refunds Count tier refunds
InfoGenesisReportsApi count_merchant_credit_redemptions POST /v2/pos/infogenesis/count/merchantCredit/redemptions Count redeemed merchant credits
InfoGenesisReportsApi count_merchant_credit_refunds POST /v2/pos/infogenesis/count/merchantCredit/refunds Count refunded merchant credits
InfoGenesisReportsApi count_static_voucher_redemptions POST /v2/pos/infogenesis/count/staticVoucher/redemptions Count static voucher redemptions
InfoGenesisReportsApi count_static_voucher_refunds POST /v2/pos/infogenesis/count/staticVoucher/refunds Count static voucher refunds
InfoGenesisReportsApi fetch_info_genesis_authorizations POST /v2/pos/infogenesis/authorizations Fetch InfoGenesis authorizations
InfoGenesisReportsApi fetch_info_genesis_campaign_data POST /v2/pos/infogenesis/campaign Fetch campaign information
InfoGenesisReportsApi fetch_info_genesis_lookup_requests POST /v2/pos/infogenesis/requests/lookup Fetch InfoGenesis lookup requests
InfoGenesisReportsApi fetch_info_genesis_lookup_requests_errors POST /v2/pos/infogenesis/requests/lookup/errors Fetch InfoGenesis lookup request errors
InfoGenesisReportsApi fetch_info_genesis_redeemed_static_vouchers POST /v2/pos/infogenesis/staticVouchers/redeemed Fetch redeemed static vouchers
InfoGenesisReportsApi fetch_info_genesis_redeemed_unique_posting_ids GET /v2/pos/infogenesis/postingIDs/redeemed Fetch redeemed InfoGenesis unique posting IDs
InfoGenesisReportsApi fetch_info_genesis_redemptions POST /v2/pos/infogenesis/redemptions Fetch InfoGenesis redemptions
InfoGenesisReportsApi fetch_info_genesis_refunded_routing_ids POST /v2/pos/infogenesis/routingIDs/refunded Fetch refunded InfoGenesis unique posting IDs
InfoGenesisReportsApi fetch_info_genesis_refunded_static_vouchers POST /v2/pos/infogenesis/staticVouchers/refunded Fetch refunded static vouchers
InfoGenesisReportsApi fetch_info_genesis_refunds POST /v2/pos/infogenesis/refunds Fetch InfoGenesis refunds
InfoGenesisReportsApi fetch_info_genesis_request GET /v2/pos/infogenesis/request/{transactionID} Fetch InfoGenesis request with transaction ID
InfoGenesisReportsApi fetch_info_genesis_requests POST /v2/pos/infogenesis/requests Fetch InfoGenesis requests with routing IDs
InfoGenesisReportsApi fetch_info_genesis_response_errors GET /v2/pos/infogenesis/responses/errors Fetch InfoGenesis response errors
InfoGenesisReportsApi fetch_info_genesis_responses POST /v2/pos/infogenesis/responses Fetch InfoGenesis responses with routing IDs
InfoGenesisReportsApi fetch_info_genesis_transactions_with_unique_posting_ids POST /v2/pos/infogenesis/transactions Fetch InfoGenesis transactions
IntegratedTerminalsApi archive_pos_machine DELETE /v2/pos/machine/{id} Archive POS machine
IntegratedTerminalsApi create_pos_machine POST /v2/pos/machine Create POS machine
IntegratedTerminalsApi fetch_all_pos_machines GET /v2/pos/machine/all Fetch all POS machines
IntegratedTerminalsApi restore_pos_machine PATCH /v2/pos/machine/{id} Restore POS machine
IntegratedTerminalsApi update_pos_machine PUT /v2/pos/machine/{id} Update POS machine
InteractionsApi claim_ticket PUT /wallet/ticket/claim/{id} Update ticket
InteractionsApi create_advertisement_credit_scan POST /wallet/advertisementCredit/scan/{adCreditID} Create ad credit scan
InteractionsApi create_employee_v_card GET /wallet/employee/vcard/{id} Fetch an employee's VCard
InteractionsApi create_ics_file GET /wallet/liveevent/ics/{id} Fetch ICS for live event
InteractionsApi create_virtual_business_card_v_card GET /wallet/virtualBusinessCard/vCard/{id} Fetch an employee's VCard
InteractionsApi fetch_all_static_vouchers_associated_with_customer_with_voucher_id GET /wallet/staticVoucher/all Fetch a customer's static vouchers on the basis of a given voucher ID
InteractionsApi fetch_customer_tickets_with_token POST /wallet/tickets/fetchCustomerTicketsWithToken Update ticket
InteractionsApi fetch_dynamic_voucher_with_voucher_id GET /wallet/dynamicVoucher/{voucherID} Fetch dynamic voucher
InteractionsApi fetch_member_information GET /wallet/member Fetch member information
InteractionsApi fetch_static_voucher_with_voucher_id GET /wallet/staticVoucher/{voucherID} Fetch static voucher
InteractionsApi fetch_wallet_page_with_token POST /wallet/page/token Fetch page with token NOTE: This route exists because a token can completely change the dataset returned to the client. A simple fetch just logs the token with the request, but a fetchWithToken request can have a very different object returned to the client.
InteractionsApi fetch_wallet_payment_objects_with_token POST /wallet/paymentObject/token Fetch payment objects with token NOTE: This route exists because a token can completely change the dataset returned to the client. A simple fetch just logs the token with the request, but a fetchWithToken request can have a very different object returned to the client.
InteractionsApi find_by_vanity_handle GET /wallet/vanityHandle/{handle} Fetch vanity handle
InteractionsApi identify_item GET /wallet/item/identify/{itemID} Identify item
InteractionsApi request_merchant_url_redirect POST /wallet/merchantURL/{itemID} Request Merchant URL
InteractionsApi subscribe_email POST /wallet/subscribeEmail Create email subscriber
InteractionsApi subscribe_sms POST /wallet/subscribeSms Create sms subscriber
LoginAndLogoutApi login POST /authentication/login Login
LoginAndLogoutApi login_status GET /authentication/status/{token} Retrieve status of session token
LoginAndLogoutApi logout DELETE /authentication/logout Logout
LoungeApi archive_lounge DELETE /v2/lounge/{id} Archive lounge
LoungeApi create_lounge POST /v2/lounge Create lounge
LoungeApi fetch_all_lounge GET /v2/lounge/all Fetch all lounge
LoungeApi restore_lounge PATCH /v2/lounge/{id} Restore lounge
LoungeApi update_lounge PUT /v2/lounge/{id} Update lounge
MembershipTiersApi archive_membership_tier DELETE /v2/membership/tier/{id} Archive tier
MembershipTiersApi create_membership_tier POST /v2/membership/tier Create tier
MembershipTiersApi fetch_all_membership_tiers GET /v2/membership/tier/all Fetch all tiers
MembershipTiersApi fetch_all_membership_tiers_with_member_count GET /v2/membership/tier/allWithMemberCount Fetch all tiers with member count
MembershipTiersApi fetch_membership_tier_by_id GET /v2/membership/tier/{id} Fetch tier
MembershipTiersApi fetch_membership_tier_history_log POST /v2/membership/tier/history/log Fetch history
MembershipTiersApi fetch_membership_tier_redemption_log POST /v2/membership/tier/redemption/log Fetch redemption log
MembershipTiersApi restore_membership_tier PATCH /v2/membership/tier/{id} Restore tier
MembershipTiersApi update_membership_tier PUT /v2/membership/tier/{id} Update tier
MerchantApi archive_merchant_profile DELETE /v2/merchant/delete Archive Merchant
MerchantApi archive_payment_object_broadcast DELETE /v2/merchant/paymentObjectBroadcast/{broadcastID} Archive payment object broadcast
MerchantApi count_inbound_sms GET /v2/merchant/sms/inbound/count/{phoneNumberID} Count inbound SMSes
MerchantApi export_inbound_messages PUT /v2/merchant/sms/inbound/export/{phoneNumberID} Export inbound messages
MerchantApi export_outbound_messages PUT /v2/merchant/sms/outbound/export/{phoneNumberID} Export outbound messages
MerchantApi fetch_advertisement_credit_broadcasts GET /v2/merchant/broadcasts/adCredits/all Fetch all ad credit broadcasts
MerchantApi fetch_custom_roles GET /v2/merchant/roles/custom Fetch custom roles
MerchantApi fetch_dynamic_voucher_broadcasts GET /v2/merchant/broadcasts/dynamicVouchers/all Fetch all dynamic voucher broadcasts
MerchantApi fetch_employees GET /v2/merchant/employees/all Fetch all employees
MerchantApi fetch_help_desk_requests GET /v2/merchant/helpDeskRequests/{phoneNumberID} Fetch help desk requests
MerchantApi fetch_imported_list GET /v2/merchant/lists/imported/{listID} Fetch imported list
MerchantApi fetch_imported_lists GET /v2/merchant/lists/imported/all Fetch all imported lists
MerchantApi fetch_inbound_sms GET /v2/merchant/sms/inbound/{phoneNumberID} Fetch inbound SMSes
MerchantApi fetch_inbound_smsby_page GET /v2/merchant/sms/inbound/page/{phoneNumberID} Fetch inbound SMSes by page
MerchantApi fetch_merchant_outbound_sms GET /v2/merchant/sms/outbound/{phoneNumberID} Fetch outbound SMSes
MerchantApi fetch_merchant_phone_numbers GET /v2/merchant/phoneNumbers/all Fetch all phone numbers
MerchantApi fetch_opt_in_list GET /v2/merchant/lists/optIn/{listID} Fetch opt in list
MerchantApi fetch_opt_in_lists GET /v2/merchant/lists/optIn/all Fetch all opt in lists
MerchantApi fetch_phone_number GET /v2/merchant/phoneNumber/{phoneNumberID} Fetch phone number
MerchantApi fetch_public_employees GET /v2/merchant/employees/public Fetch public representative employees of the merchant
MerchantApi fetch_simple_sms_broadcasts GET /v2/merchant/broadcasts/simpleSMS/all Fetch all simple SMS broadcasts
MerchantApi fetch_static_voucher_campaign_broadcasts GET /v2/merchant/broadcasts/staticVoucherCampaign/all Fetch all static voucher campaign broadcasts
MerchantApi fetch_tcpa_filter GET /v2/merchant/tcpa/filter/all Fetch all TCPA Filters
MerchantApi fetch_wallet_configuration GET /v2/merchant/wallet/configuration Fetch wallet configuration
MerchantApi update_merchant PUT /v2/merchant Update merchant details
MerchantApi update_points_of_contact PUT /v2/merchant/pointsOfContact Update billing contact
MerchantApi update_pos_integration PUT /v2/merchant/pos/integration Update POS Integration
MerchantCreditsApi archive_merchant_credit DELETE /v2/payment/merchantcredit/{id} Archive merchant credit
MerchantCreditsApi create_merchant_credit POST /v2/payment/merchantcredit Create merchant credit
MerchantCreditsApi fetch_merchant_credit_by_id GET /v2/payment/merchantcredit/{id} Fetch merchant credit
MerchantCreditsApi fetch_merchant_credit_count GET /v2/payment/merchantcredit/count Fetch all active merchant credits
MerchantCreditsApi fetch_merchant_credit_history_log POST /v2/payment/merchantcredit/history/log Fetch history
MerchantCreditsApi fetch_merchant_credit_redemption_log POST /v2/payment/merchantcredit/redemption/log Fetch redemption log
MerchantCreditsApi fetch_merchant_credits_by_page POST /v2/payment/merchantcredit/page Fetch merchant credits by page
MerchantCreditsApi restore_merchant_credit PATCH /v2/payment/merchantcredit/{id} Restore merchant credit
MerchantCreditsApi search_merchant_credits POST /v2/payment/merchantcredit/search Search for merchant credits
MerchantCreditsApi update_merchant_credit PUT /v2/payment/merchantcredit/{id} Update merchant credit
MerchantURLsApi archive_merchant_url DELETE /v2/business/merchantUrl/{id} Archive merchant url
MerchantURLsApi create_merchant_url POST /v2/business/merchantUrl Create merchant url
MerchantURLsApi fetch_all_merchant_urls GET /v2/business/merchantUrl/all Fetch all merchant urls
MerchantURLsApi fetch_merchant_url GET /v2/business/merchantUrl/{id} Fetch merchant url
MerchantURLsApi fetch_merchant_url_requests GET /v2/business/merchantUrl/requests/{id} Fetch requests
MerchantURLsApi restore_merchant_url PATCH /v2/business/merchantUrl/{id} Restore merchant url
MerchantURLsApi update_merchant_url PUT /v2/business/merchantUrl/{id} Update merchant url
MobileTerminalApi fetch_wallet_item_from_mobile_terminal GET /v2/pos/mobile/item/{itemID} Fetch item
MobileTerminalApi find_member_by_id GET /v2/pos/mobile/member/{memberID} Find member
MobileTerminalApi redeem_wallet_item_from_mobile_terminal POST /v2/pos/mobile/item/redeem/{itemID} Redeem item
NewsApi archive_news_article DELETE /v2/news/{id} Archive news article
NewsApi create_news_article POST /v2/news Create news article
NewsApi fetch_all_news_articles GET /v2/news/all Fetch all news articles
NewsApi restore_news_article PATCH /v2/news/{id} Restore news article
NewsApi update_news_article PUT /v2/news/{id} Update news article
PaymentDesignsApi archive_payment_design DELETE /v2/payment/design/{id} Archive payment design
PaymentDesignsApi create_payment_design POST /v2/payment/design Create payment design
PaymentDesignsApi fetch_all_payment_designs GET /v2/payment/design/all Fetch all active payment designs
PaymentDesignsApi fetch_payment_design_by_id GET /v2/payment/design/{id} Fetch payment design
PaymentDesignsApi restore_payment_design PATCH /v2/payment/design/{id} Restore payment design
PaymentDesignsApi update_payment_design PUT /v2/payment/design/{id} Update payment design
PerformancesApi archive_performance DELETE /v2/performances/{id} Archive performance
PerformancesApi count_claimed_comps GET /v2/performances/{id}/claimed/count Count number claimed
PerformancesApi count_redeemed_comps GET /v2/performances/{id}/redeemed/count Count number redeemed
PerformancesApi create_performance POST /v2/performances Create performance
PerformancesApi export_tickets POST /v2/performances/{id}/tickets/export Update performance
PerformancesApi fetch_all_performance_tickets GET /v2/performances/tickets/all/{id} Fetch all tickets
PerformancesApi fetch_all_performances GET /v2/performances/all Fetch all performances
PerformancesApi fetch_performance GET /v2/performances/{id} Fetch a single performance
PerformancesApi fetch_performance_tickets_page GET /v2/performances/tickets/page/{performanceID} Fetch tickets by page
PerformancesApi import_tickets POST /v2/performances/{id}/tickets/import Update performance
PerformancesApi restore_performance PATCH /v2/performances/{id} Restore performance
PerformancesApi save_ticket_settings POST /v2/performances/{id} Update performance
PerformancesApi update_performance PUT /v2/performances/{id} Update performance
ProductsApi archive_product DELETE /v2/products/{id} Archive product
ProductsApi create_product POST /v2/products Create product
ProductsApi fetch_all_products GET /v2/products/all Fetch all products
ProductsApi restore_product PATCH /v2/products/{id} Restore product
ProductsApi update_product PUT /v2/products/{id} Update product
PromotionCodesApi archive_promo_code DELETE /v2/promoCodes/{id} Archive promo code
PromotionCodesApi create_promo_code POST /v2/promoCodes Create promo code
PromotionCodesApi fetch_all_promo_codes GET /v2/promoCodes/all Fetch all promo codes
PromotionCodesApi restore_promo_code PATCH /v2/promoCodes/{id} Restore promo code
PromotionCodesApi update_promo_code PUT /v2/promoCodes/{id} Update promo code
QRCodeDesignsApi archive_qr_code_design DELETE /v2/qrcodedesign/{id} Archive QR Code Design
QRCodeDesignsApi create_qr_code_design POST /v2/qrcodedesign Create QR Code design
QRCodeDesignsApi fetch_all_qr_code_designs GET /v2/qrcodedesign/all Fetch all active QR Code Designs
QRCodeDesignsApi fetch_qr_code_design_by_id GET /v2/qrcodedesign/{id} Fetch QR Code Design
QRCodeDesignsApi restore_qr_code_design PATCH /v2/qrcodedesign/{id} Restore payment design
QRCodeDesignsApi update_qr_code_design PUT /v2/qrcodedesign/{id} Update QR Code Design
QuickLinksApi archive_link_book DELETE /v2/linkBook/{id} Archive link
QuickLinksApi create_link_book POST /v2/linkBook Create link
QuickLinksApi fetch_all_link_book GET /v2/linkBook/all Fetch all links
QuickLinksApi fetch_link_book_by_id GET /v2/linkBook/{id} Fetch link book by id
QuickLinksApi restore_link_book PATCH /v2/linkBook/{id} Restore link
QuickLinksApi update_link_book PUT /v2/linkBook/{id} Update link
QuickLinksSectionApi archive_link_book_section DELETE /v2/linkBookSection/{id} Archive link book section
QuickLinksSectionApi create_link_book_section POST /v2/linkBookSection Create link book section
QuickLinksSectionApi fetch_all_link_book_sections GET /v2/linkBookSection/all Fetch all link book sections
QuickLinksSectionApi restore_link_book_section PATCH /v2/linkBookSection/{id} Restore link book section
QuickLinksSectionApi update_link_book_section PUT /v2/linkBookSection/{id} Update link book section
RoomRatesApi archive_room_rate DELETE /v2/roomRates/{id} Archive room rate
RoomRatesApi create_room_rate POST /v2/roomRates Create room rate
RoomRatesApi fetch_all_room_rates GET /v2/roomRates/all Fetch all room rates
RoomRatesApi restore_room_rate PATCH /v2/roomRates/{id} Restore room rate
RoomRatesApi update_room_rate PUT /v2/roomRates/{id} Update room rate
SMSApi acquire_phone_number POST /v2/sms/phoneNumber/acquire Acquire phone number
SMSApi archive_phone_number DELETE /v2/sms/phoneNumber/{phoneNumberID} Archive phone number
SMSApi archive_recipient DELETE /v2/sms/importedList/recipients/{id} Archive recipient
SMSApi count_imported_list_recipients GET /v2/sms/importedList/recipients/count/{listID} Count imported list recipients
SMSApi count_opt_in_list_subscribers GET /v2/sms/optInList/subscribers/count/{listID} Count opt in list subscribers
SMSApi count_opt_in_source_subscribers GET /v2/sms/optInSource/subscribers/count/{sourceID} Count opt in source subscribers
SMSApi count_outbound_sms GET /v2/sms/outbound/count/{phoneNumberID} Count outbound SMS
SMSApi create_imported_list POST /v2/sms/importedList Create imported list
SMSApi create_opt_in_list POST /v2/sms/optInList Create opt in list
SMSApi create_opt_in_list_source POST /v2/sms/optInListSource Send SMS to opt in list
SMSApi create_recipient_in_imported_list POST /v2/sms/importedList/recipients/create Add new recipient in an imported list
SMSApi export_imported_list_recipients POST /v2/sms/importedList/recipients/export/{importedListID} Export imported list recipients
SMSApi export_opt_in_list_subscribers POST /v2/sms/optInList/subscribers/export/{listID} Export opt in list subscribers
SMSApi fetch_blocked_tcpa_entries GET /v2/sms/phoneNumber/blocked/{phoneNumberID} Fetch blocked TCPA entries
SMSApi fetch_imported_list_recipients GET /v2/sms/importedList/recipients/{listID} Fetch imported list recipients
SMSApi fetch_imported_list_recipients_by_page GET /v2/sms/importedList/recipients/page/{listID} Fetch imported list recipients by page
SMSApi fetch_opt_in_list_sources GET /v2/sms/optInListSources/all Fetch all opt in list sources
SMSApi fetch_opt_in_list_subscribers GET /v2/sms/optInList/subscribers/{listID} Fetch opt in list subscribers
SMSApi fetch_opt_in_list_subscribers_by_page GET /v2/sms/optInList/subscribers/page/{listID} Fetch opt in list subscribers by page
SMSApi fetch_opt_in_lists_associated_with_phone_number GET /v2/sms/phoneNumber/lists/{phoneNumberID} Fetch opt in lists
SMSApi fetch_opt_in_source_subscribers GET /v2/sms/optInSource/subscribers/{sourceID} Fetch opt in source subscribers
SMSApi fetch_opt_in_sources_associated_with_phone_number GET /v2/sms/phoneNumber/sources/{phoneNumberID} Fetch opt in sources
SMSApi fetch_outbound_sms GET /v2/sms/outbound/{phoneNumberID} Fetch outbound SMS
SMSApi fetch_outbound_smsby_page GET /v2/sms/outbound/page/{phoneNumberID} Fetch outbound SMSes by page
SMSApi fetch_payment_object_broadcasts GET /v2/sms/paymentObjectBroadcasts/{phoneNumberID} Fetch payment object broadcasts
SMSApi fetch_sms_agreement GET /v2/sms/agreement Accept SMS agreement (DEPRECATED)
SMSApi import_imported_list_recipients POST /v2/sms/importedList/recipients/import/{importedListID} Import imported list recipients
SMSApi import_imported_list_recipients_from_membership_tier POST /v2/sms/importedList/recipients/import-from-tier Import imported list recipients from a given membership tier
SMSApi import_opt_in_list_subscribers POST /v2/sms/optInList/subscribers/import/{listID} Import opt in list subscribers
SMSApi restore_phone_number PATCH /v2/sms/phoneNumber/{phoneNumberID} Restore phone number
SMSApi restore_recipient PATCH /v2/sms/importedList/recipients/{id} Restore recipient
SMSApi retrieve_sent_and_max_count_of_messages GET /v2/sms/sent Retrieve the number of messages sent by the merchant within the current billing cycle
SMSApi save_imported_list PUT /v2/sms/importedList/{listID} Save imported list
SMSApi save_opt_in_list PUT /v2/sms/optInList/{listID} Save opt in list
SMSApi save_opt_in_list_source PUT /v2/sms/optInListSource/{sourceID} Save opt in list source
SMSApi send_phone_number_for_verification PUT /v2/sms/phoneNumber/verification/{phoneNumberID} Request phone number verification
SMSApi update_phone_number PUT /v2/sms/phoneNumber/{phoneNumberID} Update phone number
ServicesApi archive_service DELETE /v2/services/{id} Archive service
ServicesApi create_service POST /v2/services Create service
ServicesApi fetch_all_services GET /v2/services/all Fetch all services
ServicesApi restore_service PATCH /v2/services/{id} Restore service
ServicesApi update_service PUT /v2/services/{id} Update service
SettingsApi get_active_campaigns GET /v2/settings/campaigns/active Get active campaigns
SettingsApi get_vouchers_count GET /v2/settings/vouchers/count Get vouchers count
ShopifyTerminalApi fetch_wallet_item_from_shopify_terminal GET /v2/pos/shopify/item/{itemID} Fetch item
ShopifyTerminalApi redeem_wallet_item_from_shopify_terminal POST /v2/pos/shopify/item/redeem/{itemID} Redeem item
ShopifyTerminalApi refund_wallet_item_from_shopify_terminal POST /v2/pos/shopify/item/refund/{ledgerEntryID} Refund transaction
SmsSubscriberApi archive_sms_subscriber DELETE /v2/SmsSubscriber/{id} Archive email subscriber
SmsSubscriberApi create_sms_subscriber POST /v2/SmsSubscriber Create email subscriber
SmsSubscriberApi fetch_all_sms_subscribers GET /v2/SmsSubscriber/all Fetch all email subscribers
SmsSubscriberApi restore_sms_subscriber PATCH /v2/SmsSubscriber/{id} Restore email subscriber
SmsSubscriberApi update_sms_subscriber PUT /v2/SmsSubscriber/{id} Update email subscriber
StaticVoucherCampaignsApi archive_static_voucher_campaign DELETE /v2/payment/staticVoucherCampaign/{campaignID} Archive static voucher campaign
StaticVoucherCampaignsApi count_vouchers_loaded GET /v2/payment/staticVoucherCampaign/count/vouchers/loaded/{campaignID} Count loaded vouchers
StaticVoucherCampaignsApi count_vouchers_redeemed GET /v2/payment/staticVoucherCampaign/count/vouchers/redeemed/{campaignID} Count redeemed vouchers
StaticVoucherCampaignsApi create_static_voucher_campaign POST /v2/payment/staticVoucherCampaign Create static voucher campaign
StaticVoucherCampaignsApi create_static_voucher_campaign_from_csv POST /v2/payment/staticVoucherCampaign/csv Import static voucher campaign
StaticVoucherCampaignsApi create_static_voucher_campaign_with_voucher POST /v2/payment/staticVoucherCampaign/voucher Create static voucher campaign with voucher
StaticVoucherCampaignsApi duplicate_static_voucher_campaign_by_id POST /v2/payment/staticVoucherCampaign/duplicate/{campaignID} Duplicate static voucher campaign
StaticVoucherCampaignsApi fetch_performance_overview GET /v2/payment/staticVoucherCampaign/overview/performance/{campaignID} Fetch performance overview
StaticVoucherCampaignsApi fetch_reach_stats_of_all_static_voucher_campaigns GET /v2/payment/staticVoucherCampaign/reach/all Get the reach statistics of all the static voucher campaigns
StaticVoucherCampaignsApi fetch_reach_stats_of_individual_static_voucher_campaign GET /v2/payment/staticVoucherCampaign/reach/{staticVoucherCampaignID} Get the reach statistics of an individual static voucher campaign
StaticVoucherCampaignsApi fetch_static_voucher_campaign_by_id GET /v2/payment/staticVoucherCampaign/{id} Fetch static voucher campaign
StaticVoucherCampaignsApi fetch_static_voucher_campaigns GET /v2/payment/staticVoucherCampaign/all Fetches all static vouchers campaigns
StaticVoucherCampaignsApi fetch_static_vouchers GET /v2/payment/staticVoucherCampaign/staticVouchers/{campaignID} Fetch static vouchers
StaticVoucherCampaignsApi fetch_static_vouchers_page GET /v2/payment/staticVoucherCampaign/staticVouchers/page/{campaignID} Fetch static vouchers by page
StaticVoucherCampaignsApi fetch_views GET /v2/payment/staticVoucherCampaign/views/{campaignID} Fetch views
StaticVoucherCampaignsApi fetch_vouchers_redeemed GET /v2/payment/staticVoucherCampaign/vouchers/redeemed/{campaignID} Fetch redeemed vouchers
StaticVoucherCampaignsApi preview_messages PUT /v2/payment/staticVoucherCampaign/preview/{campaignID} Preview static vouchers. This method has been deprecated. Please use /preview/page/{campaignID} for better performance.
StaticVoucherCampaignsApi preview_messages_by_page PUT /v2/payment/staticVoucherCampaign/preview/page/{campaignID} Preview static vouchers by page
StaticVoucherCampaignsApi restore_static_voucher_campaign PATCH /v2/payment/staticVoucherCampaign/{campaignID} Restore static voucher campaign
StaticVoucherCampaignsApi update_static_voucher_campaign PUT /v2/payment/staticVoucherCampaign/{campaignID} Update static voucher campaign
StaticVoucherCampaignsApi update_static_voucher_campaign_with_voucher PUT /v2/payment/staticVoucherCampaign/voucher/{campaignID} Update static voucher campaign with voucher
StaticVouchersApi create_static_voucher POST /v2/payment/staticVoucher Create static voucher
StaticVouchersApi delete_static_voucher DELETE /v2/payment/staticVoucher/{id} Delete static voucher
StaticVouchersApi fetch_reach_stats_of_all_static_vouchers GET /v2/payment/staticVoucher/reach/all Get the reach statistics of all the static vouchers
StaticVouchersApi fetch_reach_stats_of_individual_static_voucher GET /v2/payment/staticVoucher/reach/{staticVoucherID} Get the reach statistics of an individual static voucher
StaticVouchersApi fetch_static_voucher GET /v2/payment/staticVoucher/{id} Fetch static voucher
StaticVouchersApi update_static_voucher PUT /v2/payment/staticVoucher/{id} Update static voucher
SystemApi create_role POST /v2/system/roles Create role
SystemApi delete_role DELETE /v2/system/roles/{roleID} Delete role
SystemApi fetch_audit_log_of_roles GET /v2/system/roles/auditLog Fetch role's audit log
SystemApi fetch_employees_with_role GET /v2/system/roles/employees/{roleID} Fetch employees with role
SystemApi fetch_webpages_for_role GET /v2/system/roles/webpages/{roleID} Fetch webpages for role
SystemApi get_payment_prefixes GET /v2/system/prefixes Get payment prefixes
SystemApi load_role GET /v2/system/roles/{roleID} Fetch role
SystemApi save_role PUT /v2/system/roles/{roleID} Update role
TicketApi archive_ticket DELETE /v2/ticket/{id} Archive ticket
TicketApi create_ticket POST /v2/ticket Create ticket
TicketApi fetch_ticket GET /v2/ticket/{id} Fetch ticket
TicketApi restore_ticket PATCH /v2/ticket/{id} Restore ticket
TicketApi update_ticket PUT /v2/ticket/{id} Update ticket
TransactionLedgerApi fetch_all_ledger_transactions GET /v2/pos/ledger/transactions/all Fetch ledger transactions by page
VideosApi archive_video DELETE /v2/video/{id} Archive video
VideosApi create_video POST /v2/video Create video
VideosApi fetch_all_video GET /v2/video/all Fetch all video
VideosApi restore_video PATCH /v2/video/{id} Restore video
VideosApi update_video PUT /v2/video/{id} Update video
VirtualBusinessCardApi archive_virtual_business_card DELETE /v2/virtualBusinessCard/{id} Archive VirtualBusinessCard
VirtualBusinessCardApi create_virtual_business_card POST /v2/virtualBusinessCard Create VirtualBusinessCard
VirtualBusinessCardApi fetch_all_virtual_business_cards GET /v2/virtualBusinessCard/all Fetch all VirtualBusinessCards
VirtualBusinessCardApi fetch_virtual_business_card GET /v2/virtualBusinessCard/{id} Fetch virtual business card
VirtualBusinessCardApi fetch_virtual_business_card_requests GET /v2/virtualBusinessCard/requests/{id} Fetch requests
VirtualBusinessCardApi restore_virtual_business_card PATCH /v2/virtualBusinessCard/{id} Restore VirtualBusinessCard
VirtualBusinessCardApi update_virtual_business_card PUT /v2/virtualBusinessCard/{id} Update VirtualBusinessCard
WebTerminalApi fetch_wallet_item_from_web_terminal GET /v2/pos/web/item/{itemID} Fetch item
WebTerminalApi redeem_wallet_item_from_web_terminal POST /v2/pos/web/item/redeem/{itemID} Redeem item
WebTerminalApi refund_wallet_item_from_web_terminal POST /v2/pos/web/item/refund/{ledgerEntryID} Refund transaction
WixTerminalApi fetch_wallet_item_from_wix_terminal GET /v2/pos/wix/item/{itemID} Fetch item
WixTerminalApi redeem_wallet_item_from_wix_terminal POST /v2/pos/wix/item/redeem/{itemID} Redeem item
WixTerminalApi refund_wallet_item_from_wix_terminal POST /v2/pos/wix/item/refund/{ledgerEntryID} Refund transaction
WooCommerceTerminalApi fetch_wallet_item_from_woo_commerce_terminal GET /v2/pos/woocommerce/item/{itemID} Fetch item
WooCommerceTerminalApi redeem_wallet_item_from_woo_commerce_terminal POST /v2/pos/woocommerce/item/redeem/{itemID} Redeem item
WooCommerceTerminalApi refund_wallet_item_from_woo_commerce_terminal POST /v2/pos/woocommerce/item/refund/{ledgerEntryID} Refund transaction

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

api_key

  • Type: API key
  • API key parameter name: access-token
  • Location: HTTP header

Author

[email protected]