Wallet Inc. API reference.
Spec version 2.2.3, built 2026-07-06T01:09:22.954Z
This Python package is automatically generated by the OpenAPI Generator project:
- API version: 2.2.3
- Package version: 2.2.3
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
Python 3.7+
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 walletInstall 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 walletExecute pytest to run the tests.
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.APIKeysApi(api_client)
id = 'id_example' # str |
try:
# Archive API Key
api_response = api_instance.archive_employee_api_keys(id)
print("The response of APIKeysApi->archive_employee_api_keys:\n")
pprint(api_response)
except ApiException as e:
print("Exception when calling APIKeysApi->archive_employee_api_keys: %s\n" % e)All URIs are relative to https://api.wall.et
| Class | Method | HTTP request | Description |
|---|---|---|---|
| APIKeysApi | archive_employee_api_keys | DELETE /v2/employee/apiKeys/{id} | Archive API Key |
| APIKeysApi | create_employee_api_keys | POST /v2/employee/apiKeys | Create API Key |
| APIKeysApi | fetch_all_employee_api_keys | GET /v2/employee/apiKeys/all | Get API Keys |
| APIKeysApi | fetch_employee_api_key_by_id | GET /v2/employee/apiKeys/{id} | Get API Key |
| APIKeysApi | update_employee_api_keys | PUT /v2/employee/apiKeys/{id} | Update API Key |
| 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 | Get all Amenities |
| AmenitiesApi | restore_amenity | PATCH /v2/amenities/{id} | Restore Amenity |
| AmenitiesApi | update_amenity | PUT /v2/amenities/{id} | Update Amenity |
| AppToPersonA2PRegistrationApi | begin_a2_p_application | POST /v2/a2p/application | Create A2P Application |
| AppToPersonA2PRegistrationApi | fetch_a2_p_application | GET /v2/a2p/application | Get A2P Application |
| AppToPersonA2PRegistrationApi | fetch_a2_p_registration | GET /v2/a2p/registration | Get A2P Registration |
| AppToPersonA2PRegistrationApi | update_a2_p_application | PUT /v2/a2p/application/{applicationID} | Update A2P Application |
| AppleWalletSubscribersApi | fetch_apple_wallet_subscriber_activity | GET /v2/apple/wallet/pass/subscriber/activity/{subscriptionID} | Get subscriber activity |
| AppleWalletSubscribersApi | fetch_apple_wallet_subscribers | GET /v2/apple/wallet/pass/subscribers/all | Get all subscribers |
| AuthenticationApi | login | POST /authentication/login | Login |
| AuthenticationApi | login_status | GET /authentication/status/{token} | Retrieve session token status |
| AuthenticationApi | logout | DELETE /authentication/logout | Logout |
| AuthenticationApi | register | POST /authentication/register | Register |
| BillingPaymentsApi | buy_add_on | POST /v2/billing/products/addOns/{productID} | Buy add-on product |
| BillingPaymentsApi | buy_special_offer | POST /v2/billing/products/specialOffers/{productID} | Buy special offer |
| BillingPaymentsApi | cancel_plan | DELETE /v2/billing/plan | Cancel billing plan |
| BillingPaymentsApi | change_plan | PUT /v2/billing/plan | Change billing plan |
| BillingPaymentsApi | create_billing_portal_session | POST /v2/billing/portal/session | Create a Stripe Billing Portal session |
| BillingPaymentsApi | fetch_add_ons | GET /v2/billing/products/addOns | Get add-on products |
| BillingPaymentsApi | fetch_customer_payment_methods | GET /v2/billing/paymentMethods/all | Get payment methods |
| BillingPaymentsApi | fetch_industry | GET /v2/billing/industry | Get merchant's industry |
| BillingPaymentsApi | fetch_invoices | GET /v2/billing/invoices/all | Get invoices |
| BillingPaymentsApi | fetch_special_offers | GET /v2/billing/products/specialOffers | Get special offers |
| BillingPaymentsApi | fetch_subscription | GET /v2/billing/subscription | Get subscription |
| BillingPaymentsApi | fetch_usage_summary | GET /v2/billing/summary | Get usage summary |
| BillingPaymentsApi | save_payment_method | PUT /v2/billing/paymentMethod | Save payment method |
| BillingPaymentsApi | set_default_payment_method | POST /v2/billing/paymentMethod/default | Set payment method as default |
| BillingPaymentsApi | upcoming_invoices | GET /v2/billing/invoices/upcoming | Get upcoming invoices |
| BillingPaymentsApi | verify_payment_method | GET /v2/billing/paymentMethod | Verify payment method |
| BroadcastsApi | archive_payment_object_broadcast | DELETE /v2/merchant/paymentObjectBroadcast/{broadcastID} | Archive payment object broadcast |
| BroadcastsApi | fetch_advertisement_credit_broadcasts | GET /v2/merchant/broadcasts/adCredits/all | Get all ad credit broadcasts |
| BroadcastsApi | fetch_dynamic_voucher_broadcasts | GET /v2/merchant/broadcasts/dynamicVouchers/all | Get all dynamic voucher broadcasts |
| BroadcastsApi | fetch_payment_object_broadcasts | GET /v2/sms/paymentObjectBroadcasts/{phoneNumberID} | Get payment object broadcasts |
| BroadcastsApi | fetch_simple_sms_broadcasts | GET /v2/merchant/broadcasts/simpleSMS/all | Get all simple SMS broadcasts |
| BroadcastsApi | fetch_static_voucher_campaign_broadcasts | GET /v2/merchant/broadcasts/staticVoucherCampaign/all | Get all static voucher campaign broadcasts |
| BroadcastsApi | schedule_advertisement_credit | POST /v2/employee/sms/schedule/adCredit/{advertisementCreditID} | Schedule Ad Credit |
| BroadcastsApi | schedule_dynamic_voucher | POST /v2/employee/sms/schedule/dynamicVoucher/{dynamicVoucherID} | Schedule Dynamic Voucher to list |
| BroadcastsApi | schedule_dynamic_voucher_to_recipient | POST /v2/employee/sms/schedule/recipient/dynamicVoucher/{dynamicVoucherID} | Schedule Dynamic Voucher to recipient |
| BroadcastsApi | schedule_simple_sms | POST /v2/employee/sms/schedule/simple | Schedule Simple SMS broadcast to list |
| BroadcastsApi | schedule_simple_smsto_recipient | POST /v2/employee/sms/schedule/recipient/simple | Schedule Simple SMS broadcast to recipient |
| BroadcastsApi | send_sms_campaign_broadcast | POST /v2/employee/sms/schedule/campaign/{staticVoucherCampaignID} | Schedule SMS Campaign Broadcast |
| ClubMembersApi | archive_member | DELETE /v2/membership/member/{id} | Archive Member |
| ClubMembersApi | create_member | POST /v2/membership/member | Create Member |
| ClubMembersApi | fetch_member_by_id | GET /v2/membership/member/{id} | Get Member |
| ClubMembersApi | fetch_member_history_log | POST /v2/membership/member/history/log | Get Member history |
| ClubMembersApi | fetch_member_redemption_log | POST /v2/membership/member/redemption/log | Get Member redemption log |
| ClubMembersApi | fetch_members_by_page | POST /v2/membership/member/page | Get Members |
| ClubMembersApi | fetch_members_count | GET /v2/membership/member/count | Count Members |
| ClubMembersApi | restore_member | PATCH /v2/membership/member/{id} | Restore Member |
| ClubMembersApi | search_members | POST /v2/membership/member/search | Search for Members |
| ClubMembersApi | update_member | PUT /v2/membership/member/{id} | Update Member |
| CountriesApi | fetch_all_countries | GET /system/countries/all | Get all Countries with ISO abbreviations & Telephone country code prefixes |
| CustomerApi | fetch_active_vouchers | GET /v2/customer/vouchers/active | Get active static vouchers |
| CustomerApi | fetch_all_vouchers | GET /v2/customer/vouchers/all | Get all static vouchers |
| CustomerApi | fetch_expired_vouchers | GET /v2/customer/vouchers/expired | Get expired static vouchers |
| CustomerApi | fetch_redeemed_vouchers | GET /v2/customer/vouchers/redeemed | Get redeemed static vouchers |
| CustomerApi | fetch_refunded_vouchers | GET /v2/customer/vouchers/refunded | Get refunded static vouchers |
| CustomerApi | fetch_upcoming_vouchers | GET /v2/customer/vouchers/upcoming | Get upcoming static vouchers |
| CustomerApi | fetch_wallet_views_for_session | GET /v2/customer/walletViews/session/{id} | Get 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 |
| DiningApi | archive_dining | DELETE /v2/dining/{id} | Archive Dining info |
| DiningApi | create_dining | POST /v2/dining | Create Dining info |
| DiningApi | fetch_all_dining | GET /v2/dining/all | Get all Dining info |
| DiningApi | restore_dining | PATCH /v2/dining/{id} | Restore Dining info |
| DiningApi | update_dining | PUT /v2/dining/{id} | Update Dining info |
| 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 Campaign |
| DynamicVouchersApi | fetch_all_dynamic_vouchers | GET /v2/payment/dynamicVoucher/all | Get all Dynamic Voucher Campaigns |
| DynamicVouchersApi | fetch_dynamic_voucher_by_id | GET /v2/payment/dynamicVoucher/{id} | Get Dynamic Voucher Campaign |
| DynamicVouchersApi | fetch_dynamic_voucher_redemptions | GET /v2/payment/dynamicVoucher/redemptions/{id} | Get Dynamic Voucher Campaign Redemptions |
| DynamicVouchersApi | fetch_dynamic_vouchers | GET /v2/employee/dynamicVouchers/all | Get all dynamic vouchers |
| 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 Campaign |
| EmailSubscribersApi | archive_email_subscriber | DELETE /v2/emailSubscriber/{id} | Archive Email Subscriber |
| EmailSubscribersApi | create_email_subscriber | POST /v2/emailSubscriber | Create Email Subscriber |
| EmailSubscribersApi | fetch_all_email_subscribers | GET /v2/emailSubscriber/all | Get all Email Subscribers |
| EmailSubscribersApi | restore_email_subscriber | PATCH /v2/emailSubscriber/{id} | Restore Email Subscriber |
| EmailSubscribersApi | update_email_subscriber | PUT /v2/emailSubscriber/{id} | Update Email Subscriber |
| EmployeesApi | add_peer_to_roles | POST /v2/employee/roles/peer/{userID} | Add peer to roles |
| EmployeesApi | create_employee_peer | POST /v2/employee/peer | Create employee peer |
| EmployeesApi | fetch_merchant | GET /v2/employee/merchant | Create employee alert |
| EmployeesApi | fetch_messages | GET /v2/employee/messages/all | Get all messages |
| EmployeesApi | fetch_peer_activity | GET /v2/employee/peer/activity/{employeeID} | Get peer activity |
| EmployeesApi | fetch_peers_permissions | GET /v2/employee/peer/permissions/{userID} | Get peer permissions |
| EmployeesApi | fetch_profile_info | GET /v2/employee | Get employee info |
| EmployeesApi | load_webpages_of_employee | GET /v2/employee/webpages/all | Get employee's permissions |
| EmployeesApi | modify_peers_roles | PUT /v2/employee/peer/permissions/{userID} | Modify peer's roles |
| EmployeesApi | remove_peer_from_all_roles | DELETE /v2/employee/peer/permissions/{userID} | Remove peer from all roles |
| EmployeesApi | set_alerts_read | PATCH /v2/employee/alerts | Mark alerts as read |
| 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_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 |
| FilesDocumentsApi | create_document | POST /v2/employee/document | Create document |
| FilesDocumentsApi | create_file | POST /v2/employee/file/create | Create file |
| FilesDocumentsApi | create_media_file | POST /v2/employee/mediaFile | Create media file |
| FilesDocumentsApi | delete_document | DELETE /v2/employee/document/{documentID} | Delete document |
| FilesDocumentsApi | delete_media_file | DELETE /v2/employee/mediaFile/{mediaFileID} | Delete media file |
| FilesDocumentsApi | download_file | GET /v2/employee/file/download/{fileID} | Get URL for file download |
| FilesDocumentsApi | failed_import | GET /v2/employee/file/imports/failed/{fileID} | Get URL to download a failed import |
| FilesDocumentsApi | fetch_documents | GET /v2/employee/documents/all | Get all documents |
| FilesDocumentsApi | fetch_media_files | GET /v2/employee/mediaFiles/all | Get all media files |
| FilesDocumentsApi | presign_file | POST /v2/employee/file/presign | Presign file for upload |
| GalleryApi | archive_image_grid | DELETE /v2/imageGrid/{id} | Archive Gallery Image |
| GalleryApi | create_image_grid | POST /v2/imageGrid | Create Gallery Image |
| GalleryApi | fetch_all_image_grid | GET /v2/imageGrid/all | Get all Gallery Images |
| GalleryApi | restore_image_grid | PATCH /v2/imageGrid/{id} | Restore Gallery Image |
| GalleryApi | update_image_grid | PUT /v2/imageGrid/{id} | Update Gallery Image |
| GamingApi | archive_gaming | DELETE /v2/gaming/{id} | Archive Gaming info |
| GamingApi | create_gaming | POST /v2/gaming | Create Gaming info |
| GamingApi | fetch_all_gaming | GET /v2/gaming/all | Get all Gaming details |
| GamingApi | restore_gaming | PATCH /v2/gaming/{id} | Restore Gaming info |
| GamingApi | update_gaming | PUT /v2/gaming/{id} | Update Gaming info |
| HelpDeskApi | fetch_help_desk_requests | GET /v2/merchant/helpDeskRequests/{phoneNumberID} | Get help desk requests |
| HelpDeskApi | send_help_desk_response | POST /v2/employee/helpDesk/response | Send help desk response |
| HelpDeskApi | set_help_desk_request_resolved | PATCH /v2/employee/helpDesk/request/{helpDeskRequestID} | Resolve help desk request |
| ImportExportApi | export_club_members | PUT /v2/employee/export/members | Export club members |
| ImportExportApi | export_merchant_credits | PUT /v2/employee/export/merchantCredits | Export merchant credits |
| ImportExportApi | export_static_voucher_campaign | PUT /v2/employee/export/staticVoucherCampaign/{campaignID} | Export static voucher campaign |
| ImportExportApi | import_club_members | POST /v2/employee/import/members | Import club members |
| ImportExportApi | import_merchant_credits | POST /v2/employee/import/merchantCredits | Import merchant credits |
| ImportExportApi | set_export_data_files_read | PUT /v2/employee/export/dataFiles | Mark export data files as read |
| ImportExportApi | update_club_members | PUT /v2/employee/update/members | Update club members |
| ImportedListsApi | archive_recipient | DELETE /v2/sms/importedList/recipients/{id} | Archive recipient |
| ImportedListsApi | count_imported_list_recipients | GET /v2/sms/importedList/recipients/count/{listID} | Count imported list recipients |
| ImportedListsApi | create_imported_list | POST /v2/sms/importedList | Create imported list |
| ImportedListsApi | create_recipient_in_imported_list | POST /v2/sms/importedList/recipients/create | Add new recipient in an imported list |
| ImportedListsApi | export_imported_list_recipients | POST /v2/sms/importedList/recipients/export/{importedListID} | Export imported list recipients |
| ImportedListsApi | fetch_imported_list | GET /v2/merchant/lists/imported/{listID} | Get imported list |
| ImportedListsApi | fetch_imported_list_recipients | GET /v2/sms/importedList/recipients/{listID} | Get imported list recipients |
| ImportedListsApi | fetch_imported_list_recipients_by_page | GET /v2/sms/importedList/recipients/page/{listID} | Get imported list recipients by page |
| ImportedListsApi | fetch_imported_lists | GET /v2/merchant/lists/imported/all | Get all imported lists |
| ImportedListsApi | import_imported_list_recipients | POST /v2/sms/importedList/recipients/import/{importedListID} | Import imported list recipients |
| ImportedListsApi | import_imported_list_recipients_from_membership_tier | POST /v2/sms/importedList/recipients/import-from-tier | Import imported list recipients from a given membership tier |
| ImportedListsApi | restore_recipient | PATCH /v2/sms/importedList/recipients/{id} | Restore recipient |
| ImportedListsApi | save_imported_list | PUT /v2/sms/importedList/{listID} | Save imported list |
| IndustriesApi | fetch_all_industries | GET /system/industries/all | Get all Industries & Pricing Plans |
| IndustriesApi | fetch_domains_by_industry | GET /system/industries/domains | Get all white-labeled custom domains by industry |
| IndustriesApi | fetch_industries_ids | GET /system/industries/trimmed | Get all Industries & Pricing Plans with trimmed metadata |
| 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 | Get authorizations |
| InfoGenesisReportsApi | fetch_info_genesis_campaign_data | POST /v2/pos/infogenesis/campaign | Get campaign information |
| InfoGenesisReportsApi | fetch_info_genesis_lookup_requests | POST /v2/pos/infogenesis/requests/lookup | Get lookup requests |
| InfoGenesisReportsApi | fetch_info_genesis_lookup_requests_errors | POST /v2/pos/infogenesis/requests/lookup/errors | Get lookup request errors |
| InfoGenesisReportsApi | fetch_info_genesis_redeemed_static_vouchers | POST /v2/pos/infogenesis/staticVouchers/redeemed | Get redeemed static vouchers |
| InfoGenesisReportsApi | fetch_info_genesis_redeemed_unique_posting_ids | GET /v2/pos/infogenesis/postingIDs/redeemed | Get redeemed unique posting IDs |
| InfoGenesisReportsApi | fetch_info_genesis_redemptions | POST /v2/pos/infogenesis/redemptions | Get redemptions |
| InfoGenesisReportsApi | fetch_info_genesis_refunded_routing_ids | POST /v2/pos/infogenesis/routingIDs/refunded | Get refunded unique posting IDs |
| InfoGenesisReportsApi | fetch_info_genesis_refunded_static_vouchers | POST /v2/pos/infogenesis/staticVouchers/refunded | Get refunded static vouchers |
| InfoGenesisReportsApi | fetch_info_genesis_refunds | POST /v2/pos/infogenesis/refunds | Get refunds |
| InfoGenesisReportsApi | fetch_info_genesis_request | GET /v2/pos/infogenesis/request/{transactionID} | Get request |
| InfoGenesisReportsApi | fetch_info_genesis_requests | POST /v2/pos/infogenesis/requests | Get requests |
| InfoGenesisReportsApi | fetch_info_genesis_response_errors | GET /v2/pos/infogenesis/responses/errors | Get response errors |
| InfoGenesisReportsApi | fetch_info_genesis_responses | POST /v2/pos/infogenesis/responses | Get responses |
| InfoGenesisReportsApi | fetch_info_genesis_transactions_with_unique_posting_ids | POST /v2/pos/infogenesis/transactions | Get transactions |
| InteractionsApi | claim_ticket | PUT /wallet/ticket/claim/{id} | Claim a ticket by ID |
| InteractionsApi | create_advertisement_credit_scan | POST /wallet/advertisementCredit/scan/{adCreditID} | Create ad credit scan |
| InteractionsApi | create_employee_v_card | GET /wallet/employee/vcard/{id} | Download a representative's Virtual Business Card |
| InteractionsApi | create_ics_file | GET /wallet/liveevent/ics/{id} | Get ICS for live event |
| InteractionsApi | create_virtual_business_card_v_card | GET /wallet/virtualBusinessCard/vCard/{id} | Download a non-representative's Virtual Business Card |
| InteractionsApi | fetch_active_dynamic_vouchers | GET /wallet/dyanmicVoucher/fetchActive | Get a merchant's active dynamic vouchers |
| InteractionsApi | fetch_advertisement_credit_scans_from_list | POST /wallet/advertisementCredit/fetchScans/{merchantID} | Get multiple credit scans w/ array of IDs |
| InteractionsApi | fetch_all_static_vouchers_associated_with_customer_with_voucher_id | GET /wallet/staticVoucher/all | Get a customer's static vouchers on the basis of a given voucher ID |
| InteractionsApi | fetch_customer_tickets_with_token | POST /wallet/tickets/fetchCustomerTicketsWithToken | Get a customer's upcoming tickets via phone verification token |
| InteractionsApi | fetch_dynamic_voucher_with_voucher_id | GET /wallet/dynamicVoucher/{voucherID} | Get dynamic voucher |
| InteractionsApi | fetch_member_information | GET /wallet/member | Get member information |
| InteractionsApi | fetch_static_voucher_with_voucher_id | GET /wallet/staticVoucher/{voucherID} | Get static voucher |
| InteractionsApi | fetch_wallet_page_with_token | POST /wallet/page/token | Get page (token-scoped) |
| InteractionsApi | fetch_wallet_payment_objects_with_token | POST /wallet/paymentObject/token | Get payment objects (token-scoped) |
| InteractionsApi | find_by_vanity_handle | GET /wallet/vanityHandle/{handle} | Get 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 |
| 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 | Get all Lounges |
| 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 Membership Tier |
| MembershipTiersApi | create_membership_tier | POST /v2/membership/tier | Create Membership Tier |
| MembershipTiersApi | fetch_all_membership_tiers | GET /v2/membership/tier/all | Get all Membership Tiers |
| MembershipTiersApi | fetch_all_membership_tiers_with_member_count | GET /v2/membership/tier/allWithMemberCount | Get all Membership Tiers with member count |
| MembershipTiersApi | fetch_membership_tier_by_id | GET /v2/membership/tier/{id} | Get Membership Tier |
| MembershipTiersApi | fetch_membership_tier_history_log | POST /v2/membership/tier/history/log | Get Membership Tier history |
| MembershipTiersApi | fetch_membership_tier_redemption_log | POST /v2/membership/tier/redemption/log | Get Membership Tier redemption log |
| MembershipTiersApi | restore_membership_tier | PATCH /v2/membership/tier/{id} | Restore Membership Tier |
| MembershipTiersApi | update_membership_tier | PUT /v2/membership/tier/{id} | Update Membership Tier |
| MerchantApi | archive_merchant_profile | DELETE /v2/merchant/delete | Archive Merchant |
| MerchantApi | fetch_custom_roles | GET /v2/merchant/roles/custom | Get custom roles |
| MerchantApi | fetch_employees | GET /v2/merchant/employees/all | Get all employees |
| MerchantApi | fetch_public_employees | GET /v2/merchant/employees/public | Get public representative employees of the merchant |
| MerchantApi | fetch_wallet_configuration | GET /v2/merchant/wallet/configuration | Get wallet configuration |
| MerchantApi | update_merchant | PUT /v2/merchant | Update merchant details |
| MerchantApi | update_points_of_contact | PUT /v2/merchant/pointsOfContact | Update points of 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} | Get Merchant Credit |
| MerchantCreditsApi | fetch_merchant_credit_count | GET /v2/payment/merchantcredit/count | Count all Merchant Credits |
| MerchantCreditsApi | fetch_merchant_credit_history_log | POST /v2/payment/merchantcredit/history/log | Get history |
| MerchantCreditsApi | fetch_merchant_credit_redemption_log | POST /v2/payment/merchantcredit/redemption/log | Get redemption log |
| MerchantCreditsApi | fetch_merchant_credits_by_page | POST /v2/payment/merchantcredit/page | Get Merchant Credits |
| 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 with Member ID |
| MerchantCreditsApi | update_merchant_credit | PUT /v2/payment/merchantcredit/{id} | Update Merchant Credit |
| NewsApi | archive_news_article | DELETE /v2/news/{id} | Archive News & Blog post |
| NewsApi | create_news_article | POST /v2/news | Create News & Blog post |
| NewsApi | fetch_all_news_articles | GET /v2/news/all | Get all News & Blog posts |
| NewsApi | restore_news_article | PATCH /v2/news/{id} | Restore News & Blog post |
| NewsApi | update_news_article | PUT /v2/news/{id} | Update News & Blog post |
| OpenAIApi | archive_assistant | DELETE /v2/interop/openai/assistant/{id} | Archive Assistant |
| OpenAIApi | archive_thread | DELETE /v2/interop/openai/thread/{id} | Archive Thread |
| OpenAIApi | archive_vector_store | DELETE /v2/interop/openai/vectorStore/{id} | Archive VectorStore |
| OpenAIApi | create_assistant | POST /v2/interop/openai/assistant | Create Assistant |
| OpenAIApi | create_run_on_thread | POST /v2/interop/openai/thread/{id}/run/create | Create Run on Thread |
| OpenAIApi | create_thread | POST /v2/interop/openai/thread | Create Thread |
| OpenAIApi | create_thread_message | POST /v2/interop/openai/thread/{id}/message/create | Add Message to Thread |
| OpenAIApi | create_vector_store | POST /v2/interop/openai/vectorStore | Create VectorStore |
| OpenAIApi | fetch_all_assistants | GET /v2/interop/openai/assistant/all | Get all Assistants |
| OpenAIApi | fetch_all_threads | GET /v2/interop/openai/thread/all | Get all Threads |
| OpenAIApi | fetch_all_vector_stores | GET /v2/interop/openai/vectorStore/all | Get all VectorStores |
| OpenAIApi | fetch_assistant | GET /v2/interop/openai/assistant/{id} | Get Assistant |
| OpenAIApi | fetch_thread_messages | GET /v2/interop/openai/thread/{id}/messages | Get Thread's Messages |
| OpenAIApi | restore_assistant | PATCH /v2/interop/openai/assistant/{id} | Restore Assistant |
| OpenAIApi | restore_thread | PATCH /v2/interop/openai/thread/{id} | Restore Thread |
| OpenAIApi | restore_vector_store | PATCH /v2/interop/openai/vectorStore/{id} | Restore VectorStore |
| OpenAIApi | update_assistant | PUT /v2/interop/openai/assistant/{id} | Update Assistant |
| OpenAIApi | update_thread | PUT /v2/interop/openai/thread/{id} | Update Thread |
| OpenAIApi | update_vector_store | PUT /v2/interop/openai/vectorStore/{id} | Update VectorStore |
| OptInListsApi | count_opt_in_list_subscribers | GET /v2/sms/optInList/subscribers/count/{listID} | Count opt in list subscribers |
| OptInListsApi | count_opt_in_source_subscribers | GET /v2/sms/optInSource/subscribers/count/{sourceID} | Count opt in source subscribers |
| OptInListsApi | create_opt_in_list | POST /v2/sms/optInList | Create opt in list |
| OptInListsApi | create_opt_in_list_source | POST /v2/sms/optInListSource | Send SMS to opt in list |
| OptInListsApi | export_opt_in_list_subscribers | POST /v2/sms/optInList/subscribers/export/{listID} | Export opt in list subscribers |
| OptInListsApi | fetch_opt_in_list | GET /v2/merchant/lists/optIn/{listID} | Get opt in list |
| OptInListsApi | fetch_opt_in_list_source | GET /v2/employee/optInListSource/{sourceID} | Get opt in list source |
| OptInListsApi | fetch_opt_in_list_sources | GET /v2/sms/optInListSources/all | Get all opt in list sources |
| OptInListsApi | fetch_opt_in_list_sources_created_by_employee | GET /v2/employee/optInListSources/all | Get all opt in list sources |
| OptInListsApi | fetch_opt_in_list_subscribers | GET /v2/sms/optInList/subscribers/{listID} | Get opt in list subscribers |
| OptInListsApi | fetch_opt_in_list_subscribers_by_page | GET /v2/sms/optInList/subscribers/page/{listID} | Get opt in list subscribers by page |
| OptInListsApi | fetch_opt_in_lists | GET /v2/merchant/lists/optIn/all | Get all opt in lists |
| OptInListsApi | fetch_opt_in_lists_associated_with_phone_number | GET /v2/sms/phoneNumber/lists/{phoneNumberID} | Get opt in lists |
| OptInListsApi | fetch_opt_in_source_subscribers | GET /v2/sms/optInSource/subscribers/{sourceID} | Get opt in source subscribers |
| OptInListsApi | fetch_opt_in_sources_associated_with_phone_number | GET /v2/sms/phoneNumber/sources/{phoneNumberID} | Get opt in sources |
| OptInListsApi | import_opt_in_list_subscribers | POST /v2/sms/optInList/subscribers/import/{listID} | Import opt in list subscribers |
| OptInListsApi | save_opt_in_list | PUT /v2/sms/optInList/{listID} | Save opt in list |
| OptInListsApi | save_opt_in_list_source | PUT /v2/sms/optInListSource/{sourceID} | Save opt in list source |
| 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 | Get all payment designs |
| PaymentDesignsApi | fetch_payment_design_by_id | GET /v2/payment/design/{id} | Get 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 Performance's claimed Tickets |
| PerformancesApi | count_redeemed_comps | GET /v2/performances/{id}/redeemed/count | Count Performance's redeemed Tickets |
| PerformancesApi | create_performance | POST /v2/performances | Create performance |
| PerformancesApi | export_tickets | POST /v2/performances/{id}/tickets/export | Export Performance's Tickets |
| PerformancesApi | fetch_all_performance_tickets | GET /v2/performances/tickets/all/{id} | Get Performance's Tickets |
| PerformancesApi | fetch_all_performances | GET /v2/performances/all | Get all Performances |
| PerformancesApi | fetch_performance | GET /v2/performances/{id} | Get Performance |
| PerformancesApi | fetch_performance_tickets_page | GET /v2/performances/tickets/page/{performanceID} | Get Performance's Tickets |
| PerformancesApi | import_tickets | POST /v2/performances/{id}/tickets/import | Import Performance's Tickets |
| PerformancesApi | restore_performance | PATCH /v2/performances/{id} | Restore Performance |
| PerformancesApi | save_ticket_settings | POST /v2/performances/{id} | Update performance's Ticket Settings |
| PerformancesApi | update_performance | PUT /v2/performances/{id} | Update Performance |
| PhoneNumbersApi | acquire_phone_number | POST /v2/sms/phoneNumber/acquire | Acquire phone number |
| PhoneNumbersApi | archive_phone_number | DELETE /v2/sms/phoneNumber/{phoneNumberID} | Archive phone number |
| PhoneNumbersApi | fetch_blocked_tcpa_entries | GET /v2/sms/phoneNumber/blocked/{phoneNumberID} | Get blocked TCPA entries |
| PhoneNumbersApi | fetch_merchant_phone_numbers | GET /v2/merchant/phoneNumbers/all | Get all phone numbers |
| PhoneNumbersApi | fetch_phone_number | GET /v2/merchant/phoneNumber/{phoneNumberID} | Get phone number |
| PhoneNumbersApi | fetch_sms_agreement | GET /v2/sms/agreement | Get SMS Agreement |
| PhoneNumbersApi | fetch_tcpa_filter | GET /v2/merchant/tcpa/filter/all | Get all TCPA Filters |
| PhoneNumbersApi | restore_phone_number | PATCH /v2/sms/phoneNumber/{phoneNumberID} | Restore phone number |
| PhoneNumbersApi | send_phone_number_for_verification | PUT /v2/sms/phoneNumber/verification/{phoneNumberID} | Request phone number verification |
| PhoneNumbersApi | update_phone_number | PUT /v2/sms/phoneNumber/{phoneNumberID} | Update phone number |
| PointOfSaleConfigurationApi | archive_pos_machine | DELETE /v2/pos/machine/{id} | Archive PoS machine |
| PointOfSaleConfigurationApi | create_pos_machine | POST /v2/pos/machine | Create PoS machine |
| PointOfSaleConfigurationApi | fetch_all_pos_machines | GET /v2/pos/machine/all | Get all PoS machines |
| PointOfSaleConfigurationApi | restore_pos_machine | PATCH /v2/pos/machine/{id} | Restore PoS machine |
| PointOfSaleConfigurationApi | update_pos_machine | PUT /v2/pos/machine/{id} | Update PoS machine |
| PrizesApi | archive_advertisement_credit | DELETE /v2/payment/advertisementCredit/{id} | Archive Prize |
| PrizesApi | create_advertisement_credit | POST /v2/payment/advertisementCredit | Create Prize |
| PrizesApi | fetch_advertisement_credit_by_id | GET /v2/payment/advertisementCredit/{id} | Get Prize |
| PrizesApi | fetch_advertisement_credit_scans | GET /v2/payment/advertisementCredit/scans/{id} | Get Prizes awarded |
| PrizesApi | fetch_all_advertisement_credits | GET /v2/payment/advertisementCredit/all | Get all Prizes |
| PrizesApi | restore_advertisement_credit | PATCH /v2/payment/advertisementCredit/{id} | Restore Prize |
| PrizesApi | update_advertisement_credit | PUT /v2/payment/advertisementCredit/{id} | Update Prize |
| 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 | Get 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 Promotion Code |
| PromotionCodesApi | create_promo_code | POST /v2/promoCodes | Create Promotion Code |
| PromotionCodesApi | fetch_all_promo_codes | GET /v2/promoCodes/all | Get all Promotion Codes |
| PromotionCodesApi | restore_promo_code | PATCH /v2/promoCodes/{id} | Restore Promotion Code |
| PromotionCodesApi | update_promo_code | PUT /v2/promoCodes/{id} | Update Promotion 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 | Get all QR Code Designs |
| QRCodeDesignsApi | fetch_qr_code_design_by_id | GET /v2/qrcodedesign/{id} | Get QR Code Design |
| QRCodeDesignsApi | restore_qr_code_design | PATCH /v2/qrcodedesign/{id} | Restore QR Code Design |
| QRCodeDesignsApi | update_qr_code_design | PUT /v2/qrcodedesign/{id} | Update QR Code Design |
| QuickLinksApi | archive_link_book | DELETE /v2/linkBook/{id} | Archive Quick Link |
| QuickLinksApi | create_link_book | POST /v2/linkBook | Create Quick Link |
| QuickLinksApi | fetch_all_link_book | GET /v2/linkBook/all | Get all Quick Links |
| QuickLinksApi | fetch_link_book_by_id | GET /v2/linkBook/{id} | Get Quick Link |
| QuickLinksApi | restore_link_book | PATCH /v2/linkBook/{id} | Restore Quick Link |
| QuickLinksApi | update_link_book | PUT /v2/linkBook/{id} | Update Quick Link |
| QuickLinksSectionApi | archive_link_book_section | DELETE /v2/linkBookSection/{id} | Archive quick link section |
| QuickLinksSectionApi | create_link_book_section | POST /v2/linkBookSection | Create quick link section |
| QuickLinksSectionApi | fetch_all_link_book_sections | GET /v2/linkBookSection/all | Get all quick link sections |
| QuickLinksSectionApi | restore_link_book_section | PATCH /v2/linkBookSection/{id} | Restore quick link section |
| QuickLinksSectionApi | update_link_book_section | PUT /v2/linkBookSection/{id} | Update quick link 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 | Get all Rooms & Rates |
| RoomRatesApi | restore_room_rate | PATCH /v2/roomRates/{id} | Restore Room & Rate |
| RoomRatesApi | update_room_rate | PUT /v2/roomRates/{id} | Update Room & Rate |
| SMSMessagesApi | count_inbound_sms | GET /v2/merchant/sms/inbound/count/{phoneNumberID} | Count inbound SMSes |
| SMSMessagesApi | count_outbound_sms | GET /v2/sms/outbound/count/{phoneNumberID} | Count outbound SMS |
| SMSMessagesApi | export_inbound_messages | PUT /v2/merchant/sms/inbound/export/{phoneNumberID} | Export inbound messages |
| SMSMessagesApi | export_outbound_messages | PUT /v2/merchant/sms/outbound/export/{phoneNumberID} | Export outbound messages |
| SMSMessagesApi | fetch_inbound_sms | GET /v2/merchant/sms/inbound/{phoneNumberID} | Get inbound SMSes |
| SMSMessagesApi | fetch_inbound_smsby_page | GET /v2/merchant/sms/inbound/page/{phoneNumberID} | Get inbound SMSes by page |
| SMSMessagesApi | fetch_merchant_outbound_sms | GET /v2/merchant/sms/outbound/{phoneNumberID} | Get outbound SMSes |
| SMSMessagesApi | fetch_outbound_sms | GET /v2/sms/outbound/{phoneNumberID} | Get outbound SMS |
| SMSMessagesApi | fetch_outbound_smsby_page | GET /v2/sms/outbound/page/{phoneNumberID} | Get outbound SMSes by page |
| SMSMessagesApi | 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 |
| SMSSubscribersApi | archive_sms_subscriber | DELETE /v2/SmsSubscriber/{id} | Archive SMS Subscriber |
| SMSSubscribersApi | create_sms_subscriber | POST /v2/SmsSubscriber | Create SMS Subscriber |
| SMSSubscribersApi | fetch_all_sms_subscribers | GET /v2/SmsSubscriber/all | Get all SMS Subscribers |
| SMSSubscribersApi | restore_sms_subscriber | PATCH /v2/SmsSubscriber/{id} | Restore SMS Subscriber |
| SMSSubscribersApi | update_sms_subscriber | PUT /v2/SmsSubscriber/{id} | Update SMS Subscriber |
| 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 | Get all Services |
| ServicesApi | restore_service | PATCH /v2/services/{id} | Restore Service |
| ServicesApi | update_service | PUT /v2/services/{id} | Update Service |
| ShopifyTerminalApi | fetch_wallet_item_from_shopify_terminal | GET /v2/pos/shopify/item/{itemID} | Get 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 |
| ShortLinksApi | archive_merchant_url | DELETE /v2/business/merchantUrl/{id} | Archive Short Link |
| ShortLinksApi | create_merchant_url | POST /v2/business/merchantUrl | Create Short Link |
| ShortLinksApi | fetch_all_merchant_urls | GET /v2/business/merchantUrl/all | Get all Short Links |
| ShortLinksApi | fetch_merchant_url | GET /v2/business/merchantUrl/{id} | Get Short Link |
| ShortLinksApi | fetch_merchant_url_requests | GET /v2/business/merchantUrl/requests/{id} | Get Short Link traffic |
| ShortLinksApi | restore_merchant_url | PATCH /v2/business/merchantUrl/{id} | Restore Short Link |
| ShortLinksApi | update_merchant_url | PUT /v2/business/merchantUrl/{id} | Update Short Link |
| 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 vouchers in Static Vouchers Campaign |
| StaticVoucherCampaignsApi | count_vouchers_redeemed | GET /v2/payment/staticVoucherCampaign/count/vouchers/redeemed/{campaignID} | Count redeemed vouchers in Static Vouchers Campaign |
| 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 single voucher |
| StaticVoucherCampaignsApi | duplicate_static_voucher_campaign_by_id | POST /v2/payment/staticVoucherCampaign/duplicate/{campaignID} | Duplicate Static Vouchers Campaign |
| StaticVoucherCampaignsApi | fetch_performance_overview | GET /v2/payment/staticVoucherCampaign/overview/performance/{campaignID} | Get Static Voucher Campaign performance overview |
| StaticVoucherCampaignsApi | fetch_reach_stats_of_all_static_voucher_campaigns | GET /v2/payment/staticVoucherCampaign/reach/all | Get the reach statistics of all Static Voucher Campaigns |
| StaticVoucherCampaignsApi | fetch_reach_stats_of_individual_static_voucher_campaign | GET /v2/payment/staticVoucherCampaign/reach/{staticVoucherCampaignID} | Get the reach statistics of a single Static Voucher Campaign |
| StaticVoucherCampaignsApi | fetch_static_voucher_campaign_by_id | GET /v2/payment/staticVoucherCampaign/{id} | Get Static Vouchers Campaign |
| StaticVoucherCampaignsApi | fetch_static_voucher_campaigns | GET /v2/payment/staticVoucherCampaign/all | Get all Static Vouchers Campaigns |
| StaticVoucherCampaignsApi | fetch_static_vouchers | GET /v2/payment/staticVoucherCampaign/staticVouchers/{campaignID} | Get vouchers in Static Vouchers Campaign |
| StaticVoucherCampaignsApi | fetch_static_vouchers_page | GET /v2/payment/staticVoucherCampaign/staticVouchers/page/{campaignID} | Get a page of vouchers in a Static Voucher Campaign |
| StaticVoucherCampaignsApi | fetch_views | GET /v2/payment/staticVoucherCampaign/views/{campaignID} | Get Static Vouchers Campaign traffic |
| StaticVoucherCampaignsApi | fetch_vouchers_redeemed | GET /v2/payment/staticVoucherCampaign/vouchers/redeemed/{campaignID} | Get redeemed vouchers in Static Vouchers Campaign |
| StaticVoucherCampaignsApi | preview_messages_by_page | PUT /v2/payment/staticVoucherCampaign/preview/page/{campaignID} | Preview generated broadcast messages 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 single 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 reach statistics of all Static Vouchers |
| StaticVouchersApi | fetch_reach_stats_of_individual_static_voucher | GET /v2/payment/staticVoucher/reach/{staticVoucherID} | Get reach statistics of a single Static Voucher |
| StaticVouchersApi | fetch_static_voucher | GET /v2/payment/staticVoucher/{id} | Get 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 | Get role's audit log |
| SystemApi | fetch_employees_with_role | GET /v2/system/roles/employees/{roleID} | Get employees with role |
| SystemApi | fetch_webpages_for_role | GET /v2/system/roles/webpages/{roleID} | Get webpages for role |
| SystemApi | load_role | GET /v2/system/roles/{roleID} | Get role |
| SystemApi | save_role | PUT /v2/system/roles/{roleID} | Update role |
| TicketsApi | archive_ticket | DELETE /v2/ticket/{id} | Archive Ticket |
| TicketsApi | create_ticket | POST /v2/ticket | Create Ticket |
| TicketsApi | fetch_ticket | GET /v2/ticket/{id} | Get Ticket |
| TicketsApi | restore_ticket | PATCH /v2/ticket/{id} | Restore Ticket |
| TicketsApi | update_ticket | PUT /v2/ticket/{id} | Update Ticket |
| 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 | Get all Videos |
| VideosApi | provision_video_upload | POST /v2/video/upload/provision | Provision a direct video upload |
| 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 Virtual Business Card |
| VirtualBusinessCardApi | create_virtual_business_card | POST /v2/virtualBusinessCard | Create Virtual Business Card |
| VirtualBusinessCardApi | fetch_all_virtual_business_cards | GET /v2/virtualBusinessCard/all | Get all Virtual Business Cards |
| VirtualBusinessCardApi | fetch_virtual_business_card | GET /v2/virtualBusinessCard/{id} | Get Virtual Business Card |
| VirtualBusinessCardApi | fetch_virtual_business_card_requests | GET /v2/virtualBusinessCard/requests/{id} | Get Virtual Business Card traffic |
| VirtualBusinessCardApi | restore_virtual_business_card | PATCH /v2/virtualBusinessCard/{id} | Restore Virtual Business Card |
| VirtualBusinessCardApi | update_virtual_business_card | PUT /v2/virtualBusinessCard/{id} | Update Virtual Business Card |
| WalletConfigurationApi | generate_android_keystore | POST /v2/wallet/android/keystore | Generate Android TWA signing keystore |
| WalletConfigurationApi | save_merchant_credit_payment_design | PUT /v2/wallet/merchantCredit/paymentDesign | Update payment design for merchant credits |
| WalletConfigurationApi | save_wallet_record | PUT /v2/wallet | Update wallet record |
| WalletMobileTerminalApi | fetch_wallet_item_from_mobile_terminal | GET /v2/pos/mobile/item/{itemID} | Get item |
| WalletMobileTerminalApi | find_member_by_id | GET /v2/pos/mobile/member/{memberID} | Search for Member's rewards |
| WalletMobileTerminalApi | redeem_wallet_item_from_mobile_terminal | POST /v2/pos/mobile/item/redeem/{itemID} | Redeem item |
| WalletTransactionLedgerApi | fetch_all_ledger_transactions | GET /v2/pos/ledger/transactions/all | Get ledger entries |
| WalletWebTerminalApi | fetch_wallet_item_from_web_terminal | GET /v2/pos/web/item/{itemID} | Get item |
| WalletWebTerminalApi | redeem_wallet_item_from_web_terminal | POST /v2/pos/web/item/redeem/{itemID} | Redeem item |
| WalletWebTerminalApi | 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} | Get 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} | Get 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 |
- A2PApplicationSubmission
- AdvertisementCredit
- AdvertisementCreditBroadcast
- AdvertisementCreditScan
- Amenity
- AmenityId
- Announcement
- ApplicableTerminals
- Assistant
- AuthError
- AvailablePhoneNumbersRequest
- BrowserDetails
- BusinessClassification
- BusinessIndustry
- BusinessRegionsOfOperation
- BusinessRegistrationIdentifier
- BusinessStockExchanges
- BusinessType
- ChatCompletionAudio
- ChatCompletionMessage
- ChatCompletionMessageAudio
- ChatCompletionMessageFunctionCall
- ChatCompletionMessageToolCall
- ChatCompletionMessageToolCallFunction
- ClaimTicketRequest
- ClickFunnelAmount
- ClickFunnelContact
- ClickFunnelContactProfile
- ClickFunnelEvent
- ClickFunnelOriginalAmount
- ClickFunnelProduct
- ClickFunnelPurchase
- ClickFunnelRegistration
- CountClaimedComps200Response
- CreateFile200Response
- CreateRunOnThreadRequest
- CreateStaticVoucherCampaign
- CreateStaticVoucherCampaignWithVoucherWithCSV
- DashboardWidget
- Dining
- Document
- DuplicateRowFound
- DynamicVoucher
- DynamicVoucherBroadcast
- DynamicVoucherBroadcastListType
- DynamicVoucherTemporalDecreaseFrequencyType
- EmailSubscriber
- Employee
- EmployeeAPIKey
- EmployeeActivityLog
- EmployeeAlert
- EmployeeScheduleStartDay
- EmployeeScheduleStartHour
- EmployeeScheduleStartMeridiem
- EmployeeScheduleStartMinute
- EntityTooLarge
- ExportDataFile
- FalsumError
- FalsumField
- Feature
- FetchAdvertisementCreditScansFromListRequest
- FetchAllCountries200ResponseInner
- FetchAllLedgerTransactions200Response
- FetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInner
- FetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInnerValueType
- FetchCustomerTicketsWithTokenRequest
- FetchDomainsByIndustry200Response
- FetchImportedListRecipientsByPage200Response
- FetchInboundSMSByPage200Response
- FetchIndustry200Response
- FetchMembersCount200Response
- FetchOptInListSubscribersByPage200Response
- FetchOutboundSMSByPage200Response
- FetchPerformanceTicketsPage200Response
- FetchStaticVouchersPage200Response
- ForbiddenRequest
- ForeignKeyDoesNotExist
- Gaming
- HelpDeskRequest
- ImageGrid
- ImportTicketsRequest
- ImportedList
- ImportedListRecipient
- InboundSMS
- InternalServerError500
- JobPosition
- LedgerEntry
- LedgerEntryParentObjectID
- LedgerEntryTransactionType
- LinkBook
- LinkBookSection
- LoginStatus200Response
- LoginStatus200ResponseAnyOf
- Lounge
- MSAnalyticsMemberCountPartitionedByDate
- MSAnalyticsMemberPointsRedeemedPartitionedByDate
- MSAnalyticsMemberPointsRefundedPartitionedByDate
- MSAnalyticsMembershipTierAmountRedeemedPartitionedByDate
- MSAnalyticsMembershipTierAmountRefundedPartitionedByDate
- MSMemberHistory
- MSMemberHistoryPagination
- MSMemberRedemption
- MSMemberRedemptionPagination
- MSMemberRedemptionRegisterID
- MSMemberRedemptionTransactionType
- MSMembershipTierHistory
- MSMembershipTierHistoryPagination
- MSMembershipTierRedemption
- MSMembershipTierRedemptionPagination
- MSMerchantCreditHistory
- MSMerchantCreditHistoryPagination
- MSMerchantCreditRedemption
- MSMerchantCreditRedemptionPagination
- MediaFile
- Member
- MemberSearch
- MemberSearchSearchKey
- MemberSearchSortKey
- Merchant
- MerchantCreditSearch
- MerchantNotInitialized
- MerchantURL
- Message
- ModuleError
- NewsArticle
- OAIAssistantUpdateParams
- OAIAssistantUpdateParamsCreateParams
- OptInList
- OptInListSource
- OptInListSubscriber
- OptInListSubscriberOptInSourceID
- OutboundSMS
- OutboundSMSPaymentObjectBroadcastID
- OutboundSMSStatus
- PaginatedWTMembers
- PaginatedWTMerchantCredits
- PaginationRequestWithIDAndWithoutSortOptions
- PaginationRequestWithSortOptions
- PaginationRequestWithSortOptionsSortOrder
- PaymentDesign
- Performance
- PhoneNumber
- PhoneNumberCapabilities
- PickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive
- PickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID
- PickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID
- PickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId
- PickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier
- PickMSMemberExcludeKeyofMSMemberMemberIdentifier
- PickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier
- PickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier
- PickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey
- PickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKeySortOrder
- 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
- PickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmailScheduleStartDay
- PickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmailScheduleStartHour
- PickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmailScheduleStartMeridiem
- PickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmailScheduleStartMinute
- PickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumberOrEmailOrBirthday
- PickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber
- PickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID
- PickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId
- PickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID
- PickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDBroadcastStatus
- PickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDPaymentObjectPrefix
- PickWTSmsSubscriberUpdateParamsExcludeKeyofWTSmsSubscriberUpdateParamsId
- PickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime
- PickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID
- Plan
- PortalPage
- PresignedPost
- PresignedPostFields
- Product
- ProductTaxBehavior
- ProfileStatuses
- PromoCode
- QRCodeDesign
- ReachPerformanceStats
- Request
- Response
- Role
- RoleAuditLog
- RoomRate
- SSImportedListRecipientCreateParams
- SSOptInSource
- SSOutboundStatuses
- SaveMerchantCreditPaymentDesignRequest
- SaveTicketSettingsRequest
- Service
- SetDefaultPaymentMethodRequest
- SimpleSMSBroadcast
- SmsSubscriber
- SortDirection
- StaticVoucher
- StaticVoucherCampaign
- StaticVoucherCampaignBroadcast
- StaticVoucherCampaignBroadcastBroadcastStatus
- StaticVoucherCampaignBroadcastPaymentObjectPrefix
- StaticVoucherCampaignUpdate
- StaticVoucherCampaignValueType
- StaticVoucherId
- Status
- SubscriptionFeature
- SubscriptionPlan
- SubscriptionPlanAnnual
- SubscriptionProduct
- Tcpa
- Thread
- Ticket
- TicketSortKeys
- TrustBundleStatuses
- UpdateEmailNotificationPreferenceRequest
- UpdateStaticVoucherCampaignWithVoucher
- VSCampaignGeneratedMessage
- VSCampaignGeneratedMessagePagination
- VSDynamicVoucherStatus
- VectorStore
- Video
- VideoProvider
- VirtualBusinessCard
- WTA2PApplicationUpdateParams
- WTAdvertisementCredit
- WTAdvertisementCreditCreateParams
- WTAdvertisementCreditScan
- WTAdvertisementCreditUpdateParams
- WTAmenityCreateParams
- WTAmenityUpdateParams
- WTAndroidKeystoreResponse
- 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
- 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
- WTLocalInstance
- WTLoungeCreateParams
- WTLoungeUpdateParams
- WTMember
- WTMemberCreationParams
- WTMembershipTier
- WTMembershipTierCreationParams
- WTMembershipTierId
- WTMembershipTierUpdateParams
- WTMembershipTierWithMemberCount
- WTMerchantCredit
- WTMerchantCreditCreationParams
- WTMerchantURLCreate
- WTMerchantURLUpdate
- WTMerchantUpdate
- WTMerchantUpdatePOSIntegration
- WTMerchantUpdatePointsOfContact
- WTMessageInstance
- WTNewsArticleCreateParams
- WTNewsArticleUpdateParams
- WTOptInList
- WTOptInListCreationParams
- WTPassBrandKit
- WTPaymentDesign
- WTPaymentDesignCreateParams
- WTPaymentDesignUpdateParams
- WTPerformanceCreateParams
- WTPerformanceUpdateParams
- WTPosMachine
- WTPosMachineCreateParams
- WTPosMachineUpdateParams
- WTProductCreateParams
- WTProductUpdateParams
- WTPromoCodeCreateParams
- WTPromoCodeUpdateParams
- WTQRCodeDesign
- WTQRCodeDesignCreateParams
- WTQRCodeDesignUpdateParams
- WTQuickLink
- WTQuickLinkCreateParams
- WTQuickLinkLinkBookSectionID
- WTQuickLinkSectionCreateParams
- WTQuickLinkSectionUpdateParams
- WTQuickLinkUpdateParams
- WTRole
- WTRoomRateCreateParams
- WTRoomRateUpdateParams
- WTSMSAcquirePhoneNumber
- WTSMSImportOptInListSubscribers
- WTSMSImportedListCreate
- WTSMSOptInListSourceCreate
- WTSMSUpdatePhoneNumberConfig
- WTServiceCreateParams
- WTServiceUpdateParams
- WTSettingsSetPassword
- WTSmsSubscriberCreateParams
- WTSmsSubscriberCreateParamsWalletUI
- WTSmsSubscriberUpdateParams
- WTStaticVoucher
- WTStaticVoucherCampaign
- WTStaticVoucherCampaignPreviewMessagesByPage
- WTStaticVoucherCreateParams
- WTStaticVoucherUpdateParams
- WTSystemApprovePhoneNumber
- WTSystemRoleCreate
- WTTCPAOpt
- WTTCPAOptListID
- WTTCPAOptSourceID
- WTTicket
- WTTicketCreateParams
- WTTicketUpdateParams
- WTTwilioRequestAuthyCode
- WTTwilioVerifyAuthyCode
- WTVideoCreateParams
- WTVideoPlaybackSource
- WTVideoPlaybackSourceType
- WTVideoUpdateParams
- WTVideoUploadProvision
- WTVideoUploadProvisionParams
- WTVideoUploadProvisionProvider
- WTVirtualBusinessCardCreateParams
- WTVirtualBusinessCardUpdateParams
- WTWalletConfigurationSaveWalletRecord
- WTWalletConfigurationSaveWalletRecordPassBrandKit
- WTWalletConfigurationSaveWalletRecordSmsOptInSourceID
- WTWalletItemRedemption
- WTWalletObjectPrefixCounts
- WTWalletPageView
- WTWalletPageViewCount
- WTWalletPageViewGeoPoint
- WTWhatsAppInboundWebhook
- WTWhatsAppStatusCallback
- WalletConfiguration
- WalletPageView
- Webpage
Authentication schemes defined for the API:
- Type: API key
- API key parameter name: access-token
- Location: HTTP header