Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

subskribe_sandbox

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

subskribe_sandbox

  • 1.0.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

subskribe_sandbox

SubskribeSandboxClient - the Ruby gem for the Subskribe API

No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)

This SDK is automatically generated by the Swagger Codegen project:

  • API version: 1.0.0
  • Package version: 1.0.2
  • Build package: io.swagger.codegen.languages.RubyClientCodegen

Installation

Build a gem

To build the Ruby code into a gem:

gem build subskribe_sandbox.gemspec

Then either install the gem locally:

gem install ./subskribe_sandbox-1.0.2.gem

(for development, run gem install --dev ./subskribe_sandbox-1.0.2.gem to install the development dependencies)

or publish the gem to a gem hosting service, e.g. RubyGems.

Finally add this to the Gemfile:

gem 'subskribe_sandbox', '~> 1.0.2'

Install from Git

If the Ruby gem is hosted at a git repository: https://github.com/GIT_USER_ID/GIT_REPO_ID, then add the following in the Gemfile:

gem 'subskribe_sandbox', :git => 'https://github.com/GIT_USER_ID/GIT_REPO_ID.git'

Include the Ruby code directly

Include the Ruby code directly using -I as follows:

ruby -Ilib script.rb

Getting Started

Please follow the installation procedure and then run the following code:

# Load the gem
require 'subskribe_sandbox'

# Setup authorization
SubskribeSandboxClient.configure do |config|
  # Configure API key authorization: ApiKeyAuth
  config.api_key['X-API-Key'] = 'YOUR API KEY'
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
  #config.api_key_prefix['X-API-Key'] = 'Bearer'
end

api_instance = SubskribeSandboxClient::AccountingApi.new

from = 789 # Integer | start date in seconds since Epoch(GMT)

to = 789 # Integer | end date in seconds since Epoch(GMT)

opts = { 
  limit: 56, # Integer | number of items per page
  page_token: 'page_token_example' # String | pass this to subsequent calls
}

begin
  #Get accounting events for the specified dates
  result = api_instance.get_accounting_events(from, to, opts)
  p result
rescue SubskribeSandboxClient::ApiError => e
  puts "Exception when calling AccountingApi->get_accounting_events: #{e}"
end

Documentation for API Endpoints

All URIs are relative to https://api.sandbox.subskribe.net

ClassMethodHTTP requestDescription
SubskribeSandboxClient::AccountingApiget_accounting_eventsGET /accounting/journalEntry/eventsGet accounting events for the specified dates
SubskribeSandboxClient::AccountingApiget_journal_entriesGET /accounting/journalEntryReturn Journal Entries for period
SubskribeSandboxClient::AccountingApispecify_current_accounting_periodPOST /accountingPeriodsSpecify the current accounting period
SubskribeSandboxClient::AccountsApiadd_accountPOST /accountsAdd a new account
SubskribeSandboxClient::AccountsApiadd_account_contactPOST /accounts/{accountId}/contactsAdd a contact for an account
SubskribeSandboxClient::AccountsApiadd_account_payment_methodPOST /accounts/{accountId}/paymentMethodsAdd a payment method to an account
SubskribeSandboxClient::AccountsApidelete_accountDELETE /accounts/{id}Delete an account
SubskribeSandboxClient::AccountsApidelete_account_contactDELETE /accounts/{accountId}/contacts/{contactId}Delete a contact
SubskribeSandboxClient::AccountsApiget_accountGET /accounts/{id}Get an account by id
SubskribeSandboxClient::AccountsApiget_account_contactGET /accounts/{accountId}/contacts/{contactId}Gets contact details
SubskribeSandboxClient::AccountsApiget_account_contactsGET /accounts/{accountId}/contactsGet contacts for an account
SubskribeSandboxClient::AccountsApiget_account_metricsGET /accounts/{id}/metricsReturns metrics for the specified account
SubskribeSandboxClient::AccountsApiget_account_payment_methodsGET /accounts/{accountId}/paymentMethodsGet the payment methods for an account
SubskribeSandboxClient::AccountsApiget_accountsGET /accountsGet all accounts
SubskribeSandboxClient::AccountsApiget_payment_methodGET /accounts/{accountId}/paymentMethods/{id}Get the details of a payment method
SubskribeSandboxClient::AccountsApiimport_crm_accountPOST /accounts/crm/importImport an account from a CRM
SubskribeSandboxClient::AccountsApiupdate_accountPUT /accounts/{id}Update an account
SubskribeSandboxClient::AccountsApiupdate_account_contactPUT /accounts/{accountId}/contacts/{contactId}Update a contact
SubskribeSandboxClient::ApprovalsApiadd_approval_rolePOST /approvalRolesAdd an approval role
SubskribeSandboxClient::ApprovalsApiadd_approval_segmentPOST /approvalSegmentsAdd an approval segment
SubskribeSandboxClient::ApprovalsApidelete_approval_roleDELETE /approvalRoles/{approvalRoleId}Delete an approval role
SubskribeSandboxClient::ApprovalsApidelete_approval_segmentDELETE /approvalSegments/{approvalSegmentId}Delete a segment
SubskribeSandboxClient::ApprovalsApifetch_notificationGET /approvalFlowNotificationsmake ngrok happy
SubskribeSandboxClient::ApprovalsApiget_all_import_detailsGET /approvalMatrix/csvGet approval matrix details
SubskribeSandboxClient::ApprovalsApiget_approval_matrix_as_csvGET /approvalMatrix/csv/downloadDownload approval matrix
SubskribeSandboxClient::ApprovalsApiget_approval_role_by_idGET /approvalRoles/{approvalRoleId}Get Details of an approval role
SubskribeSandboxClient::ApprovalsApiget_approval_rolesGET /approvalRolesGet approval roles
SubskribeSandboxClient::ApprovalsApiget_approval_segment_by_idGET /approvalSegments/{approvalSegmentId}Get approval segment details
SubskribeSandboxClient::ApprovalsApiget_approval_segmentsGET /approvalSegmentsGet approval segments
SubskribeSandboxClient::ApprovalsApiget_import_details_by_idGET /approvalMatrix/csv/{importId}Get import details
SubskribeSandboxClient::ApprovalsApiget_import_previewGET /approvalMatrix/csv/{importId}/previewPreview import changes
SubskribeSandboxClient::ApprovalsApiget_import_resultGET /approvalMatrix/csv/{importId}/downloadDownload the csv for an import
SubskribeSandboxClient::ApprovalsApireceive_approval_flow_notificationPOST /approvalFlowNotificationsReceive approval flow notification
SubskribeSandboxClient::ApprovalsApisubmit_approval_matrix_csvPOST /approvalMatrix/csv/{importId}/submitFinalize an import
SubskribeSandboxClient::ApprovalsApiupdate_approval_rolePUT /approvalRoles/{approvalRoleId}Update an approval role
SubskribeSandboxClient::ApprovalsApiupdate_approval_segmentPUT /approvalSegments/{approvalSegmentId}Update an approval segment
SubskribeSandboxClient::ApprovalsApiupload_approval_matrix_csvPOST /approvalMatrix/csvUpload an Approval Matrix
SubskribeSandboxClient::AttachmentsApiadd_attachment_to_accountPOST /attachments/account/{accountId}Add an attachment
SubskribeSandboxClient::AttachmentsApidelete_attachment_from_accountDELETE /attachments/{attachmentId}Delete an attachment
SubskribeSandboxClient::AttachmentsApiget_attachmentGET /attachments/{attachmentId}Get attachment contents
SubskribeSandboxClient::AttachmentsApilist_account_attachmentsGET /attachments/account/{accountId}Get attachments for an account
SubskribeSandboxClient::AttachmentsApimodify_attachmentPUT /attachmentsUpdate the details of an attachment
SubskribeSandboxClient::AuthenticationApiadd_saml_integrationPOST /auth/samlAdd a saml integration
SubskribeSandboxClient::AuthenticationApicreate_api_keyPOST /apikeyCreate a new api key
SubskribeSandboxClient::AuthenticationApiget_all_api_keysGET /apikeyRetrieves all API keys
SubskribeSandboxClient::AuthenticationApiget_api_key_by_idGET /apikey/{id}Retrieve an API key by id
SubskribeSandboxClient::AuthenticationApirevoke_api_keyDELETE /apikey/revokerevoke all keys
SubskribeSandboxClient::AuthenticationApirevoke_api_key_by_idDELETE /apikey/revoke/{id}revoke an API key by id
SubskribeSandboxClient::BillingApiadd_automated_invoice_rulePOST /automatedInvoiceRulesCreate an automated invoice rule
SubskribeSandboxClient::BillingApiadd_billing_schedulePOST /invoices/scheduleAdd a new billing schedule for subscription line item
SubskribeSandboxClient::BillingApiadd_subscription_charge_aliasPUT /alias/subscriptionCharge/{aliasId}Create an alias for a subscription id/charge id pair
SubskribeSandboxClient::BillingApiapply_credit_memoPOST /settlements/applyCreditMemoApply a credit memo
SubskribeSandboxClient::BillingApicreate_bulk_invoice_runPOST /invoices/bulkCreate a bulk invoice run
SubskribeSandboxClient::BillingApicreate_invoice_documentPOST /invoices/{invoiceNumber}/pdfGenerate invoice PDF
SubskribeSandboxClient::BillingApidelete_billing_scheduleDELETE /invoices/schedule/{id}Delete an existing billing schedule
SubskribeSandboxClient::BillingApidelete_invoiceDELETE /invoices/{number}Delete invoice
SubskribeSandboxClient::BillingApidelete_subscription_charge_aliasDELETE /alias/subscriptionCharge/{aliasId}Delete the specified alias
SubskribeSandboxClient::BillingApigenerate_invoicePOST /invoices/generateGenerate subscription invoices
SubskribeSandboxClient::BillingApiget_account_receivable_contactGET /accountReceivableContactGet the contact for accounts receivable
SubskribeSandboxClient::BillingApiget_automated_invoice_ruleGET /automatedInvoiceRules/{id}Get automated invoice rule details
SubskribeSandboxClient::BillingApiget_automated_invoice_rulesGET /automatedInvoiceRulesGet automated invoice rules for a tenant
SubskribeSandboxClient::BillingApiget_billing_schedulesGET /invoices/scheduleGet billing schedules for a subscription line item
SubskribeSandboxClient::BillingApiget_bulk_invoice_runGET /invoices/bulk/{bulkInvoiceRunId}Get bulk invoice run details
SubskribeSandboxClient::BillingApiget_bulk_invoice_run_itemsGET /invoices/bulk/{bulkInvoiceRunId}/runItemsGet items for bulk invoice run
SubskribeSandboxClient::BillingApiget_dunning_settingGET /dunningSettingGet dunning settings
SubskribeSandboxClient::BillingApiget_invoiceGET /invoices/{number}Get invoice details
SubskribeSandboxClient::BillingApiget_invoice_balanceGET /invoices/{number}/balanceGet invoice balance
SubskribeSandboxClient::BillingApiget_invoice_document_pdfGET /invoices/{invoiceNumber}/pdfDownload invoice PDF
SubskribeSandboxClient::BillingApiget_invoicesGET /invoicesGet all invoices for a subscription
SubskribeSandboxClient::BillingApiget_raw_invoice_document_jsonGET /invoices/{invoiceNumber}/documentJsonGet the invoice document JSON that is used to render invoice PDF
SubskribeSandboxClient::BillingApiget_settlement_applicationGET /settlements/{id}Get settlement application details
SubskribeSandboxClient::BillingApiget_settlement_applicationsGET /settlementsGet settlement applications
SubskribeSandboxClient::BillingApiget_subscription_charge_aliasGET /alias/subscriptionCharge/{aliasId}Get the details of an alias
SubskribeSandboxClient::BillingApiget_usage_for_subscription_chargeGET /invoices/usageGet usage
SubskribeSandboxClient::BillingApilist_aliases_for_subscriptionGET /alias/subscriptionChargeGet aliases for a subscription
SubskribeSandboxClient::BillingApipost_invoicePOST /invoices/{number}/postMark invoice as posted
SubskribeSandboxClient::BillingApipost_invoices_for_bulk_invoice_runPUT /invoices/bulk/{bulkInvoiceRunId}/postPosts invoices for a bulk run
SubskribeSandboxClient::BillingApipreview_invoice_by_order_periodGET /invoices/unbilledUsageGet unbilled usage
SubskribeSandboxClient::BillingApipreview_invoice_by_order_period1GET /invoices/previewPreview invoices
SubskribeSandboxClient::BillingApiput_account_receivable_contactPUT /accountReceivableContactSet the contact for accounts receivable
SubskribeSandboxClient::BillingApisend_invoice_reminderPOST /dunning/sendInvoiceReminder/{invoiceNumber}Send an Invoice Reminder
SubskribeSandboxClient::BillingApisend_test_dunning_emailPOST /dunning/sendTestEmail/{reminderType}Send a test email
SubskribeSandboxClient::BillingApiupdate_automated_invoice_rulePUT /automatedInvoiceRules/{id}Update automated invoice rule details
SubskribeSandboxClient::BillingApiupdate_dunning_settingPUT /dunningSettingUpdate dunning settings
SubskribeSandboxClient::BillingApiupdate_invoicePUT /invoices/{number}Update invoice details
SubskribeSandboxClient::BillingApiupdate_invoice_sequencePOST /invoices/sequence/{invoiceConfigId}Update invoice sequence
SubskribeSandboxClient::BillingApivoid_invoicePUT /invoices/{number}/voidMark invoice as voided
SubskribeSandboxClient::CreditMemoApiconvert_negative_draft_invoicePUT /creditmemos/convert/{invoiceNumber}Convert invoice to credit memo
SubskribeSandboxClient::CreditMemoApicreate_credit_memo_documentPOST /creditmemos/{creditMemoNumber}/pdfCreate a credit memo document
SubskribeSandboxClient::CreditMemoApicreate_standalone_credit_memoPOST /creditmemosCreate a standalone credit memo
SubskribeSandboxClient::CreditMemoApidelete_credit_memoDELETE /creditmemos/{creditMemoNumber}Delete a credit memo
SubskribeSandboxClient::CreditMemoApiget_credit_balanceGET /creditmemos/{creditMemoNumber}/balanceGet credit memo balance
SubskribeSandboxClient::CreditMemoApiget_credit_memoGET /creditmemos/{creditMemoNumber}Get credit memo details
SubskribeSandboxClient::CreditMemoApiget_credit_memo_configurationGET /creditmemos/configurationGet credit memo configuration for the tenant
SubskribeSandboxClient::CreditMemoApiget_credit_memo_document_pdfGET /creditmemos/{creditMemoNumber}/pdfDownload credit memo pdf
SubskribeSandboxClient::CreditMemoApiget_credit_memo_for_accountGET /creditmemosGet credit memos for an account
SubskribeSandboxClient::CreditMemoApipost_credit_memoPOST /creditmemos/{creditMemoNumber}/postPost a credit memo
SubskribeSandboxClient::CreditMemoApiupdate_credit_memo_configurationPOST /creditmemos/configurationUpdate credit memo configuration
SubskribeSandboxClient::CreditMemoApiupdate_draft_credit_memoPUT /creditmemos/{creditMemoNumber}Update a credit memo
SubskribeSandboxClient::CustomFieldApicreate_custom_field_definitionPOST /customFieldDefinitionCreate a custom field definition
SubskribeSandboxClient::CustomFieldApidelete_custom_field_definitionDELETE /customFieldDefinition/{id}Delete a custom field definition
SubskribeSandboxClient::CustomFieldApiget_custom_field_definitionsGET /customFieldDefinition/{parentObjectType}Get custom field definitions
SubskribeSandboxClient::CustomFieldApiget_custom_fieldsGET /customField/{parentObjectType}/{parentObjectId}Get custom fields by type and parent object id
SubskribeSandboxClient::CustomFieldApiupdate_custom_fieldPUT /customField/{parentObjectType}/{parentObjectId}/{customFieldName}Update an existing set of custom fields
SubskribeSandboxClient::CustomFieldApiupdate_custom_field_definitionPUT /customFieldDefinition/{id}Update an existing custom field definition
SubskribeSandboxClient::CustomFieldApiupdate_custom_fieldsPUT /customField/{parentObjectType}/{parentObjectId}Update an existing set of custom fields
SubskribeSandboxClient::CustomizationApicompile_order_creation_customization_zeppa_scriptPUT /beta/customization/orderCreationCustomization/compileCompile and Verify a order creation customization for correctness
SubskribeSandboxClient::CustomizationApicompile_plan_selection_customization_zeppa_scriptPUT /beta/customization/planSelectionCustomization/compileCompile and Verify a plan selection customization for correctness
SubskribeSandboxClient::CustomizationApitest_order_creation_customization_zeppa_scriptPUT /beta/customization/orderCreationCustomization/testTest a order creation customization zeppa script
SubskribeSandboxClient::CustomizationApitest_plan_selection_customization_zeppa_scriptPUT /beta/customization/planSelectionCustomization/testTest a plan selection customization zeppa script
SubskribeSandboxClient::DefaultApiadd_and_apply_paymentPOST /settlements/addAndApplyPaymentApply a payment on a specific invoice
SubskribeSandboxClient::DefaultApiget_order_documentGET /documentLinks/{id}
SubskribeSandboxClient::DefaultApivalidate_addressPOST /anrok/validateValidate an address with Anrok
SubskribeSandboxClient::DefaultApivalidate_address1POST /taxjar/validateValidate an address with TaxJar
SubskribeSandboxClient::DiscountsApiadd_discountPOST /discountsCreate a discount
SubskribeSandboxClient::DiscountsApidelete_discountDELETE /discounts/{id}Delete a discount
SubskribeSandboxClient::DiscountsApiget_discountGET /discounts/{id}Get discount
SubskribeSandboxClient::DiscountsApiget_discountsGET /discountsGet discounts
SubskribeSandboxClient::DiscountsApiupdate_discountPUT /discounts/{id}Update discount details
SubskribeSandboxClient::DiscountsApiupdate_discount_statusPUT /discounts/{id}/status/{status}Update discount status
SubskribeSandboxClient::ERPApiprocess_delete_tasksPOST /erp/processDeleteTasks/{accountingPeriodId}Trigger ERP journal entry deletion task
SubskribeSandboxClient::ERPApiprocess_sync_tasksPOST /erp/processSyncTasks/{accountingPeriodId}Trigger ERP journal entry sync task
SubskribeSandboxClient::ERPApisync_credit_memo_to_erpPOST /erp/syncCreditMemo/{creditMemoNumber}Trigger ERP credit memo sync task
SubskribeSandboxClient::ERPApisync_invoice_to_erpPOST /erp/syncInvoice/{invoiceId}Trigger ERP invoice sync task
SubskribeSandboxClient::ERPApisync_void_invoice_to_erpPOST /erp/syncVoidInvoice/{invoiceNumber}Trigger ERP void invoice sync task
SubskribeSandboxClient::EntitiesApiaccount_entity_migrationPOST /entities/migrate/accountMove account to a target entity
SubskribeSandboxClient::EntitiesApicomposite_order_entity_migrationPOST /entities/migrate/compositeOrderMove composite order to a target entity
SubskribeSandboxClient::EntitiesApicreatePOST /entitiesCreate an entity
SubskribeSandboxClient::EntitiesApidelete_entityDELETE /entities/{id}Delete entity
SubskribeSandboxClient::EntitiesApiget_entitiesGET /entitiesGets entities
SubskribeSandboxClient::EntitiesApiget_entity_by_idGET /entities/{id}Gets entity details
SubskribeSandboxClient::EntitiesApiget_logoGET /entities/logo/{entityId}Get entity logo
SubskribeSandboxClient::EntitiesApiorder_entity_migrationPOST /entities/migrate/orderUpdate order entity
SubskribeSandboxClient::EntitiesApisubscription_entity_migrationPOST /entities/migrate/subscriptionMove subscription to a target entity
SubskribeSandboxClient::EntitiesApiupload_logoPUT /entities/logo/{entityId}Update entity logo
SubskribeSandboxClient::ImportApicreate_flatfile_workbookPOST /import/flatfile/{domain}Create a Flatfile workbook
SubskribeSandboxClient::ImportApiget_account_contacts_in_import_formatGET /import/export/accountContactGet account contacts for export
SubskribeSandboxClient::ImportApiget_amendment_order_export_in_import_formatGET /import/export/amendmentOrdersGet amendment orders in import CSV format
SubskribeSandboxClient::ImportApiget_available_schemasGET /import/schemasReturn available schemas
SubskribeSandboxClient::ImportApiget_catalog_data_in_import_formatGET /import/export/catalogGet catalog data for export
SubskribeSandboxClient::ImportApiget_data_import_by_idGET /import/{importId}Gets an import item
SubskribeSandboxClient::ImportApiget_data_importsGET /importGets all import items
SubskribeSandboxClient::ImportApiget_import_result1GET /import/{importId}/resultGet import details
SubskribeSandboxClient::ImportApiget_new_order_export_in_import_formatGET /import/export/newOrdersGet new orders in import CSV format
SubskribeSandboxClient::ImportApiprocess_importPUT /import/{importId}/processProcess an import by ID
SubskribeSandboxClient::ImportApivalidate_multi_part_file_importPOST /importValidate import file
SubskribeSandboxClient::IntegrationsApiadd_integrationPOST /anrokAdd a Anrok integration
SubskribeSandboxClient::IntegrationsApiadd_integration1POST /taxjarAdd a TaxJar integration
SubskribeSandboxClient::IntegrationsApiauthorization_code_callbackGET /hubspotHandle HubSpot authorization code
SubskribeSandboxClient::IntegrationsApiauthorization_code_callback1GET /sfdcCallback for the authorization code
SubskribeSandboxClient::IntegrationsApicomplete_integrationGET /docusignComplete Docusign integration
SubskribeSandboxClient::IntegrationsApidelete_integrationDELETE /docusignDelete Docusign integration
SubskribeSandboxClient::IntegrationsApidelete_integration1DELETE /hubspotDelete HubSpot Integration
SubskribeSandboxClient::IntegrationsApidelete_integration2DELETE /sfdcDelete Salesforce integration
SubskribeSandboxClient::IntegrationsApiget_account_by_idGET /sfdc/account/{id}Get Salesforce account
SubskribeSandboxClient::IntegrationsApiget_accounts_by_nameGET /sfdc/accountGet Salesforce accounts
SubskribeSandboxClient::IntegrationsApiget_integrationGET /anrok/{integrationId}Get integration details
SubskribeSandboxClient::IntegrationsApiget_integration1GET /avalara/{integrationId}Gets Avalara integration details
SubskribeSandboxClient::IntegrationsApiget_integration2GET /taxjar/{integrationId}Get integration details
SubskribeSandboxClient::IntegrationsApiget_integration_by_tenantGET /avalaraGets Avalara integration details
SubskribeSandboxClient::IntegrationsApiget_opportunities_by_account_idGET /sfdc/opportunityGet Salesforce opportunities
SubskribeSandboxClient::IntegrationsApiimport_accountPOST /sfdc/accountImport account from Salesforce
SubskribeSandboxClient::IntegrationsApiinitiate_integrationPOST /docusignCreate Docusign integration
SubskribeSandboxClient::IntegrationsApiinitiate_integration1POST /hubspotInitiate a HubSpot integration
SubskribeSandboxClient::IntegrationsApiinitiate_integration2POST /sfdcInitiate integration with Salesforce
SubskribeSandboxClient::IntegrationsApiintegratePOST /avalaraCreate an Avalara integration
SubskribeSandboxClient::IntegrationsApipingPUT /avalara/pingPings Avalara
SubskribeSandboxClient::IntegrationsApisetup_hub_spotPOST /hubspot/setupAdd custom properties to HubSpot
SubskribeSandboxClient::IntegrationsApisync_account_to_salesforcePUT /sfdc/syncAccount/{id}Sync an account to Salesforce
SubskribeSandboxClient::IntegrationsApisync_deleted_orders_to_salesforcePUT /sfdc/syncDeletedOrdersSync orders to Salesforce
SubskribeSandboxClient::IntegrationsApisync_esign_details_for_order_to_hub_spotPOST /hubspot/esign/{orderId}Sync esign details for order id
SubskribeSandboxClient::IntegrationsApisync_order_to_salesforcePUT /sfdc/sync/{id}Sync order to Salesforce
SubskribeSandboxClient::IntegrationsApisync_orders_to_salesforcePUT /sfdc/syncOrdersSync orders to Salesforce
SubskribeSandboxClient::IntegrationsApisync_tenant_to_salesforcePUT /sfdc/syncTenantSync whole tenant to Salesforce in a paginated fashion
SubskribeSandboxClient::IntegrationsApitest_integrationPUT /anrok/testTest an integration is valid
SubskribeSandboxClient::IntegrationsApitest_integration1PUT /taxjar/testTest an integration is valid
SubskribeSandboxClient::IntegrationsApiupdate_primary_order_id_for_opportunityPUT /sfdc/order/{id}Make an order primary
SubskribeSandboxClient::IntegrationsApiverify_setupPOST /hubspot/setup/verifyVerify HubSpot setup
SubskribeSandboxClient::MetricsReportingApiadd_external_arr_metricsPOST /metricsReporting/externalArrMetricssubmit request to generate external arr metrics
SubskribeSandboxClient::MetricsReportingApiget_external_arr_metricsGET /metricsReporting/externalArrMetrics/{id}gets external arr metrics request for the provided id
SubskribeSandboxClient::MetricsReportingApiget_external_arr_metrics1GET /metricsReporting/externalArrMetricsgets external arr metrics requests submitted
SubskribeSandboxClient::MetricsReportingApipopulate_arr_metrics_for_subscriptionPUT /metricsReporting/populateArrMetrics/subscriptions/{subscriptionId}submit request to generate/regenerate arr metrics for a subscription
SubskribeSandboxClient::NotificationsApiadd_target_and_events_subscriptionsPOST /notificationsAdd a notification target
SubskribeSandboxClient::NotificationsApiget_all_notification_subscriptions_for_tenantGET /notificationsGet all notifications
SubskribeSandboxClient::NotificationsApisubscribe_existing_notification_target_to_eventPOST /notifications/{notificationId}Attach an event to a notification
SubskribeSandboxClient::NotificationsApiunsubscribe_target_or_eventPOST /notifications/unsubscribe/{notificationId}Unsubscribe from an event
SubskribeSandboxClient::OpportunityApicreate_opportunityPOST /opportunityCreates a standalone opportunity
SubskribeSandboxClient::OpportunityApireset_opportunity_closed_statePOST /opportunity/{id}/openOpens an opportunity
SubskribeSandboxClient::OpportunityApiupdate_opportunityPUT /opportunity/{id}Updates a standalone opportunity
SubskribeSandboxClient::OrdersApiadd_document_templatePOST /templatesAdd new predefined terms
SubskribeSandboxClient::OrdersApiadd_orderPOST /ordersCreate an order
SubskribeSandboxClient::OrdersApicreate_composite_order_documentPOST /compositeOrders/{id}/pdfGenerate a composite order PDF
SubskribeSandboxClient::OrdersApicreate_order_documentPOST /orders/{id}/pdfGenerate an order PDF
SubskribeSandboxClient::OrdersApidelete_document_templateDELETE /templates/{id}Delete predefined terms
SubskribeSandboxClient::OrdersApidelete_orderDELETE /orders/{id}Delete an order
SubskribeSandboxClient::OrdersApiexecute_orderPUT /orders/{id}/executeMark order as executed
SubskribeSandboxClient::OrdersApiforce_execute_orderPUT /orders/{id}/execute/forceMark order as executed
SubskribeSandboxClient::OrdersApiget_composite_order_documentGET /compositeOrders/{id}/pdfFetch composite order form PDF
SubskribeSandboxClient::OrdersApiget_document_templateGET /templates/{id}Get predefined terms detail
SubskribeSandboxClient::OrdersApiget_document_templatesGET /templatesGet predefined terms
SubskribeSandboxClient::OrdersApiget_opportunitiesGET /opportunityReturn all opportunities
SubskribeSandboxClient::OrdersApiget_opportunity_by_crm_opportunity_idGET /opportunity/{id}Return details of an opportunity
SubskribeSandboxClient::OrdersApiget_orderGET /orders/{id}Get order details
SubskribeSandboxClient::OrdersApiget_order_document1GET /orders/{id}/pdfFetch order form PDF
SubskribeSandboxClient::OrdersApiget_order_document_docGET /orders/{id}/docDownload word doc version of order form
SubskribeSandboxClient::OrdersApiget_order_line_metricsGET /orders/{id}/lineItems/metricsGet order line metrics
SubskribeSandboxClient::OrdersApiget_order_metricsGET /orders/{id}/metricsGet order metrics
SubskribeSandboxClient::OrdersApiget_ordersGET /ordersGet all Orders
SubskribeSandboxClient::OrdersApiget_orders_by_crm_opportunity_idGET /opportunity/crm/{id}/ordersReturn a list of orders associated with a CRM opportunity id
SubskribeSandboxClient::OrdersApirebase_amendmentPUT /orders/{orderId}/rebaseMark order as executed
SubskribeSandboxClient::OrdersApiupdate_document_templatePUT /templates/{id}Update predefined terms
SubskribeSandboxClient::OrdersApiupdate_document_template_statusPUT /templates/{id}/status/{status}Update predefined terms status
SubskribeSandboxClient::OrdersApiupdate_orderPUT /ordersUpdate order details
SubskribeSandboxClient::OrdersApiupdate_order_statusPUT /orders/{id}/status/{status}Update order status
SubskribeSandboxClient::PaymentsApiget_account_paymentGET /payments/account/{id}Get payments
SubskribeSandboxClient::PaymentsApiget_account_payment_management_linkGET /payments/account-payment/{id}Get account payment management link
SubskribeSandboxClient::PaymentsApiget_paymentGET /payments/{id}Get payment details
SubskribeSandboxClient::PaymentsApiget_payment_balanceGET /payments/{id}/balanceGet payment balance
SubskribeSandboxClient::PaymentsApiget_payment_configurationGET /payments/configurationGet payment configuration
SubskribeSandboxClient::PaymentsApiget_paymentsGET /paymentsGet all payments
SubskribeSandboxClient::PaymentsApiupdate_payment_configurationPOST /payments/configurationUpdate payment configuration
SubskribeSandboxClient::PaymentsApivoid_paymentPUT /payments/{id}/voidVoids a payment
SubskribeSandboxClient::ProductCatalogApiactivate_planPUT /plans/{planId}/activateActivate a plan
SubskribeSandboxClient::ProductCatalogApiadd_chargePOST /plans/{planId}/chargesAdd charge to plan
SubskribeSandboxClient::ProductCatalogApiadd_percent_of_plan_relationshipPOST /plans/relationships/percentOfCreate percent of relationship
SubskribeSandboxClient::ProductCatalogApiadd_planPOST /plansCreate a plan
SubskribeSandboxClient::ProductCatalogApiadd_productPOST /productsCreate a product
SubskribeSandboxClient::ProductCatalogApiadd_product_categoryPOST /product/categoriesCreate a product category
SubskribeSandboxClient::ProductCatalogApideactivate_planPUT /plans/{planId}/revertToDraftRevert a plan to draft
SubskribeSandboxClient::ProductCatalogApidelete_catalog_relationship_by_idDELETE /plans/relationships/{relationshipId}Delete a catalog relationship
SubskribeSandboxClient::ProductCatalogApidelete_chargeDELETE /plans/{planId}/charges/{chargeId}Delete a charge
SubskribeSandboxClient::ProductCatalogApidelete_planDELETE /plans/{planId}Delete a plan
SubskribeSandboxClient::ProductCatalogApidelete_productDELETE /products/{id}Delete a product
SubskribeSandboxClient::ProductCatalogApidelete_product_categoryDELETE /product/categories/{id}Delete a product category
SubskribeSandboxClient::ProductCatalogApideprecate_planPUT /plans/{planId}/deprecateDeprecate a plan
SubskribeSandboxClient::ProductCatalogApiduplicate_planPOST /plans/{planId}/duplicateDuplicate a plan
SubskribeSandboxClient::ProductCatalogApiexport_product_catalogGET /products/exportExport product catalog
SubskribeSandboxClient::ProductCatalogApiget_catalog_relationship_by_idGET /plans/relationships/{relationshipId}Get relationship details
SubskribeSandboxClient::ProductCatalogApiget_chargeGET /plans/{planId}/charges/{chargeId}Get charge details
SubskribeSandboxClient::ProductCatalogApiget_charge_ledger_accountsGET /plans/{planId}/charges/{chargeId}/ledgerAccountsGet ledger accounts
SubskribeSandboxClient::ProductCatalogApiget_percent_of_relationshipsGET /plans/relationships/percentOfGet percent of relationships for a plan
SubskribeSandboxClient::ProductCatalogApiget_planGET /plans/{planId}Get plan details
SubskribeSandboxClient::ProductCatalogApiget_plansGET /plansGet plans
SubskribeSandboxClient::ProductCatalogApiget_productGET /products/{id}Get product details.
SubskribeSandboxClient::ProductCatalogApiget_product_categoriesGET /product/categoriesGet product Categories
SubskribeSandboxClient::ProductCatalogApiget_product_categoryGET /product/categories/{id}Get product category details
SubskribeSandboxClient::ProductCatalogApiget_productsGET /productsGet products
SubskribeSandboxClient::ProductCatalogApiget_target_plans_for_percent_of_plan_idGET /plans/relationships/percentOf/{planId}Get percent of target plans
SubskribeSandboxClient::ProductCatalogApimap_ledger_accounts_to_chargePUT /plans/{planId}/charges/{chargeId}/ledgerAccountsMap ledger accounts
SubskribeSandboxClient::ProductCatalogApipatch_chargePUT /plans/{planId}/charges/{chargeId}/partialUpdate non-financial charge details
SubskribeSandboxClient::ProductCatalogApireactivate_planPUT /plans/{planId}/reactivateReactivate a plan
SubskribeSandboxClient::ProductCatalogApiupdate_chargePUT /plans/{planId}/charges/{chargeId}Update charge details
SubskribeSandboxClient::ProductCatalogApiupdate_planPUT /plans/{planId}Update plan
SubskribeSandboxClient::ProductCatalogApiupdate_plan_metadataPUT /plans/{planId}/metadataUpdate plan metadata
SubskribeSandboxClient::ProductCatalogApiupdate_productPUT /products/{id}Update product details
SubskribeSandboxClient::ProductCatalogApiupdate_product_categoryPUT /product/categories/{id}Update product category details
SubskribeSandboxClient::RateCardApiget_price_attributes_csvGET /ratecards/attributes/csvFetch the price attributes defined in the system in CSV format
SubskribeSandboxClient::RefundsApicreate_and_apply_refundPOST /refundsCreate and apply refund
SubskribeSandboxClient::RefundsApiget_refund_by_idGET /refunds/{id}Get refund details
SubskribeSandboxClient::RefundsApiget_refundsGET /refundsGet refunds
SubskribeSandboxClient::ReportsApigeneratePOST /reports/generateGenerate a report
SubskribeSandboxClient::ReportsApiget_predefined_report_defsGET /reportsGet report definitions
SubskribeSandboxClient::ReportsApiget_report_outputGET /reports/{reportRunId}/resultRun a generated report
SubskribeSandboxClient::ReportsApirunPOST /reports/runRun a report
SubskribeSandboxClient::RevenueRecognitionApiadd_recognition_rulePOST /revrec/rulesCreate a revenue recognition rule
SubskribeSandboxClient::RevenueRecognitionApicreate_recognition_eventPOST /revrec/eventsCreate a revenue recognition event
SubskribeSandboxClient::RevenueRecognitionApidelete_ruleDELETE /revrec/rules/{ruleId}Delete a recognition rule
SubskribeSandboxClient::RevenueRecognitionApiget_recognition_events_by_subscription_id_charge_idGET /revrec/eventsGet revenue recognition events
SubskribeSandboxClient::RevenueRecognitionApiget_recognition_rule_by_idGET /revrec/rules/{id}Get revenue recognition rule
SubskribeSandboxClient::RevenueRecognitionApiget_recognition_rule_by_id1GET /revrec/rulesGet revenue recognition rules
SubskribeSandboxClient::RevenueRecognitionApiget_revenue_waterfallGET /revrec/waterfallDownload waterfall report
SubskribeSandboxClient::RevenueRecognitionApiget_revenue_waterfall_report_v2GET /revrec/waterfall/v2Download waterfall report
SubskribeSandboxClient::RevenueRecognitionApiupload_completion_eventsPOST /revrec/events/uploadUpload revenue events
SubskribeSandboxClient::SalesRoomApiget_order_document2GET /salesroom/{linkId}/pdfFetch order form PDF for a Sales Room
SubskribeSandboxClient::SettingsApiactivate_unit_of_measurePOST /unitsOfMeasure/{id}/activateActivate unit of measure
SubskribeSandboxClient::SettingsApiadd_tax_ratePOST /taxratesAdd tax rate
SubskribeSandboxClient::SettingsApiadd_term_sectionPOST /termsectionsAdd predefined terms section
SubskribeSandboxClient::SettingsApiadd_unit_of_measurePOST /unitsOfMeasureAdd unit of measure
SubskribeSandboxClient::SettingsApidelete_tax_rateDELETE /taxrates/{id}Delete tax rate
SubskribeSandboxClient::SettingsApidelete_term_sectionDELETE /termsections/{id}Delete predefined terms section
SubskribeSandboxClient::SettingsApidelete_unit_of_measureDELETE /unitsOfMeasure/{id}Delete unit of measure
SubskribeSandboxClient::SettingsApideprecate_unit_of_measurePOST /unitsOfMeasure/{id}/deprecateDeprecate unit of measure
SubskribeSandboxClient::SettingsApiget_payment_term_settingsGET /settings/paymentTermsGet payment term settings
SubskribeSandboxClient::SettingsApiget_supported_currenciesGET /settings/supportedCurrenciesGet supported currencies
SubskribeSandboxClient::SettingsApiget_tax_rateGET /taxrates/{id}Get tax rate by Id
SubskribeSandboxClient::SettingsApiget_tax_ratesGET /taxratesGet tax rates
SubskribeSandboxClient::SettingsApiget_tenantGET /tenantsGet tenant details
SubskribeSandboxClient::SettingsApiget_tenant_logoGET /tenants/logoGet tenant logo
SubskribeSandboxClient::SettingsApiget_tenant_settingGET /settingsGet tenant settings
SubskribeSandboxClient::SettingsApiget_term_sectionGET /termsections/{id}Get predefined terms section detail
SubskribeSandboxClient::SettingsApiget_term_sectionsGET /termsectionsGet predefined terms sections
SubskribeSandboxClient::SettingsApiget_units_of_measureGET /unitsOfMeasureGet units of measure
SubskribeSandboxClient::SettingsApiupdate_payment_term_settingsPUT /settings/paymentTermsUpdate payment term settings
SubskribeSandboxClient::SettingsApiupdate_supported_currenciesPUT /settings/supportedCurrenciesUpdate supported currencies
SubskribeSandboxClient::SettingsApiupdate_tax_ratePUT /taxrates/{id}Update tax rate
SubskribeSandboxClient::SettingsApiupdate_tenantPUT /tenantsUpdate tenant details
SubskribeSandboxClient::SettingsApiupdate_tenant_settingPUT /settingsUpdate tenant settings
SubskribeSandboxClient::SettingsApiupdate_term_sectionPUT /termsections/{id}Update predefined terms section
SubskribeSandboxClient::SettingsApiupdate_unit_of_measurePUT /unitsOfMeasure/{id}Update unit of measure
SubskribeSandboxClient::SettingsApiupload_tenant_logoPUT /tenants/logoUpdate tenant logo
SubskribeSandboxClient::SubscriptionsApidelete_subscriptionDELETE /subscriptions/{id}/{version}Delete subscription
SubskribeSandboxClient::SubscriptionsApiget_subscription_billing_periodsGET /subscriptions/{id}/billingPeriodsGet billing periods
SubskribeSandboxClient::SubscriptionsApiget_subscription_by_idGET /subscriptions/{id}Get subscription details
SubskribeSandboxClient::SubscriptionsApiget_subscription_metricsGET /subscriptions/{id}/metricsGet subscription metrics
SubskribeSandboxClient::SubscriptionsApiget_subscriptionsGET /subscriptionsGet paginated subscriptions
SubskribeSandboxClient::SubscriptionsApirevert_subscriptionPUT /subscriptions/{id}/{version}/revertRevert subscription
SubskribeSandboxClient::SubscriptionsApisubscription_modifiableGET /subscriptions/{id}/modifiableSubscription can be modified
SubskribeSandboxClient::SubscriptionsApisubscription_reversibleGET /subscriptions/{id}/reversibleSubscription can be reverted
SubskribeSandboxClient::SubscriptionsApiupdate_renewal_opportunityPOST /subscriptions/{id}/renewalOpportunityLink renewal opportunity to subscription
SubskribeSandboxClient::SubscriptionsApiupdate_subscriptionPUT /subscriptions/{id}Update subscription details
SubskribeSandboxClient::UsageApiadd_and_apply_bulk_payments_csvPOST /settlements/addAndApplyPaymentsInBulk/csvAdd and apply bulk payments to invoices CSV
SubskribeSandboxClient::UsageApiadd_usagePOST /v2/usageAdd usage record
SubskribeSandboxClient::UsageApiget_usage_aggregates_for_subscriptionGET /v2/usage/{subscriptionId}Get aggregated usage
SubskribeSandboxClient::UsageApiget_usage_arrival_time_checkpointGET /v2/usage/aggregate/usageArrivalTimeCheckpointGet usage arrival checkpoint
SubskribeSandboxClient::UsageApiget_usage_stats_for_all_subscriptionsGET /v2/usage/statsGet all prepaid drawdown usage stats
SubskribeSandboxClient::UsageApiget_usage_stats_for_all_subscriptions_csvGET /v2/usage/stats/csvGet all prepaid drawdown usage stats CSV
SubskribeSandboxClient::UsageApiget_usage_stats_for_subscriptionGET /v2/usage/stats/{subscriptionId}Get prepaid drawdown usage stats for subscription
SubskribeSandboxClient::UsageApiget_usage_stats_for_subscription_csvGET /v2/usage/stats/{subscriptionId}/csvGet prepaid drawdown usage stats CSV
SubskribeSandboxClient::UsageApiget_usage_stats_for_subscription_pdfGET /v2/usage/stats/{subscriptionId}/pdfGet prepaid drawdown usage stats PDF
SubskribeSandboxClient::UsageApiperform_on_demand_usage_aggregationPUT /v2/usage/aggregateAggregate raw usage
SubskribeSandboxClient::UsageApiupload_subscription_usage_csvPOST /v2/usage/csvUpload usage record CSV
SubskribeSandboxClient::UsersApiaccept_terms_for_current_userPOST /users/terms-and-conditionsAccept terms and conditions
SubskribeSandboxClient::UsersApiadd_userPOST /usersAdd a new user
SubskribeSandboxClient::UsersApiadd_user_groupPOST /userGroupsAdd user group
SubskribeSandboxClient::UsersApidelete_user_groupDELETE /userGroups/{userGroupId}Delete user group
SubskribeSandboxClient::UsersApidisable_userPUT /users/disable/{id}Disable user
SubskribeSandboxClient::UsersApienable_userPUT /users/enable/{id}Enable user
SubskribeSandboxClient::UsersApiget_userGET /users/{id}Get user by Id
SubskribeSandboxClient::UsersApiget_user_groupGET /userGroups/{userGroupId}Get user group
SubskribeSandboxClient::UsersApiget_user_groupsGET /userGroupsGet user groups
SubskribeSandboxClient::UsersApiget_usersGET /usersGet users list
SubskribeSandboxClient::UsersApiresend_email_for_existing_userPOST /users/resend-email/{email}Resend welcome email
SubskribeSandboxClient::UsersApiupdate_userPUT /users/{id}Update user
SubskribeSandboxClient::UsersApiupdate_user_groupPUT /userGroupsUpdate user group
SubskribeSandboxClient::UsersApiupload_csvPOST /users/uploadBulk user upload

Documentation for Models

Documentation for Authorization

ApiKeyAuth

  • Type: API key
  • API key parameter name: X-API-Key
  • Location: HTTP header

FAQs

Package last updated on 24 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc