Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.4%) to scientific vocabulary
Keywords
Repository
Python SDK to interact with Wallet API
Basic Info
- Host: GitHub
- Owner: WalletInc
- License: apache-2.0
- Language: Python
- Default Branch: master
- Homepage: https://wallet.inc/sdk-python
- Size: 2.03 MB
Statistics
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
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:
sh
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:
python
import wallet
Setuptools
Install via Setuptools.
sh
python setup.py install --user
(or sudo python setup.py install to install the package for all users)
Then import the package:
python
import wallet
Tests
Execute pytest to run the tests.
Getting Started
Please follow the installation procedure and then run the following:
```python
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 apiclient: # Create an instance of the API class apiinstance = wallet.A2PApi(apiclient) a2papplicationsubmission = 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 | begina2p_application | POST /v2/a2p/application | Create A2P Application A2PApi | fetcha2p_application | GET /v2/a2p/application | Fetch A2P Application A2PApi | fetcha2p_registration | GET /v2/a2p/registration | Fetch A2P Registration A2PApi | updatea2p_application | PUT /v2/a2p/application/{applicationID} | Update A2P Application AdvertisementCreditsApi | archiveadvertisementcredit | DELETE /v2/payment/advertisementCredit/{id} | Archive ad credit AdvertisementCreditsApi | createadvertisementcredit | POST /v2/payment/advertisementCredit | Create ad credit AdvertisementCreditsApi | fetchadvertisementcreditbyid | GET /v2/payment/advertisementCredit/{id} | Fetch ad credit AdvertisementCreditsApi | fetchadvertisementcredit_scans | GET /v2/payment/advertisementCredit/scans/{id} | Fetch scans AdvertisementCreditsApi | fetchalladvertisement_credits | GET /v2/payment/advertisementCredit/all | Fetch all active ad credits AdvertisementCreditsApi | restoreadvertisementcredit | PATCH /v2/payment/advertisementCredit/{id} | Restore ad credit AdvertisementCreditsApi | updateadvertisementcredit | 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 | fetchallamenities | 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 | countallsubscribers | GET /v2/analytics/sms/all/subscribers/count | Count opt in list subscribers AnalyticsApi | countauthenticatedsessions | GET /v2/analytics/walletPageViews/sessions/count/distinct/authenticated | Count authenticated sessions AnalyticsApi | countdistinctredemptions | GET /v2/analytics/ledger/paymentObject/distinct/count | Fetch refund amount of campaigns by Campaign AnalyticsApi | counthelpdesk_requests | GET /v2/analytics/helpdeskrequests/count | Count help desk requests by date AnalyticsApi | countinboundmessages | GET /v2/analytics/sms/inbound/count | Count opt in list subscribers AnalyticsApi | countnewsessions | GET /v2/analytics/walletPageViews/sessions/count/distinct/first | Count new sessions AnalyticsApi | countoptinlistsubscriberspartitionedby_date | GET /v2/analytics/sms/all/subscribers/count/date | Count opt in list subscribers by date AnalyticsApi | countoutboundmessages | GET /v2/analytics/sms/outbound/count | Count opt in list subscribers AnalyticsApi | counttotalsessions | 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 | countverifiedwalletpageviews | 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 | countwalletpage_views | GET /v2/analytics/walletPageViews/sessions/distinct/walletObjectsCount | Fetch wallet object counts within a given time frame AnalyticsApi | exitlinksummary | GET /v2/analytics/walletPageViews/exitLinkSummary | Count exit clicks AnalyticsApi | fetchanalyticsadcreditscountpartitionedby_employee | GET /v2/analytics/advertisementCredits/count/employee | Count ad credits by employee AnalyticsApi | fetchanalyticsadcreditscountpartitionedbypaymentdesign | GET /v2/analytics/advertisementCredits/count/paymentDesign | Count ad credits by payment design AnalyticsApi | fetchanalyticsadcreditscountpartitionedbyvaluetype | GET /v2/analytics/advertisementCredits/count/valueType | Count ad credits by value type AnalyticsApi | fetchanalyticsadcreditsredemptionsamountpartitionedbyadcreditid | GET /v2/analytics/advertisementCredits/redemptions/amount/adCredit | Fetch redemption amount of ad credits by Ad Credit AnalyticsApi | fetchanalyticsadcreditsredemptionsamountpartitionedbydate | GET /v2/analytics/advertisementCredits/redemptions/amount/date | Fetch redemption amount of ad credits by date AnalyticsApi | fetchanalyticsadcreditsredemptionscountpartitionedbyadcreditid | GET /v2/analytics/advertisementCredits/redemptions/count/adCredit | Count redemptions of ad credits by Ad Credit AnalyticsApi | fetchanalyticsadcreditsredemptionscountpartitionedbydate | GET /v2/analytics/advertisementCredits/redemptions/count/date | Count redemptions of ad credits by date AnalyticsApi | fetchanalyticsadcreditsrefundsamountpartitionedbyadcreditid | GET /v2/analytics/advertisementCredits/refunds/amount/adCredit | Fetch refund amount of ad credits by Ad Credit AnalyticsApi | fetchanalyticsadcreditsrefundsamountpartitionedbydate | GET /v2/analytics/advertisementCredits/refunds/amount/date | Fetch refund amount of ad credits by date AnalyticsApi | fetchanalyticsadcreditsrefundscountpartitionedbyadcreditid | GET /v2/analytics/advertisementCredits/refunds/count/adCredit | Count refunds of ad credits by Ad Credit AnalyticsApi | fetchanalyticsadcreditsrefundscountpartitionedbydate | GET /v2/analytics/advertisementCredits/refunds/count/date | Count refunds of ad credits by date AnalyticsApi | fetchanalyticsadcreditsscanscountpartitionedbyadcreditid | GET /v2/analytics/advertisementCredits/scans/count/adCredit | Count scans of ad credits by Ad Credit AnalyticsApi | fetchanalyticsadcreditsscanscountpartitionedbydate | GET /v2/analytics/advertisementCredits/scans/count/date | Count scans of ad credits by date AnalyticsApi | fetchanalyticscampaignwalletpage_views | GET /v2/analytics/walletPageViews/campaign/{campaignID} | Fetch a campaign's wallet page views AnalyticsApi | fetchanalyticscampaignscountpartitionedbycampaign_id | GET /v2/analytics/campaigns/count/campaign/created | Count created campaigns by campaign AnalyticsApi | fetchanalyticscampaignscountpartitionedbyemployee | GET /v2/analytics/campaigns/count/employee | Count campaigns by employee AnalyticsApi | fetchanalyticscampaignscountpartitionedbypayment_design | GET /v2/analytics/campaigns/count/paymentDesign | Count campaigns by payment design AnalyticsApi | fetchanalyticscampaignscountpartitionedbyvalue_type | GET /v2/analytics/campaigns/count/valueType | Count campaigns by value type AnalyticsApi | fetchanalyticscampaignsredemptionsamountpartitionedbycampaignid | GET /v2/analytics/campaigns/redemptions/amount/campaign | Fetch redemption amount of campaigns by Campaign AnalyticsApi | fetchanalyticscampaignsredemptionsamountpartitionedby_date | GET /v2/analytics/campaigns/redemptions/amount/date | Fetch redemption amount of campaigns by date AnalyticsApi | fetchanalyticscampaignsredemptionscountpartitionedbycampaignid | GET /v2/analytics/campaigns/redemptions/count/campaign | Count redemptions of campaigns by Campaign AnalyticsApi | fetchanalyticscampaignsredemptionscountpartitionedby_date | GET /v2/analytics/campaigns/redemptions/count/date | Count redemptions of campaigns by date AnalyticsApi | fetchanalyticscampaignsrefundsamountpartitionedbycampaignid | GET /v2/analytics/campaigns/refunds/amount/campaign | Fetch refund amount of campaigns by Campaign AnalyticsApi | fetchanalyticscampaignsrefundsamountpartitionedby_date | GET /v2/analytics/campaigns/refunds/amount/date | Fetch refund amount of campaigns by date AnalyticsApi | fetchanalyticscampaignsrefundscountpartitionedbycampaignid | GET /v2/analytics/campaigns/refunds/count/campaign | Fetch refund amount of campaigns by Campaign AnalyticsApi | fetchanalyticscampaignsrefundscountpartitionedby_date | GET /v2/analytics/campaigns/refunds/count/date | Fetch refund amount of campaigns by date AnalyticsApi | fetchanalyticsdeliveredoutboundmessagescountpartitionedbydate | GET /v2/analytics/outboundSMS/count/date/delivered | Count delivered outbound messages by date AnalyticsApi | fetchanalyticsdeliveredoutboundmessagescountpartitionedbyphone_number | GET /v2/analytics/outboundSMS/count/phoneNumber/delivered | Count delivered outbound messages by phone number AnalyticsApi | fetchanalyticsdistinctwalletsessions | GET /v2/analytics/walletPageViews/sessions/distinct | Fetch distinct wallet sessions AnalyticsApi | fetchanalyticsdynamicvoucherscountpartitionedby_employee | GET /v2/analytics/dynamicVouchers/count/employee | Count dynamic vouchers by employee AnalyticsApi | fetchanalyticsdynamicvoucherscountpartitionedbypaymentdesign | GET /v2/analytics/dynamicVouchers/count/paymentDesign | Count dynamic vouchers by payment design AnalyticsApi | fetchanalyticsdynamicvouchersredemptionsamountpartitionedbydate | GET /v2/analytics/dynamicVouchers/redemptions/amount/date | Fetch redemption amount of dynamic vouchers by date AnalyticsApi | fetchanalyticsdynamicvouchersredemptionsamountpartitionedbydynamicvoucherid | GET /v2/analytics/dynamicVouchers/redemptions/amount/dynamicVoucher | Fetch redemption amount of dynamic vouchers by dynamic voucher AnalyticsApi | fetchanalyticsdynamicvouchersredemptionscountpartitionedbydate | GET /v2/analytics/dynamicVouchers/redemptions/count/date | Count redemptions of dynamic vouchers by date AnalyticsApi | fetchanalyticsdynamicvouchersredemptionscountpartitionedbydynamicvoucherid | GET /v2/analytics/dynamicVouchers/redemptions/count/dynamicVoucher | Count redemptions of dynamic vouchers by dynamic voucher AnalyticsApi | fetchanalyticsdynamicvouchersrefundsamountpartitionedbydate | GET /v2/analytics/dynamicVouchers/refunds/amount/date | Fetch refund amount of dynamic vouchers by date AnalyticsApi | fetchanalyticsdynamicvouchersrefundsamountpartitionedbydynamicvoucherid | GET /v2/analytics/dynamicVouchers/refunds/amount/dynamicVoucher | Fetch refund amount of dynamic vouchers by dynamic voucher AnalyticsApi | fetchanalyticsdynamicvouchersrefundscountpartitionedbydate | GET /v2/analytics/dynamicVouchers/refunds/count/date | Count refunds of dynamic vouchers by date AnalyticsApi | fetchanalyticsdynamicvouchersrefundscountpartitionedbydynamicvoucherid | GET /v2/analytics/dynamicVouchers/refunds/count/dynamicVoucher | Count refunds of dynamic vouchers by dynamic voucher AnalyticsApi | fetchanalyticshelpdeskrequestscreatedcountpartitionedby_date | GET /v2/analytics/helpdeskrequests/count/date/created | Count help desk requests by date AnalyticsApi | fetchanalyticshelpdeskrequestsresolvedcountpartitionedby_date | GET /v2/analytics/helpdeskrequests/count/date/resolved | Count resolved help desk requests by date AnalyticsApi | fetchanalyticshelpdeskrequestsresolvedcountpartitionedby_employee | GET /v2/analytics/helpdeskrequests/count/employee/resolved | Count resolved help desk requests by employee AnalyticsApi | fetchanalyticshelpdeskrequestsunresolvedcountpartitionedby_date | GET /v2/analytics/helpdeskrequests/count/date/unresolved | Count unresolved help desk requests by date AnalyticsApi | fetchanalyticsitemwalletpage_views | GET /v2/analytics/walletPageViews/item/{itemID} | Fetch wallet page views of item AnalyticsApi | fetchanalyticsmember_count | GET /v2/analytics/membership/member/count | Count members AnalyticsApi | fetchanalyticsmerchantcreditcount | GET /v2/analytics/membership/merchantCredit/count | Count merchant credits AnalyticsApi | fetchanalyticsoffervsredeemedamountpartitionedbycampaign_id | GET /v2/analytics/campaigns/amount/campaign/offerVsRedeemed | Fetch offer vs redeemed amount by campaign AnalyticsApi | fetchanalyticspaymentobjectbroadcastscreatedcountpartitionedby_date | GET /v2/analytics/paymentObjectBroadcasts/count/date/created | Count created broadcasts by date AnalyticsApi | fetchanalyticspaymentobjectbroadcastsindividualexecutiontimeofcompletedbroadcasts | GET /v2/analytics/paymentObjectBroadcasts/executionTime/completed | Fetch execution time of completed broadcasts AnalyticsApi | fetchanalyticspaymentobjectbroadcastsscheduledcountpartitionedby_date | GET /v2/analytics/paymentObjectBroadcasts/count/date/scheduled | Count scheduled broadcasts by date AnalyticsApi | fetchanalyticspaymentobjectbroadcastsscheduledcountpartitionedby_employee | GET /v2/analytics/paymentObjectBroadcasts/count/employee/scheduled | Count scheduled broadcasts by employee AnalyticsApi | fetchanalyticspaymentobjectbroadcastsscheduledcountpartitionedbyphonenumber | GET /v2/analytics/paymentObjectBroadcasts/count/phoneNumber/scheduled | Count scheduled broadcasts by phone number AnalyticsApi | fetchanalyticspaymentobjectbroadcastsscheduledsmscountpartitionedbydate | GET /v2/analytics/paymentObjectBroadcasts/sms/count/date/scheduled | Count scheduled SMS broadcasts by date AnalyticsApi | fetchanalyticssentoutboundmessagescountpartitionedbydate | GET /v2/analytics/outboundSMS/count/date/sent | Count sent outbound messages by date AnalyticsApi | fetchanalyticssentoutboundmessagescountpartitionedbyphone_number | GET /v2/analytics/outboundSMS/count/phoneNumber/sent | Count sent outbound messages by phone number AnalyticsApi | fetchanalyticsstaticvoucherwalletpageviews | GET /v2/analytics/walletPageViews/staticVoucher/{voucherID} | Fetch a static voucher's wallet page views AnalyticsApi | fetchanalyticstcpafilterscreatecountpartitionedbydate | GET /v2/analytics/tcpafilters/count/date/create | Count created TCPA Filter entries by date AnalyticsApi | fetchanalyticstcpafiltersdeletecountpartitionedbydate | GET /v2/analytics/tcpafilters/count/date/delete | Count deleted TCPA Filter entries by date AnalyticsApi | fetchanalyticstcpastopcountpartitionedby_date | GET /v2/analytics/tcpa/count/date/stop | Count TCPA (STOP) entries by date AnalyticsApi | fetchanalyticstcpastopcountpartitionedbyphonenumber | GET /v2/analytics/tcpa/count/phoneNumber/stop | Count TCPA (STOP) entries by phone number AnalyticsApi | fetchanalyticstotalamountredeemedpermerchant_credit | GET /v2/analytics/membership/merchantCredit/amount/redeemed | Fetch redeemed amount of merchant credits AnalyticsApi | fetchanalyticstotalamountredeemedpertier | GET /v2/analytics/membership/tier/amount/redeemed | Fetch redeemed amoun̥t of tiers AnalyticsApi | fetchanalyticstotalamountrefundedpermerchant_credit | GET /v2/analytics/membership/merchantCredit/amount/refunded | Fetch refunded amount of merchant credits AnalyticsApi | fetchanalyticstotalamountrefundedpertier | GET /v2/analytics/membership/tier/amount/refunded | Fetch refunded amount of tiers AnalyticsApi | fetchanalyticstotalpointsredeemed | GET /v2/analytics/membership/member/points/redeemed | Count redeemed points AnalyticsApi | fetchanalyticstotalpointsrefunded | GET /v2/analytics/membership/member/points/refunded | Count refunded points AnalyticsApi | fetchanalyticswalletsessionactivity | GET /v2/analytics/walletPageViews/session/activity/{sessionID} | Fetch session activity AnalyticsApi | fetchwalletpageviewby_id | GET /v2/analytics/walletPageViews/activity/{id} | Fetch session activity by wallet page view ID AnalyticsApi | referringsitessummary | 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 | fetchapplewalletsubscriberactivity | GET /v2/apple/wallet/pass/subscriber/activity/{subscriptionID} | Fetch subscriber activity AppleWalletSubscribersApi | fetchapplewallet_subscribers | GET /v2/apple/wallet/pass/subscribers/all | Fetch all subscribers BillingApi | buyaddon | POST /v2/billing/products/addOns/{productID} | Fetch add-on products, or 1-time purchase products (non-subscription products) BillingApi | buyspecialoffer | 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 | fetchaddons | GET /v2/billing/products/addOns | Fetch add-on products, or 1-time purchase products (non-subscription products) BillingApi | fetchcustomerpayment_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 | fetchspecialoffers | GET /v2/billing/products/specialOffers | Fetch special offer products BillingApi | fetch_subscription | GET /v2/billing/subscription | Fetch subscription BillingApi | fetchusagesummary | GET /v2/billing/summary | Fetch usage summary BillingApi | savepaymentmethod | PUT /v2/billing/paymentMethod | Save payment method BillingApi | setdefaultpayment_method | POST /v2/billing/paymentMethod/default | Verify payment method BillingApi | upcoming_invoices | GET /v2/billing/invoices/upcoming | Fetch upcoming invoices BillingApi | verifypaymentmethod | 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 | fetchmemberby_id | GET /v2/membership/member/{id} | Fetch member ClubMembersPointsApi | fetchmemberhistory_log | POST /v2/membership/member/history/log | Fetch history ClubMembersPointsApi | fetchmemberredemption_log | POST /v2/membership/member/redemption/log | Fetch redemption log ClubMembersPointsApi | fetchmembersby_page | POST /v2/membership/member/page | Fetch members by page ClubMembersPointsApi | fetchmemberscount | 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 | createpublicchat_room | POST /v2/wallet/createPublicChatRoom | ConfigurationApi | savemerchantcreditpaymentdesign | PUT /v2/wallet/merchantCredit/paymentDesign | Update wallet record ConfigurationApi | savewalletrecord | PUT /v2/wallet | Update wallet record CountriesApi | fetchallcountries | GET /system/countries/all | Fetch all countries CustomerApi | fetchactivevouchers | GET /v2/customer/vouchers/active | Fetch active static vouchers CustomerApi | fetchallvouchers | GET /v2/customer/vouchers/all | Fetch all static vouchers CustomerApi | fetchexpiredvouchers | GET /v2/customer/vouchers/expired | Fetch expired static vouchers CustomerApi | fetchredeemedvouchers | GET /v2/customer/vouchers/redeemed | Fetch redeemed static vouchers CustomerApi | fetchrefundedvouchers | GET /v2/customer/vouchers/refunded | Fetch refunded static vouchers CustomerApi | fetchupcomingvouchers | GET /v2/customer/vouchers/upcoming | Fetch upcoming static vouchers CustomerApi | fetchwalletviewsforsession | GET /v2/customer/walletViews/session/{id} | Fetch Wallet Views for Session CustomerApi | searchbymember_id | POST /v2/customer/search/memberID | Find members with memberID CustomerApi | searchbyphone_number | POST /v2/customer/search/phoneNumber | Find members with phone number DashboardApi | fetchdashboardactivestaticvouchercampaignscount | GET /v2/dashboard/count/staticVoucherCampaigns/active | Count active static voucher campaigns DashboardApi | fetchdashboardactivestaticvouchers_count | GET /v2/dashboard/count/staticVouchers/active | Count active static vouchers DashboardApi | fetchdashboardapplewalletsubscribers_count | GET /v2/dashboard/count/appleWallet/subscribers | Count Apple Wallet Subscribers DashboardApi | fetchdashboardemployees_count | GET /v2/dashboard/count/employees | Count employees DashboardApi | fetchdashboardmembers_count | GET /v2/dashboard/count/members | Count members DashboardApi | fetchdashboardmembershiptierscount | GET /v2/dashboard/count/membershipTiers | Count tiers DashboardApi | fetchdashboardnewsarticlescount | GET /v2/dashboard/count/newsArticles | Count News Articles DashboardApi | fetchdashboardoptinlists_count | GET /v2/dashboard/count/optInLists | Count opt in lists DashboardApi | fetchdashboardoptinsources_count | GET /v2/dashboard/count/optInSources | Count opt in sources DashboardApi | fetchdashboardoutboundsmscount | GET /v2/dashboard/count/sms/outbound | Count Outbound SMS DashboardApi | fetchdashboardperformances_count | GET /v2/dashboard/count/performances | Count Performances DashboardApi | fetchdashboardphonenumberscount | GET /v2/dashboard/count/phoneNumbers | Count phone numbers DashboardApi | fetchdashboardposmachinescount | GET /v2/dashboard/count/pos/machines | Count POS Machines DashboardApi | fetchdashboardpostransactionscount | GET /v2/dashboard/count/pos/transactions | Count POS Transactions DashboardApi | fetchdashboardredemptions_count | GET /v2/dashboard/count/pos/redemptions | Count POS redemptions DashboardApi | fetchdashboardrefunds_count | GET /v2/dashboard/count/pos/refunds | Count POS refunds DashboardApi | fetchdashboardwalletpageviews_count | GET /v2/dashboard/count/wallet/pageViews | Count Wallet page views DashboardApi | fetchdashboardwidgets_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 | fetchalldining | 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 | archivedynamicvoucher_campaign | DELETE /v2/payment/dynamicVoucher/{campaignID} | Archive dynamic voucher campaign DynamicVouchersApi | createdynamicvoucher | POST /v2/payment/dynamicVoucher | Create dynamic voucher DynamicVouchersApi | fetchalldynamic_vouchers | GET /v2/payment/dynamicVoucher/all | Fetch all active dynamic vouchers DynamicVouchersApi | fetchdynamicvoucherbyid | GET /v2/payment/dynamicVoucher/{id} | Fetch dynamic voucher DynamicVouchersApi | fetchdynamicvoucher_redemptions | GET /v2/payment/dynamicVoucher/redemptions/{id} | Fetch redemptions DynamicVouchersApi | fetchreachstatsofalldynamicvouchers | GET /v2/payment/dynamicVoucher/reach/all | Get the reach statistics of all the dynamic vouchers DynamicVouchersApi | fetchreachstatsofindividualdynamicvoucher | GET /v2/payment/dynamicVoucher/reach/{dynamicVoucherID} | Get the reach statistics of an individual dynamic voucher DynamicVouchersApi | restoredynamicvoucher_campaign | PATCH /v2/payment/dynamicVoucher/{campaignID} | Restore dynamic voucher campaign DynamicVouchersApi | savedynamicvoucher | PUT /v2/payment/dynamicVoucher/{id} | Update dynamic voucher EmailSubscriberApi | archiveemailsubscriber | DELETE /v2/emailSubscriber/{id} | Archive email subscriber EmailSubscriberApi | createemailsubscriber | POST /v2/emailSubscriber | Create email subscriber EmailSubscriberApi | fetchallemail_subscribers | GET /v2/emailSubscriber/all | Fetch all email subscribers EmailSubscriberApi | restoreemailsubscriber | PATCH /v2/emailSubscriber/{id} | Restore email subscriber EmailSubscriberApi | updateemailsubscriber | PUT /v2/emailSubscriber/{id} | Update email subscriber EmployeeAPIKeysApi | archiveemployeeapi_keys | DELETE /v2/employee/apiKeys/{id} | Archive employee API Key EmployeeAPIKeysApi | createemployeeapi_keys | POST /v2/employee/apiKeys | Create employee API Key EmployeeAPIKeysApi | fetchallemployeeapikeys | GET /v2/employee/apiKeys/all | Fetch all employee API Keys EmployeeAPIKeysApi | fetchemployeeapikeyby_id | GET /v2/employee/apiKeys/{id} | Fetch API Key EmployeeAPIKeysApi | updateemployeeapi_keys | PUT /v2/employee/apiKeys/{id} | Update employee API Key EmployeeAccessApi | register | POST /authentication/register | Register EmployeesApi | addpeerto_roles | POST /v2/employee/roles/peer/{userID} | Add peer to roles EmployeesApi | create_document | POST /v2/employee/document | Create document EmployeesApi | createemployeepeer | POST /v2/employee/peer | Create employee peer EmployeesApi | create_file | POST /v2/employee/file/create | Create file EmployeesApi | createmediafile | POST /v2/employee/mediaFile | Create media file EmployeesApi | createstaticvouchercampaignsgroup | POST /v2/employee/staticVoucherCampaignsGroup | Create static voucher campaign group EmployeesApi | delete_document | DELETE /v2/employee/document/{documentID} | Delete document EmployeesApi | deletemediafile | DELETE /v2/employee/mediaFile/{mediaFileID} | Delete media file EmployeesApi | download_file | GET /v2/employee/file/download/{fileID} | Fetch URL for file download EmployeesApi | exportclubmembers | PUT /v2/employee/export/members | Export club members EmployeesApi | exportmerchantcredits | PUT /v2/employee/export/merchantCredits | Export merchant credits EmployeesApi | exportstaticvoucher_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 | fetchdynamicvouchers | GET /v2/employee/dynamicVouchers/all | Fetch all dynamic vouchers EmployeesApi | fetchemployeestaticvouchercampaign_groups | GET /v2/employee/staticVoucherCampaignGroups/all | Fetch static voucher campaign groups EmployeesApi | fetchemployeestaticvouchercampaigns | GET /v2/employee/staticVoucherCampaigns/all | Fetch static voucher campaigns EmployeesApi | fetchmediafiles | 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 | fetchoptinlistsource | GET /v2/employee/optInListSource/{sourceID} | Fetch opt in list source EmployeesApi | fetchoptinlistsourcescreatedby_employee | GET /v2/employee/optInListSources/all | Fetch all opt in list sources EmployeesApi | fetchpeeractivity | GET /v2/employee/peer/activity/{employeeID} | Fetch peer activity EmployeesApi | fetchpeerspermissions | GET /v2/employee/peer/permissions/{userID} | Fetch peer permissions EmployeesApi | fetchprofileinfo | GET /v2/employee | Retrieve employee's webpages EmployeesApi | importclubmembers | POST /v2/employee/import/members | Import club members EmployeesApi | importmerchantcredits | POST /v2/employee/import/merchantCredits | Import merchant credits EmployeesApi | loadwebpagesof_employee | GET /v2/employee/webpages/all | Retrieve employee's webpages EmployeesApi | modifypeersroles | PUT /v2/employee/peer/permissions/{userID} | Modify peer's roles EmployeesApi | presign_file | POST /v2/employee/file/presign | Presign file for upload EmployeesApi | removepeerfromallroles | DELETE /v2/employee/peer/permissions/{userID} | Remove peer from all roles EmployeesApi | scheduleadvertisementcredit | POST /v2/employee/sms/schedule/adCredit/{advertisementCreditID} | Schedule Ad Credit EmployeesApi | scheduledynamicvoucher | POST /v2/employee/sms/schedule/dynamicVoucher/{dynamicVoucherID} | Schedule Dynamic Voucher to list EmployeesApi | scheduledynamicvouchertorecipient | POST /v2/employee/sms/schedule/recipient/dynamicVoucher/{dynamicVoucherID} | Schedule Dyanamic Voucher to recipient EmployeesApi | schedulesimplesms | POST /v2/employee/sms/schedule/simple | Schedule Simple SMS broadcast to list EmployeesApi | schedulesimplesmsto_recipient | POST /v2/employee/sms/schedule/recipient/simple | Schedule Simple SMS broadcast to recipient EmployeesApi | sendhelpdesk_response | POST /v2/employee/helpDesk/response | Send help desk response EmployeesApi | sendsmscampaign_broadcast | POST /v2/employee/sms/schedule/campaign/{staticVoucherCampaignID} | Schedule SMS Campaign Broadcast EmployeesApi | setalertsread | PATCH /v2/employee/alerts | Mark alerts as read EmployeesApi | setexportdatafilesread | PUT /v2/employee/export/dataFiles | Mark export data files as read EmployeesApi | sethelpdeskrequestresolved | PATCH /v2/employee/helpDesk/request/{helpDeskRequestID} | Resolve help desk request EmployeesApi | setmessagesread | PATCH /v2/employee/messages | Mark messages as read EmployeesApi | setprofilepicture | PUT /v2/employee/profile/picture | Set profile picture EmployeesApi | updateclubmembers | PUT /v2/employee/update/members | Update club members EmployeesApi | updateemailnotification_preference | PUT /v2/employee/emailNotificationPreference | Changes the employee's email notification preference to enabled or disabled EmployeesApi | updateemployeepeer | 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 | fetchallgaming | 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 | archiveimagegrid | DELETE /v2/imageGrid/{id} | Archive image ImageGridApi | createimagegrid | POST /v2/imageGrid | Create image ImageGridApi | fetchallimage_grid | GET /v2/imageGrid/all | Fetch all images ImageGridApi | restoreimagegrid | PATCH /v2/imageGrid/{id} | Restore image ImageGridApi | updateimagegrid | PUT /v2/imageGrid/{id} | Update image IndustriesApi | fetchallindustries | GET /system/industries/all | Fetch all industries IndustriesApi | fetchdomainsby_industry | GET /system/industries/domains | Fetch all industries IndustriesApi | fetchindustriesids | GET /system/industries/trimmed | Fetch all industries InfoGenesisReportsApi | countadcredits_redemptions | POST /v2/pos/infogenesis/count/adCredits/redemptions | Count redeemed ad credits InfoGenesisReportsApi | countadcredits_refunds | POST /v2/pos/infogenesis/count/adCredits/refunds | Count refunded ad credits InfoGenesisReportsApi | countdynamicvoucher_redemptions | POST /v2/pos/infogenesis/count/dynamicVoucher/redemptions | Count dynamic voucher redemptions InfoGenesisReportsApi | countdynamicvoucher_refunds | POST /v2/pos/infogenesis/count/dynamicVoucher/refunds | Count dynamic voucher refunds InfoGenesisReportsApi | countmembershippoints_redemptions | POST /v2/pos/infogenesis/count/membershipPoints/redemptions | Count redeemed membership points InfoGenesisReportsApi | countmembershippoints_refunds | POST /v2/pos/infogenesis/count/membershipPoints/refunds | Count refunded membership points InfoGenesisReportsApi | countmembershiptier_redemptions | POST /v2/pos/infogenesis/count/membershipTier/redemptions | Count tier redemptions InfoGenesisReportsApi | countmembershiptier_refunds | POST /v2/pos/infogenesis/count/membershipTier/refunds | Count tier refunds InfoGenesisReportsApi | countmerchantcredit_redemptions | POST /v2/pos/infogenesis/count/merchantCredit/redemptions | Count redeemed merchant credits InfoGenesisReportsApi | countmerchantcredit_refunds | POST /v2/pos/infogenesis/count/merchantCredit/refunds | Count refunded merchant credits InfoGenesisReportsApi | countstaticvoucher_redemptions | POST /v2/pos/infogenesis/count/staticVoucher/redemptions | Count static voucher redemptions InfoGenesisReportsApi | countstaticvoucher_refunds | POST /v2/pos/infogenesis/count/staticVoucher/refunds | Count static voucher refunds InfoGenesisReportsApi | fetchinfogenesis_authorizations | POST /v2/pos/infogenesis/authorizations | Fetch InfoGenesis authorizations InfoGenesisReportsApi | fetchinfogenesiscampaigndata | POST /v2/pos/infogenesis/campaign | Fetch campaign information InfoGenesisReportsApi | fetchinfogenesislookuprequests | POST /v2/pos/infogenesis/requests/lookup | Fetch InfoGenesis lookup requests InfoGenesisReportsApi | fetchinfogenesislookuprequests_errors | POST /v2/pos/infogenesis/requests/lookup/errors | Fetch InfoGenesis lookup request errors InfoGenesisReportsApi | fetchinfogenesisredeemedstatic_vouchers | POST /v2/pos/infogenesis/staticVouchers/redeemed | Fetch redeemed static vouchers InfoGenesisReportsApi | fetchinfogenesisredeemeduniquepostingids | GET /v2/pos/infogenesis/postingIDs/redeemed | Fetch redeemed InfoGenesis unique posting IDs InfoGenesisReportsApi | fetchinfogenesis_redemptions | POST /v2/pos/infogenesis/redemptions | Fetch InfoGenesis redemptions InfoGenesisReportsApi | fetchinfogenesisrefundedrouting_ids | POST /v2/pos/infogenesis/routingIDs/refunded | Fetch refunded InfoGenesis unique posting IDs InfoGenesisReportsApi | fetchinfogenesisrefundedstatic_vouchers | POST /v2/pos/infogenesis/staticVouchers/refunded | Fetch refunded static vouchers InfoGenesisReportsApi | fetchinfogenesis_refunds | POST /v2/pos/infogenesis/refunds | Fetch InfoGenesis refunds InfoGenesisReportsApi | fetchinfogenesis_request | GET /v2/pos/infogenesis/request/{transactionID} | Fetch InfoGenesis request with transaction ID InfoGenesisReportsApi | fetchinfogenesis_requests | POST /v2/pos/infogenesis/requests | Fetch InfoGenesis requests with routing IDs InfoGenesisReportsApi | fetchinfogenesisresponseerrors | GET /v2/pos/infogenesis/responses/errors | Fetch InfoGenesis response errors InfoGenesisReportsApi | fetchinfogenesis_responses | POST /v2/pos/infogenesis/responses | Fetch InfoGenesis responses with routing IDs InfoGenesisReportsApi | fetchinfogenesistransactionswithuniqueposting_ids | POST /v2/pos/infogenesis/transactions | Fetch InfoGenesis transactions IntegratedTerminalsApi | archiveposmachine | DELETE /v2/pos/machine/{id} | Archive POS machine IntegratedTerminalsApi | createposmachine | POST /v2/pos/machine | Create POS machine IntegratedTerminalsApi | fetchallpos_machines | GET /v2/pos/machine/all | Fetch all POS machines IntegratedTerminalsApi | restoreposmachine | PATCH /v2/pos/machine/{id} | Restore POS machine IntegratedTerminalsApi | updateposmachine | PUT /v2/pos/machine/{id} | Update POS machine InteractionsApi | claim_ticket | PUT /wallet/ticket/claim/{id} | Update ticket InteractionsApi | createadvertisementcredit_scan | POST /wallet/advertisementCredit/scan/{adCreditID} | Create ad credit scan InteractionsApi | createemployeev_card | GET /wallet/employee/vcard/{id} | Fetch an employee's VCard InteractionsApi | createicsfile | GET /wallet/liveevent/ics/{id} | Fetch ICS for live event InteractionsApi | createvirtualbusinesscardv_card | GET /wallet/virtualBusinessCard/vCard/{id} | Fetch an employee's VCard InteractionsApi | fetchallstaticvouchersassociatedwithcustomerwithvoucher_id | GET /wallet/staticVoucher/all | Fetch a customer's static vouchers on the basis of a given voucher ID InteractionsApi | fetchcustomerticketswithtoken | POST /wallet/tickets/fetchCustomerTicketsWithToken | Update ticket InteractionsApi | fetchdynamicvoucherwithvoucher_id | GET /wallet/dynamicVoucher/{voucherID} | Fetch dynamic voucher InteractionsApi | fetchmemberinformation | GET /wallet/member | Fetch member information InteractionsApi | fetchstaticvoucherwithvoucher_id | GET /wallet/staticVoucher/{voucherID} | Fetch static voucher InteractionsApi | fetchwalletpagewithtoken | 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 | fetchwalletpaymentobjectswith_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 | findbyvanity_handle | GET /wallet/vanityHandle/{handle} | Fetch vanity handle InteractionsApi | identify_item | GET /wallet/item/identify/{itemID} | Identify item InteractionsApi | requestmerchanturl_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 | fetchalllounge | 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 | archivemembershiptier | DELETE /v2/membership/tier/{id} | Archive tier MembershipTiersApi | createmembershiptier | POST /v2/membership/tier | Create tier MembershipTiersApi | fetchallmembership_tiers | GET /v2/membership/tier/all | Fetch all tiers MembershipTiersApi | fetchallmembershiptierswithmembercount | GET /v2/membership/tier/allWithMemberCount | Fetch all tiers with member count MembershipTiersApi | fetchmembershiptierbyid | GET /v2/membership/tier/{id} | Fetch tier MembershipTiersApi | fetchmembershiptierhistorylog | POST /v2/membership/tier/history/log | Fetch history MembershipTiersApi | fetchmembershiptierredemptionlog | POST /v2/membership/tier/redemption/log | Fetch redemption log MembershipTiersApi | restoremembershiptier | PATCH /v2/membership/tier/{id} | Restore tier MembershipTiersApi | updatemembershiptier | PUT /v2/membership/tier/{id} | Update tier MerchantApi | archivemerchantprofile | DELETE /v2/merchant/delete | Archive Merchant MerchantApi | archivepaymentobject_broadcast | DELETE /v2/merchant/paymentObjectBroadcast/{broadcastID} | Archive payment object broadcast MerchantApi | countinboundsms | GET /v2/merchant/sms/inbound/count/{phoneNumberID} | Count inbound SMSes MerchantApi | exportinboundmessages | PUT /v2/merchant/sms/inbound/export/{phoneNumberID} | Export inbound messages MerchantApi | exportoutboundmessages | PUT /v2/merchant/sms/outbound/export/{phoneNumberID} | Export outbound messages MerchantApi | fetchadvertisementcredit_broadcasts | GET /v2/merchant/broadcasts/adCredits/all | Fetch all ad credit broadcasts MerchantApi | fetchcustomroles | GET /v2/merchant/roles/custom | Fetch custom roles MerchantApi | fetchdynamicvoucher_broadcasts | GET /v2/merchant/broadcasts/dynamicVouchers/all | Fetch all dynamic voucher broadcasts MerchantApi | fetch_employees | GET /v2/merchant/employees/all | Fetch all employees MerchantApi | fetchhelpdesk_requests | GET /v2/merchant/helpDeskRequests/{phoneNumberID} | Fetch help desk requests MerchantApi | fetchimportedlist | GET /v2/merchant/lists/imported/{listID} | Fetch imported list MerchantApi | fetchimportedlists | GET /v2/merchant/lists/imported/all | Fetch all imported lists MerchantApi | fetchinboundsms | GET /v2/merchant/sms/inbound/{phoneNumberID} | Fetch inbound SMSes MerchantApi | fetchinboundsmsby_page | GET /v2/merchant/sms/inbound/page/{phoneNumberID} | Fetch inbound SMSes by page MerchantApi | fetchmerchantoutbound_sms | GET /v2/merchant/sms/outbound/{phoneNumberID} | Fetch outbound SMSes MerchantApi | fetchmerchantphone_numbers | GET /v2/merchant/phoneNumbers/all | Fetch all phone numbers MerchantApi | fetchoptin_list | GET /v2/merchant/lists/optIn/{listID} | Fetch opt in list MerchantApi | fetchoptin_lists | GET /v2/merchant/lists/optIn/all | Fetch all opt in lists MerchantApi | fetchphonenumber | GET /v2/merchant/phoneNumber/{phoneNumberID} | Fetch phone number MerchantApi | fetchpublicemployees | GET /v2/merchant/employees/public | Fetch public representative employees of the merchant MerchantApi | fetchsimplesms_broadcasts | GET /v2/merchant/broadcasts/simpleSMS/all | Fetch all simple SMS broadcasts MerchantApi | fetchstaticvouchercampaignbroadcasts | GET /v2/merchant/broadcasts/staticVoucherCampaign/all | Fetch all static voucher campaign broadcasts MerchantApi | fetchtcpafilter | GET /v2/merchant/tcpa/filter/all | Fetch all TCPA Filters MerchantApi | fetchwalletconfiguration | GET /v2/merchant/wallet/configuration | Fetch wallet configuration MerchantApi | update_merchant | PUT /v2/merchant | Update merchant details MerchantApi | updatepointsof_contact | PUT /v2/merchant/pointsOfContact | Update billing contact MerchantApi | updateposintegration | PUT /v2/merchant/pos/integration | Update POS Integration MerchantCreditsApi | archivemerchantcredit | DELETE /v2/payment/merchantcredit/{id} | Archive merchant credit MerchantCreditsApi | createmerchantcredit | POST /v2/payment/merchantcredit | Create merchant credit MerchantCreditsApi | fetchmerchantcreditbyid | GET /v2/payment/merchantcredit/{id} | Fetch merchant credit MerchantCreditsApi | fetchmerchantcredit_count | GET /v2/payment/merchantcredit/count | Fetch all active merchant credits MerchantCreditsApi | fetchmerchantcredithistorylog | POST /v2/payment/merchantcredit/history/log | Fetch history MerchantCreditsApi | fetchmerchantcreditredemptionlog | POST /v2/payment/merchantcredit/redemption/log | Fetch redemption log MerchantCreditsApi | fetchmerchantcreditsbypage | POST /v2/payment/merchantcredit/page | Fetch merchant credits by page MerchantCreditsApi | restoremerchantcredit | PATCH /v2/payment/merchantcredit/{id} | Restore merchant credit MerchantCreditsApi | searchmerchantcredits | POST /v2/payment/merchantcredit/search | Search for merchant credits MerchantCreditsApi | updatemerchantcredit | PUT /v2/payment/merchantcredit/{id} | Update merchant credit MerchantURLsApi | archivemerchanturl | DELETE /v2/business/merchantUrl/{id} | Archive merchant url MerchantURLsApi | createmerchanturl | POST /v2/business/merchantUrl | Create merchant url MerchantURLsApi | fetchallmerchant_urls | GET /v2/business/merchantUrl/all | Fetch all merchant urls MerchantURLsApi | fetchmerchanturl | GET /v2/business/merchantUrl/{id} | Fetch merchant url MerchantURLsApi | fetchmerchanturl_requests | GET /v2/business/merchantUrl/requests/{id} | Fetch requests MerchantURLsApi | restoremerchanturl | PATCH /v2/business/merchantUrl/{id} | Restore merchant url MerchantURLsApi | updatemerchanturl | PUT /v2/business/merchantUrl/{id} | Update merchant url MobileTerminalApi | fetchwalletitemfrommobile_terminal | GET /v2/pos/mobile/item/{itemID} | Fetch item MobileTerminalApi | findmemberby_id | GET /v2/pos/mobile/member/{memberID} | Find member MobileTerminalApi | redeemwalletitemfrommobile_terminal | POST /v2/pos/mobile/item/redeem/{itemID} | Redeem item NewsApi | archivenewsarticle | DELETE /v2/news/{id} | Archive news article NewsApi | createnewsarticle | POST /v2/news | Create news article NewsApi | fetchallnews_articles | GET /v2/news/all | Fetch all news articles NewsApi | restorenewsarticle | PATCH /v2/news/{id} | Restore news article NewsApi | updatenewsarticle | PUT /v2/news/{id} | Update news article PaymentDesignsApi | archivepaymentdesign | DELETE /v2/payment/design/{id} | Archive payment design PaymentDesignsApi | createpaymentdesign | POST /v2/payment/design | Create payment design PaymentDesignsApi | fetchallpayment_designs | GET /v2/payment/design/all | Fetch all active payment designs PaymentDesignsApi | fetchpaymentdesignbyid | GET /v2/payment/design/{id} | Fetch payment design PaymentDesignsApi | restorepaymentdesign | PATCH /v2/payment/design/{id} | Restore payment design PaymentDesignsApi | updatepaymentdesign | PUT /v2/payment/design/{id} | Update payment design PerformancesApi | archive_performance | DELETE /v2/performances/{id} | Archive performance PerformancesApi | countclaimedcomps | GET /v2/performances/{id}/claimed/count | Count number claimed PerformancesApi | countredeemedcomps | 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 | fetchallperformance_tickets | GET /v2/performances/tickets/all/{id} | Fetch all tickets PerformancesApi | fetchallperformances | GET /v2/performances/all | Fetch all performances PerformancesApi | fetch_performance | GET /v2/performances/{id} | Fetch a single performance PerformancesApi | fetchperformancetickets_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 | saveticketsettings | 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 | fetchallproducts | 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 | archivepromocode | DELETE /v2/promoCodes/{id} | Archive promo code PromotionCodesApi | createpromocode | POST /v2/promoCodes | Create promo code PromotionCodesApi | fetchallpromo_codes | GET /v2/promoCodes/all | Fetch all promo codes PromotionCodesApi | restorepromocode | PATCH /v2/promoCodes/{id} | Restore promo code PromotionCodesApi | updatepromocode | PUT /v2/promoCodes/{id} | Update promo code QRCodeDesignsApi | archiveqrcode_design | DELETE /v2/qrcodedesign/{id} | Archive QR Code Design QRCodeDesignsApi | createqrcode_design | POST /v2/qrcodedesign | Create QR Code design QRCodeDesignsApi | fetchallqrcodedesigns | GET /v2/qrcodedesign/all | Fetch all active QR Code Designs QRCodeDesignsApi | fetchqrcodedesignby_id | GET /v2/qrcodedesign/{id} | Fetch QR Code Design QRCodeDesignsApi | restoreqrcode_design | PATCH /v2/qrcodedesign/{id} | Restore payment design QRCodeDesignsApi | updateqrcode_design | PUT /v2/qrcodedesign/{id} | Update QR Code Design QuickLinksApi | archivelinkbook | DELETE /v2/linkBook/{id} | Archive link QuickLinksApi | createlinkbook | POST /v2/linkBook | Create link QuickLinksApi | fetchalllink_book | GET /v2/linkBook/all | Fetch all links QuickLinksApi | fetchlinkbookbyid | GET /v2/linkBook/{id} | Fetch link book by id QuickLinksApi | restorelinkbook | PATCH /v2/linkBook/{id} | Restore link QuickLinksApi | updatelinkbook | PUT /v2/linkBook/{id} | Update link QuickLinksSectionApi | archivelinkbook_section | DELETE /v2/linkBookSection/{id} | Archive link book section QuickLinksSectionApi | createlinkbook_section | POST /v2/linkBookSection | Create link book section QuickLinksSectionApi | fetchalllinkbooksections | GET /v2/linkBookSection/all | Fetch all link book sections QuickLinksSectionApi | restorelinkbook_section | PATCH /v2/linkBookSection/{id} | Restore link book section QuickLinksSectionApi | updatelinkbook_section | PUT /v2/linkBookSection/{id} | Update link book section RoomRatesApi | archiveroomrate | DELETE /v2/roomRates/{id} | Archive room rate RoomRatesApi | createroomrate | POST /v2/roomRates | Create room rate RoomRatesApi | fetchallroom_rates | GET /v2/roomRates/all | Fetch all room rates RoomRatesApi | restoreroomrate | PATCH /v2/roomRates/{id} | Restore room rate RoomRatesApi | updateroomrate | PUT /v2/roomRates/{id} | Update room rate SMSApi | acquirephonenumber | POST /v2/sms/phoneNumber/acquire | Acquire phone number SMSApi | archivephonenumber | DELETE /v2/sms/phoneNumber/{phoneNumberID} | Archive phone number SMSApi | archive_recipient | DELETE /v2/sms/importedList/recipients/{id} | Archive recipient SMSApi | countimportedlist_recipients | GET /v2/sms/importedList/recipients/count/{listID} | Count imported list recipients SMSApi | countoptinlistsubscribers | GET /v2/sms/optInList/subscribers/count/{listID} | Count opt in list subscribers SMSApi | countoptinsourcesubscribers | GET /v2/sms/optInSource/subscribers/count/{sourceID} | Count opt in source subscribers SMSApi | countoutboundsms | GET /v2/sms/outbound/count/{phoneNumberID} | Count outbound SMS SMSApi | createimportedlist | POST /v2/sms/importedList | Create imported list SMSApi | createoptin_list | POST /v2/sms/optInList | Create opt in list SMSApi | createoptinlistsource | POST /v2/sms/optInListSource | Send SMS to opt in list SMSApi | createrecipientinimportedlist | POST /v2/sms/importedList/recipients/create | Add new recipient in an imported list SMSApi | exportimportedlist_recipients | POST /v2/sms/importedList/recipients/export/{importedListID} | Export imported list recipients SMSApi | exportoptinlistsubscribers | POST /v2/sms/optInList/subscribers/export/{listID} | Export opt in list subscribers SMSApi | fetchblockedtcpa_entries | GET /v2/sms/phoneNumber/blocked/{phoneNumberID} | Fetch blocked TCPA entries SMSApi | fetchimportedlist_recipients | GET /v2/sms/importedList/recipients/{listID} | Fetch imported list recipients SMSApi | fetchimportedlistrecipientsby_page | GET /v2/sms/importedList/recipients/page/{listID} | Fetch imported list recipients by page SMSApi | fetchoptinlistsources | GET /v2/sms/optInListSources/all | Fetch all opt in list sources SMSApi | fetchoptinlistsubscribers | GET /v2/sms/optInList/subscribers/{listID} | Fetch opt in list subscribers SMSApi | fetchoptinlistsubscribersbypage | GET /v2/sms/optInList/subscribers/page/{listID} | Fetch opt in list subscribers by page SMSApi | fetchoptinlistsassociatedwithphone_number | GET /v2/sms/phoneNumber/lists/{phoneNumberID} | Fetch opt in lists SMSApi | fetchoptinsourcesubscribers | GET /v2/sms/optInSource/subscribers/{sourceID} | Fetch opt in source subscribers SMSApi | fetchoptinsourcesassociatedwithphone_number | GET /v2/sms/phoneNumber/sources/{phoneNumberID} | Fetch opt in sources SMSApi | fetchoutboundsms | GET /v2/sms/outbound/{phoneNumberID} | Fetch outbound SMS SMSApi | fetchoutboundsmsby_page | GET /v2/sms/outbound/page/{phoneNumberID} | Fetch outbound SMSes by page SMSApi | fetchpaymentobject_broadcasts | GET /v2/sms/paymentObjectBroadcasts/{phoneNumberID} | Fetch payment object broadcasts SMSApi | fetchsmsagreement | GET /v2/sms/agreement | Accept SMS agreement (DEPRECATED) SMSApi | importimportedlist_recipients | POST /v2/sms/importedList/recipients/import/{importedListID} | Import imported list recipients SMSApi | importimportedlistrecipientsfrommembershiptier | POST /v2/sms/importedList/recipients/import-from-tier | Import imported list recipients from a given membership tier SMSApi | importoptinlistsubscribers | POST /v2/sms/optInList/subscribers/import/{listID} | Import opt in list subscribers SMSApi | restorephonenumber | PATCH /v2/sms/phoneNumber/{phoneNumberID} | Restore phone number SMSApi | restore_recipient | PATCH /v2/sms/importedList/recipients/{id} | Restore recipient SMSApi | retrievesentandmaxcountofmessages | GET /v2/sms/sent | Retrieve the number of messages sent by the merchant within the current billing cycle SMSApi | saveimportedlist | PUT /v2/sms/importedList/{listID} | Save imported list SMSApi | saveoptin_list | PUT /v2/sms/optInList/{listID} | Save opt in list SMSApi | saveoptinlistsource | PUT /v2/sms/optInListSource/{sourceID} | Save opt in list source SMSApi | sendphonenumberforverification | PUT /v2/sms/phoneNumber/verification/{phoneNumberID} | Request phone number verification SMSApi | updatephonenumber | 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 | fetchallservices | 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 | getactivecampaigns | GET /v2/settings/campaigns/active | Get active campaigns SettingsApi | getvoucherscount | GET /v2/settings/vouchers/count | Get vouchers count ShopifyTerminalApi | fetchwalletitemfromshopify_terminal | GET /v2/pos/shopify/item/{itemID} | Fetch item ShopifyTerminalApi | redeemwalletitemfromshopify_terminal | POST /v2/pos/shopify/item/redeem/{itemID} | Redeem item ShopifyTerminalApi | refundwalletitemfromshopify_terminal | POST /v2/pos/shopify/item/refund/{ledgerEntryID} | Refund transaction SmsSubscriberApi | archivesmssubscriber | DELETE /v2/SmsSubscriber/{id} | Archive email subscriber SmsSubscriberApi | createsmssubscriber | POST /v2/SmsSubscriber | Create email subscriber SmsSubscriberApi | fetchallsms_subscribers | GET /v2/SmsSubscriber/all | Fetch all email subscribers SmsSubscriberApi | restoresmssubscriber | PATCH /v2/SmsSubscriber/{id} | Restore email subscriber SmsSubscriberApi | updatesmssubscriber | PUT /v2/SmsSubscriber/{id} | Update email subscriber StaticVoucherCampaignsApi | archivestaticvoucher_campaign | DELETE /v2/payment/staticVoucherCampaign/{campaignID} | Archive static voucher campaign StaticVoucherCampaignsApi | countvouchersloaded | GET /v2/payment/staticVoucherCampaign/count/vouchers/loaded/{campaignID} | Count loaded vouchers StaticVoucherCampaignsApi | countvouchersredeemed | GET /v2/payment/staticVoucherCampaign/count/vouchers/redeemed/{campaignID} | Count redeemed vouchers StaticVoucherCampaignsApi | createstaticvoucher_campaign | POST /v2/payment/staticVoucherCampaign | Create static voucher campaign StaticVoucherCampaignsApi | createstaticvouchercampaignfrom_csv | POST /v2/payment/staticVoucherCampaign/csv | Import static voucher campaign StaticVoucherCampaignsApi | createstaticvouchercampaignwith_voucher | POST /v2/payment/staticVoucherCampaign/voucher | Create static voucher campaign with voucher StaticVoucherCampaignsApi | duplicatestaticvouchercampaignby_id | POST /v2/payment/staticVoucherCampaign/duplicate/{campaignID} | Duplicate static voucher campaign StaticVoucherCampaignsApi | fetchperformanceoverview | GET /v2/payment/staticVoucherCampaign/overview/performance/{campaignID} | Fetch performance overview StaticVoucherCampaignsApi | fetchreachstatsofallstaticvoucher_campaigns | GET /v2/payment/staticVoucherCampaign/reach/all | Get the reach statistics of all the static voucher campaigns StaticVoucherCampaignsApi | fetchreachstatsofindividualstaticvoucher_campaign | GET /v2/payment/staticVoucherCampaign/reach/{staticVoucherCampaignID} | Get the reach statistics of an individual static voucher campaign StaticVoucherCampaignsApi | fetchstaticvouchercampaignby_id | GET /v2/payment/staticVoucherCampaign/{id} | Fetch static voucher campaign StaticVoucherCampaignsApi | fetchstaticvoucher_campaigns | GET /v2/payment/staticVoucherCampaign/all | Fetches all static vouchers campaigns StaticVoucherCampaignsApi | fetchstaticvouchers | GET /v2/payment/staticVoucherCampaign/staticVouchers/{campaignID} | Fetch static vouchers StaticVoucherCampaignsApi | fetchstaticvouchers_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 | fetchvouchersredeemed | 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 | previewmessagesby_page | PUT /v2/payment/staticVoucherCampaign/preview/page/{campaignID} | Preview static vouchers by page StaticVoucherCampaignsApi | restorestaticvoucher_campaign | PATCH /v2/payment/staticVoucherCampaign/{campaignID} | Restore static voucher campaign StaticVoucherCampaignsApi | updatestaticvoucher_campaign | PUT /v2/payment/staticVoucherCampaign/{campaignID} | Update static voucher campaign StaticVoucherCampaignsApi | updatestaticvouchercampaignwith_voucher | PUT /v2/payment/staticVoucherCampaign/voucher/{campaignID} | Update static voucher campaign with voucher StaticVouchersApi | createstaticvoucher | POST /v2/payment/staticVoucher | Create static voucher StaticVouchersApi | deletestaticvoucher | DELETE /v2/payment/staticVoucher/{id} | Delete static voucher StaticVouchersApi | fetchreachstatsofallstaticvouchers | GET /v2/payment/staticVoucher/reach/all | Get the reach statistics of all the static vouchers StaticVouchersApi | fetchreachstatsofindividualstaticvoucher | GET /v2/payment/staticVoucher/reach/{staticVoucherID} | Get the reach statistics of an individual static voucher StaticVouchersApi | fetchstaticvoucher | GET /v2/payment/staticVoucher/{id} | Fetch static voucher StaticVouchersApi | updatestaticvoucher | 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 | fetchauditlogofroles | GET /v2/system/roles/auditLog | Fetch role's audit log SystemApi | fetchemployeeswith_role | GET /v2/system/roles/employees/{roleID} | Fetch employees with role SystemApi | fetchwebpagesfor_role | GET /v2/system/roles/webpages/{roleID} | Fetch webpages for role SystemApi | getpaymentprefixes | 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 | fetchallledger_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 | fetchallvideo | 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 | archivevirtualbusiness_card | DELETE /v2/virtualBusinessCard/{id} | Archive VirtualBusinessCard VirtualBusinessCardApi | createvirtualbusiness_card | POST /v2/virtualBusinessCard | Create VirtualBusinessCard VirtualBusinessCardApi | fetchallvirtualbusinesscards | GET /v2/virtualBusinessCard/all | Fetch all VirtualBusinessCards VirtualBusinessCardApi | fetchvirtualbusiness_card | GET /v2/virtualBusinessCard/{id} | Fetch virtual business card VirtualBusinessCardApi | fetchvirtualbusinesscardrequests | GET /v2/virtualBusinessCard/requests/{id} | Fetch requests VirtualBusinessCardApi | restorevirtualbusiness_card | PATCH /v2/virtualBusinessCard/{id} | Restore VirtualBusinessCard VirtualBusinessCardApi | updatevirtualbusiness_card | PUT /v2/virtualBusinessCard/{id} | Update VirtualBusinessCard WebTerminalApi | fetchwalletitemfromweb_terminal | GET /v2/pos/web/item/{itemID} | Fetch item WebTerminalApi | redeemwalletitemfromweb_terminal | POST /v2/pos/web/item/redeem/{itemID} | Redeem item WebTerminalApi | refundwalletitemfromweb_terminal | POST /v2/pos/web/item/refund/{ledgerEntryID} | Refund transaction WixTerminalApi | fetchwalletitemfromwix_terminal | GET /v2/pos/wix/item/{itemID} | Fetch item WixTerminalApi | redeemwalletitemfromwix_terminal | POST /v2/pos/wix/item/redeem/{itemID} | Redeem item WixTerminalApi | refundwalletitemfromwix_terminal | POST /v2/pos/wix/item/refund/{ledgerEntryID} | Refund transaction WooCommerceTerminalApi | fetchwalletitemfromwoocommerceterminal | GET /v2/pos/woocommerce/item/{itemID} | Fetch item WooCommerceTerminalApi | redeemwalletitemfromwoocommerceterminal | POST /v2/pos/woocommerce/item/redeem/{itemID} | Redeem item WooCommerceTerminalApi | refundwalletitemfromwoocommerceterminal | POST /v2/pos/woocommerce/item/refund/{ledgerEntryID} | Refund transaction
Documentation For Models
- A2PApplicationSubmission
- AdvertisementCredit
- AdvertisementCreditBroadcast
- AdvertisementCreditScan
- Amenity
- Announcement
- ApplicableTerminals
- AuthError
- AvailablePhoneNumbersRequest
- BrowserDetails
- BusinessClassification
- BusinessIndustry
- BusinessRegionsOfOperation
- BusinessRegistrationIdentifier
- BusinessStockExchanges
- BusinessType
- ClaimTicketRequest
- ClickFunnelAmount
- ClickFunnelContact
- ClickFunnelContactProfile
- ClickFunnelEvent
- ClickFunnelOriginalAmount
- ClickFunnelProduct
- ClickFunnelPurchase
- ClickFunnelRegistration
- CountClaimedComps200Response
- CreateFile200Response
- CreateStaticVoucherCampaign
- CreateStaticVoucherCampaignWithVoucherWithCSV
- DashboardWidget
- Dining
- Document
- DuplicateRowFound
- DynamicVoucher
- DynamicVoucherBroadcast
- DynamicVoucherBroadcastListType
- DynamicVoucherTemporalDecreaseFrequencyType
- EmailSubscriber
- Employee
- EmployeeAPIKey
- EmployeeActivityLog
- EmployeeAlert
- EmployeeScheduleStartDay
- EmployeeScheduleStartHour
- EmployeeScheduleStartMeridiem
- EmployeeScheduleStartMinute
- EntityTooLarge
- ExportDataFile
- FalsumError
- FalsumField
- Feature
- FetchAllCountries200ResponseInner
- FetchAllLedgerTransactions200Response
- FetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInner
- FetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInnerValueType
- FetchCustomerTicketsWithTokenRequest
- FetchDomainsByIndustry200Response
- FetchImportedListRecipientsByPage200Response
- FetchInboundSMSByPage200Response
- FetchIndustry200Response
- FetchMembersCount200Response
- FetchOptInListSubscribersByPage200Response
- FetchOutboundSMSByPage200Response
- FetchPerformanceTicketsPage200Response
- FetchStaticVouchersPage200Response
- ForbiddenRequest
- ForeignKeyDoesNotExist
- Gaming
- HelpDeskRequest
- ImageGrid
- ImportTicketsRequest
- ImportedList
- ImportedListRecipient
- InboundSMS
- InternalServerError
- JobPosition
- LedgerEntry
- LedgerEntryParentObjectID
- LedgerEntryTransactionType
- LinkBook
- LinkBookSection
- LoginStatus200Response
- LoginStatus200ResponseAnyOf
- Lounge
- MSAnalyticsMemberCountPartitionedByDate
- MSAnalyticsMemberPointsRedeemedPartitionedByDate
- MSAnalyticsMemberPointsRefundedPartitionedByDate
- MSAnalyticsMembershipTierAmountRedeemedPartitionedByDate
- MSAnalyticsMembershipTierAmountRefundedPartitionedByDate
- MSMemberHistory
- MSMemberHistoryPagination
- MSMemberRedemption
- MSMemberRedemptionPagination
- MSMemberRedemptionTransactionType
- MSMembershipTierHistory
- MSMembershipTierHistoryPagination
- MSMembershipTierRedemption
- MSMembershipTierRedemptionPagination
- MSMerchantCreditHistory
- MSMerchantCreditHistoryPagination
- MSMerchantCreditRedemption
- MSMerchantCreditRedemptionPagination
- MediaFile
- Member
- MemberSearch
- MemberSearchSearchKey
- MemberSearchSortKey
- Merchant
- MerchantCreditSearch
- MerchantNotInitialized
- MerchantURL
- Message
- MessageDirection
- MessageStatus
- ModuleError
- NewsArticle
- OptInList
- OptInListSource
- OptInListSubscriber
- OutboundSMS
- PaginatedWTMembers
- PaginatedWTMerchantCredits
- PaginationRequestWithIDAndWithoutSortOptions
- PaginationRequestWithSortOptions
- PaginationRequestWithSortOptionsSortOrder
- PaymentDesign
- Performance
- PhoneNumber
- PhoneNumberCapabilities
- PickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive
- PickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID
- PickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID
- PickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId
- PickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier
- PickMSMemberExcludeKeyofMSMemberMemberIdentifier
- PickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier
- PickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier
- PickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey
- PickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded
- PickSSImportedListRecipientFromMembershipTierImportExcludeKeyofSSImportedListRecipientFromMembershipTierImportEmployeeIDOrTierID
- PickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId
- PickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId
- PickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs
- PickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCount
- PickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCountOptInSourceID
- PickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId
- PickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId
- PickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone
- PickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhonePaymentObjectBroadcastID
- PickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhoneStatus
- PickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID
- PickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt
- PickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId
- PickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate
- PickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDateValueType
- PickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType
- PickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsEmployeeID
- PickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId
- PickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsIdBorderStyleType
- PickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt
- PickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtRegisterID
- PickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtTransactionType
- PickWTEmailSubscriberUpdateParamsExcludeKeyofWTEmailSubscriberUpdateParamsId
- PickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail
- PickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumberOrEmailOrBirthday
- PickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber
- PickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID
- PickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId
- PickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID
- PickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDBroadcastStatus
- PickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDPaymentObjectPrefix
- PickWTSmsSubscriberUpdateParamsExcludeKeyofWTSmsSubscriberUpdateParamsId
- PickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime
- PickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID
- Plan
- PortalPage
- PresignedPost
- PresignedPostFields
- Product
- ProfileStatuses
- PromoCode
- QRCodeDesign
- ReachPerformanceStats
- Request
- Response
- Role
- RoleAuditLog
- RoomRate
- SSImportedListRecipientCreateParams
- SSOptInSource
- SSOutboundStatuses
- SaveMerchantCreditPaymentDesignRequest
- SaveTicketSettingsRequest
- SaveTicketSettingsRequestPaymentDesignID
- Service
- SetDefaultPaymentMethodRequest
- SimpleSMSBroadcast
- SmsSubscriber
- StaticVoucher
- StaticVoucherCampaign
- StaticVoucherCampaignBroadcast
- StaticVoucherCampaignGroup
- StaticVoucherCampaignUpdate
- Status
- SubscriptionFeature
- SubscriptionPlan
- SubscriptionProduct
- Tcpa
- Ticket
- TrustBundleStatuses
- UpdateEmailNotificationPreferenceRequest
- UpdateStaticVoucherCampaignWithVoucher
- UpdateStaticVoucherCampaignWithVoucherVoucherID
- VSCampaignGeneratedMessage
- VSCampaignGeneratedMessagePagination
- VSDynamicVoucherStatus
- Video
- VirtualBusinessCard
- WTA2PApplicationUpdateParams
- WTAdvertisementCredit
- WTAdvertisementCreditCreateParams
- WTAdvertisementCreditScan
- WTAdvertisementCreditUpdateParams
- WTAmenityCreateParams
- WTAmenityUpdateParams
- WTAuthenticationCheckSessionTokenStatusResponse
- WTAuthenticationForgotPassword
- WTAuthenticationLoginRequest
- WTAuthenticationLoginResponse
- WTAuthenticationRegister
- WTAuthenticationRequestResetPassword
- WTAuthenticationResetPassword
- WTAuthenticationSSOLoginForDiscourse
- WTBillingChangePlan
- WTBillingSavePaymentMethod
- WTBillingVerifyPaymentMethodResponse
- WTCountResult
- WTCustomerSearchByMemberID
- WTCustomerSearchByPhoneNumber
- WTDiningCreateParams
- WTDiningUpdateParams
- WTDynamicVoucher
- WTDynamicVoucherCreateParams
- WTDynamicVoucherRedemption
- WTDynamicVoucherRedemptionTransactionType
- WTDynamicVoucherSummary
- WTDynamicVoucherSummaryStatus
- WTDynamicVoucherUpdateParams
- WTEmailSubscriberCreateParams
- WTEmailSubscriberCreateParamsWalletUI
- WTEmailSubscriberUpdateParams
- WTEmployee
- WTEmployeeAPIKey
- WTEmployeeAPIKeyCreateParams
- WTEmployeeAPIKeyUpdateParams
- WTEmployeeCreate
- WTEmployeeCreateDocument
- WTEmployeeCreateMediaFile
- WTEmployeeCreateStaticVoucherCampaignGroup
- WTEmployeeFileCreate
- WTEmployeeImportRecords
- WTEmployeeNotification
- WTEmployeeNotificationType
- WTEmployeePeerRoles
- WTEmployeeS3FilePresign
- WTEmployeeS3FilePresignContext
- WTEmployeeScheduleSMSCampaignBroadcast
- WTEmployeeScheduleSimpleSMS
- WTEmployeeScheduleSimpleSMSListType
- WTEmployeeScheduleSimpleSMSToRecipient
- WTEmployeeSendHelpDeskResponse
- WTEmployeeUpdate
- WTEmployeeUpdateRecords
- WTFetchWalletPaymentObjectsWithToken
- WTGamingCreateParams
- WTGamingUpdateParams
- WTImageGridCreateParams
- WTImageGridUpdateParams
- WTImportedList
- WTImportedListRecipientFromMembershipTierImport
- WTImportedListRecipientFromMembershipTierImportTierID
- WTInfoGenesisLookupRequestErrors
- WTInfoGenesisRecordFilterParameters
- WTInfoGenesisRoutingIDs
- WTInfoGenesisUniquePostingIDs
- WTLinkBook
- WTLinkBookCreateParams
- WTLinkBookLinkBookSectionID
- WTLinkBookSectionCreateParams
- WTLinkBookSectionUpdateParams
- WTLinkBookUpdateParams
- WTLocalInstance
- WTLoungeCreateParams
- WTLoungeUpdateParams
- WTMember
- WTMemberCreationParams
- WTMembershipTier
- WTMembershipTierCreationParams
- WTMembershipTierId
- WTMembershipTierUpdateParams
- WTMembershipTierWithMemberCount
- WTMerchantCredit
- WTMerchantCreditCreationParams
- WTMerchantURLCreate
- WTMerchantURLUpdate
- WTMerchantUpdate
- WTMerchantUpdatePOSIntegration
- WTMerchantUpdatePointsOfContact
- WTMessageInstance
- WTNewsArticleCreateParams
- WTNewsArticleUpdateParams
- WTOptInList
- WTOptInListCreationParams
- WTPaymentDesign
- WTPaymentDesignCreateParams
- WTPaymentDesignUpdateParams
- WTPerformanceCreateParams
- WTPerformanceUpdateParams
- WTPosMachine
- WTPosMachineCreateParams
- WTPosMachineUpdateParams
- WTProductCreateParams
- WTProductUpdateParams
- WTPromoCodeCreateParams
- WTPromoCodeUpdateParams
- WTQRCodeDesign
- WTQRCodeDesignCreateParams
- WTQRCodeDesignUpdateParams
- WTRole
- WTRoomRateCreateParams
- WTRoomRateUpdateParams
- WTSMSAcquirePhoneNumber
- WTSMSImportOptInListSubscribers
- WTSMSImportedListCreate
- WTSMSOptInListSourceCreate
- WTSMSUpdatePhoneNumberConfig
- WTServiceCreateParams
- WTServiceUpdateParams
- WTSettingsSetPassword
- WTSmsSubscriberCreateParams
- WTSmsSubscriberCreateParamsWalletUI
- WTSmsSubscriberUpdateParams
- WTStaticVoucher
- WTStaticVoucherCampaign
- WTStaticVoucherCampaignPreviewMessages
- WTStaticVoucherCampaignPreviewMessagesByPage
- WTStaticVoucherCreateParams
- WTStaticVoucherUpdateParams
- WTSystemApprovePhoneNumber
- WTSystemRoleCreate
- WTTCPAOpt
- WTTCPAOptListID
- WTTCPAOptSourceID
- WTTicket
- WTTicketCreateParams
- WTTicketUpdateParams
- WTTwilioRequestAuthyCode
- WTTwilioVerifyAuthyCode
- WTVideoCreateParams
- WTVideoUpdateParams
- WTVirtualBusinessCardCreateParams
- WTVirtualBusinessCardUpdateParams
- WTWalletConfigurationSaveWalletRecord
- WTWalletItemRedemption
- WTWalletObjectPrefixCounts
- WTWalletPageView
- WTWalletPageViewCount
- WTWalletPageViewGeoPoint
- WTWalletPageViewId
- WalletConfiguration
- WalletConfigurationSmsOptInSourceID
- WalletPageView
- Webpage
Documentation For Authorization
Authentication schemes defined for the API:
api_key
- Type: API key
- API key parameter name: access-token
- Location: HTTP header
Author
development@wallet.inc
Owner
- Name: Wallet Inc.
- Login: WalletInc
- Kind: organization
- Email: github@wallet.inc
- Location: Santa Barbara, CA
- Website: https://wallet.inc/github
- Twitter: wallet_inc
- Repositories: 4
- Profile: https://github.com/WalletInc
CRM, Marketing, Messaging & Digital Payment Technologies
GitHub Events
Total
- Watch event: 1
- Push event: 13
Last Year
- Watch event: 1
- Push event: 13
Committers
Last synced: almost 3 years ago
All Time
- Total Commits: 40
- Total Committers: 4
- Avg Commits per committer: 10.0
- Development Distribution Score (DDS): 0.1
Top Committers
| Name | Commits | |
|---|---|---|
| johnturnham | s****t@w****c | 36 |
| John Turnham | j****m@w****c | 2 |
| Pratheek Adidela | p****a@w****c | 1 |
| Pratheek Adidela | a****k@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 308 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 6
- Total maintainers: 1
pypi.org: wallet
OpenAPI compliant library to access resources on the Wallet Inc. Platform
- Homepage: https://wallet.inc
- Documentation: https://hub.wallet.dev
- License: https://wallet.law
-
Latest release: 2.1.525
published about 3 years ago
Rankings
Maintainers (1)
Dependencies
- actions/checkout v2 composite
- actions/setup-node v1 composite
- python_dateutil >=2.5.3
- setuptools >=21.0.0
- urllib3 >=1.25.3
- pytest-cov >=2.8.1 test