diablomedia / ringba-php-sdk
Ringba PHP SDK generated using swagger-codegen
Installs: 2 337
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/diablomedia/ringba-php-sdk
Requires
- php: >=5.5
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- guzzlehttp/guzzle: ^6.2
Requires (Dev)
- friendsofphp/php-cs-fixer: ~2.12
- phpunit/phpunit: ^4.8
- squizlabs/php_codesniffer: ~2.6
This package is auto-updated.
Last update: 2025-10-16 03:49:12 UTC
README
Ringba PHP SDK generated using swagger-codegen (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
This PHP package is automatically generated by the Swagger Codegen project:
- API version: v1
- Build package: io.swagger.codegen.languages.PhpClientCodegen
Requirements
PHP 5.5 and later
Installation & Usage
Composer
To install the bindings via Composer, add the following to composer.json:
{
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/diablomedia/ringba-php-sdk.git"
    }
  ],
  "require": {
    "diablomedia/ringba-php-sdk": "*@dev"
  }
}
Then run composer install
Manual Installation
Download the files and include autoload.php:
require_once('/path/to/RingbaApi/vendor/autoload.php');
Tests
To run the unit tests:
composer install
./vendor/bin/phpunit
Getting Started
Please follow the installation procedure and then run the following:
<?php require_once(__DIR__ . '/vendor/autoload.php'); $apiInstance = new Ringba\Api\AccountSettingsApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client() ); $account_settings_model = array(new \Ringba\Model\CreateAccountSettingsRequest()); // \Ringba\Model\CreateAccountSettingsRequest[] | $accountid = "accountid_example"; // string | try { $result = $apiInstance->accountSettingsCreateOrUpdateSettings($account_settings_model, $accountid); print_r($result); } catch (Exception $e) { echo 'Exception when calling AccountSettingsApi->accountSettingsCreateOrUpdateSettings: ', $e->getMessage(), PHP_EOL; } ?>
Documentation for API Endpoints
All URIs are relative to https://api.ringba.com
| Class | Method | HTTP request | Description | 
|---|---|---|---|
| AccountSettingsApi | accountSettingsCreateOrUpdateSettings | PUT /{accountid}/accountsettings | |
| AccountSettingsApi | accountSettingsGetItem | GET /{accountid}/accountsettings | |
| AccountUISettingsApi | accountUISettingsGet | GET /{accountId}/UISettings | |
| AccountUISettingsApi | accountUISettingsSetUiItem | POST /{accountId}/UISettings | |
| AddressApi | addressCreateAddress | POST /{accountid}/addresses | |
| AddressApi | addressDeleteItem | DELETE /{accountid}/addresses/{id} | |
| AddressApi | addressGet | GET /{accountid}/addresses | |
| AddressApi | addressGetCountries | GET /{accountid}/addresses/countries | |
| AddressApi | addressGetCountryAddressRequirements | GET /{accountid}/addresses/requirements/{countryCode} | |
| AddressApi | addressGet_0 | GET /{accountid}/addresses/{id} | |
| AddressApi | addressPatchItem | PATCH /{accountid}/addresses/{id} | |
| AddressApi | addressSetAsDefault | POST /{accountid}/addresses/{id}/SetDefault | |
| AddressApi | addressSubmitProofDocument | PUT /{accountid}/addresses/{id}/proof | |
| AffiliatesApi | affiliatesCreateAffiliate | POST /{accountId}/Affiliates | |
| AffiliatesApi | affiliatesDeleteAffiliate | DELETE /{accountId}/Affiliates/{id} | |
| AffiliatesApi | affiliatesGet | GET /{accountId}/Affiliates | |
| AffiliatesApi | affiliatesGetInboundReferences | GET /{accountId}/Affiliates/{id}/InboundReferences | |
| AffiliatesApi | affiliatesGetItem | GET /{accountId}/Affiliates/{id} | |
| AffiliatesApi | affiliatesGetNumbers | GET /{accountId}/Affiliates/{id}/Numbers | |
| AffiliatesApi | affiliatesGetStats | GET /{accountId}/Affiliates/stats | |
| AffiliatesApi | affiliatesGetUsers | GET /{accountId}/Affiliates/{id}/Users | |
| AffiliatesApi | affiliatesPatchItem | PATCH /{accountId}/Affiliates/{id} | |
| BillingApi | billingAddCreditCard | POST /{accountid}/Billing/CreditCards | |
| BillingApi | billingAddFunds | POST /{accountid}/Billing/Balance | |
| BillingApi | billingBillSettings | PUT /{accountid}/Billing/BillingSettings | |
| BillingApi | billingCCTransactions | GET /{accountid}/Billing/CCTransactions | |
| BillingApi | billingDeleteCreditCard | DELETE /{accountid}/Billing/CreditCards/{id} | |
| BillingApi | billingDisableAccount | DELETE /{accountid}/Billing/Disable | |
| BillingApi | billingEnableAccount | PUT /{accountid}/Billing/Enable | |
| BillingApi | billingFunds | GET /{accountid}/Billing/Balance | |
| BillingApi | billingGet | GET /{accountid}/Billing | |
| BillingApi | billingGetAccountTypes | GET /{accountid}/Billing/Plans | |
| BillingApi | billingGetBillSettings | GET /{accountid}/Billing/BillingSettings | |
| BillingApi | billingGetCreditCards | GET /{accountid}/Billing/CreditCards | |
| BillingApi | billingUpdateAccountType | PUT /{accountid}/Billing/Plans | |
| BillingApi | billingUpdateCreditCard | PUT /{accountid}/Billing/CreditCards/{id} | |
| BillingApi | billingVerify | PUT /{accountid}/Billing/CreditCards/{id}/verify | |
| BlockedNumberApi | blockedNumberCreate | POST /{accountid}/blockedNumbers | |
| BlockedNumberApi | blockedNumberDeleteNumber | DELETE /{accountid}/blockedNumbers/{id} | |
| BlockedNumberApi | blockedNumberGet | GET /{accountid}/blockedNumbers | |
| BlockedNumberApi | blockedNumberGetItem | GET /{accountid}/blockedNumbers/{id} | |
| BlockedNumberApi | blockedNumberPatch | PATCH /{accountid}/blockedNumbers/{id} | |
| BulkBlockedNumberApi | bulkBlockedNumberDelete | DELETE /{accountid}/bulkBlockedNumbers | |
| BulkBlockedNumberApi | bulkBlockedNumberDeleteNumber | DELETE /{accountid}/bulkBlockedNumbers/{E164Number} | |
| BulkBlockedNumberApi | bulkBlockedNumberGet | GET /{accountid}/bulkBlockedNumbers | |
| BulkBlockedNumberApi | bulkBlockedNumberTestItem | GET /{accountid}/bulkBlockedNumbers/test | |
| BulkBlockedNumberApi | bulkBlockedNumberUploadBulk | POST /{accountid}/bulkBlockedNumbers | |
| BulkTagApi | bulkTagCreateBulkTag | POST /{accountid}/bulkTags | |
| BulkTagApi | bulkTagDeleteId | DELETE /{accountid}/bulkTags/{id} | |
| BulkTagApi | bulkTagGet | GET /{accountid}/bulkTags | |
| BulkTagApi | bulkTagGetItem | GET /{accountid}/bulkTags/{id} | |
| BulkTagApi | bulkTagGetItems | GET /{accountid}/bulkTags/{id}/values | |
| BulkTagApi | bulkTagTestItem | GET /{accountid}/bulkTags/{id}/test | |
| BulkTagApi | bulkTagUpdateBulkTag | PUT /{accountid}/bulkTags/{id} | |
| BuyersApi | buyersCreateBuyer | POST /{accountId}/Buyers | |
| BuyersApi | buyersDelete | DELETE /{accountId}/Buyers/{id} | |
| BuyersApi | buyersGet | GET /{accountId}/Buyers | |
| BuyersApi | buyersGetItem | GET /{accountId}/Buyers/{id} | |
| BuyersApi | buyersGetReferences | GET /{accountId}/Buyers/{id}/InboundReferences | |
| BuyersApi | buyersGetTargets | GET /{accountId}/Buyers/{id}/Targets | |
| BuyersApi | buyersGetUsers | GET /{accountId}/Buyers/{id}/Users | |
| BuyersApi | buyersPatchItem | PATCH /{accountId}/Buyers/{id} | |
| CallApi | callAdjustPayments | POST /{accountid}/Calls/Payments | |
| CallApi | callAnnotateCall | POST /{accountid}/Calls/Annotate | |
| CallApi | callRequestConversionAdjustment | POST /{accountid}/Calls/RequestConversionAdjustment | |
| CallApi | callVoidCall | POST /{accountid}/Calls/Void | |
| CallLogApi | callLogExportCallLogs | POST /{accountid}/CallLogs/Date/Export/{format} | |
| CallLogApi | callLogExportRollUp | POST /{accountid}/CallLogs/Date/RollUp | |
| CallLogApi | callLogGetAvailableGroupBys | GET /{accountid}/CallLogs/AvailableGroupBys | |
| CallLogApi | callLogGetEvents | GET /{accountid}/CallLogs/Events | |
| CallLogApi | callLogGetExportProgress | GET /{accountid}/CallLogs/Date/Export/{jobId} | |
| CallLogApi | callLogGetLogsByDate | POST /{accountid}/CallLogs/Date | |
| CallLogApi | callLogGetSearchField | GET /{accountid}/CallLogs/SearchFields/{fieldName} | |
| CallLogApi | callLogGetSearchField_0 | GET /{accountid}/CallLogs/SearchFields/{fieldName}/Values | |
| CallLogApi | callLogGetSearchFields | GET /{accountid}/CallLogs/SearchFields | |
| CallLogApi | callLogGetTagNames | GET /{accountid}/CallLogs/Tags/{type} | |
| CallLogApi | callLogGetTagTypes | GET /{accountid}/CallLogs/Tags | |
| CallLogApi | callLogGetTagValues | GET /{accountid}/CallLogs/Tags/{type}/{name}/Values | |
| CallPlanApi | callPlanAddRoute | POST /{accountid}/callplan/{id}/callRoute | |
| CallPlanApi | callPlanCreate | POST /{accountid}/callplan | |
| CallPlanApi | callPlanDeleteCallPlan | DELETE /{accountid}/callplan/{id} | |
| CallPlanApi | callPlanDeleteRoute | DELETE /{accountid}/callplan/{id}/callRoute/{routeId} | |
| CallPlanApi | callPlanDuplicate | POST /{accountid}/callplan/duplicate/{id} | |
| CallPlanApi | callPlanGet | GET /{accountid}/callplan | |
| CallPlanApi | callPlanGetCallRoutes | GET /{accountid}/callplan/{id}/callRoute | |
| CallPlanApi | callPlanGetInboundReferences | GET /{accountid}/callplan/{id}/InboundReferences | |
| CallPlanApi | callPlanGetItem | GET /{accountid}/callplan/{id} | |
| CallPlanApi | callPlanPatch | PATCH /{accountid}/callplan/{id} | |
| CallRouteApi | callRouteCreate | POST /{accountid}/CallRoutes | |
| CallRouteApi | callRouteGet | GET /{accountid}/CallRoutes | |
| CallRouteApi | callRouteGetItem | GET /{accountid}/CallRoutes/{id} | |
| CallRouteApi | callRouteLink | PATCH /{accountid}/CallRoutes/{id}/Link | |
| CallRouteApi | callRoutePatch | PATCH /{accountid}/CallRoutes/{id} | |
| CallRouteApi | callRouteUnLink | PATCH /{accountid}/CallRoutes/{id}/UnLink | |
| CampaignApi | campaignAddAffiliateNumber | PATCH /{accountid}/campaigns/{id}/AffiliateNumbers | |
| CampaignApi | campaignAddCallRoute | POST /{accountid}/campaigns/{id}/Routes | |
| CampaignApi | campaignAddDefaultNumber | PATCH /{accountid}/campaigns/{id}/DefaultNumber | |
| CampaignApi | campaignAddDefaultPayoutV2 | POST /{accountid}/campaigns/{id}/DefaultPayouts | |
| CampaignApi | campaignAddIvrTree | POST /{accountid}/campaigns/{id}/IVRTree | |
| CampaignApi | campaignAddPublisher | PATCH /{accountid}/campaigns/{id}/Affiliates | |
| CampaignApi | campaignAddPublisherPayout | POST /{accountid}/campaigns/{id}/Affiliates/{affiliateId}/payouts | |
| CampaignApi | campaignArchiveOffer | DELETE /{accountid}/campaigns/{id}/Offers/Published | |
| CampaignApi | campaignBatchUpdateCampaignDefaultPayouts | PUT /{accountid}/campaigns/{id}/DefaultPayouts | |
| CampaignApi | campaignBatchUpdatePublisherPayouts | PUT /{accountid}/campaigns/{id}/Affiliates/{affiliateId}/payouts | |
| CampaignApi | campaignCloneCampaign | POST /{accountid}/campaigns/{id}/clone | |
| CampaignApi | campaignCreateCampaign | POST /{accountid}/campaigns | |
| CampaignApi | campaignCreateTag | POST /{accountid}/campaigns/{id}/Affiliates/{affiliateId}/Numbers/{numberId}/JsTag | |
| CampaignApi | campaignDeleteCallRoute | DELETE /{accountid}/campaigns/{id}/Routes | |
| CampaignApi | campaignDeleteCampaign | DELETE /{accountid}/campaigns/{id} | |
| CampaignApi | campaignDeleteCampaignOfferDraft | DELETE /{accountid}/campaigns/{id}/Offers/Draft | |
| CampaignApi | campaignDeleteDefaultNumber | DELETE /{accountid}/campaigns/{id}/DefaultNumber | |
| CampaignApi | campaignDeleteDefaultPayout | DELETE /{accountid}/campaigns/{id}/DefaultPayouts/{payoutId} | |
| CampaignApi | campaignDeleteIVRTree | DELETE /{accountid}/campaigns/{id}/IVRTree | |
| CampaignApi | campaignDeletePublisher | DELETE /{accountid}/campaigns/{id}/Affiliates/{affiliateId} | |
| CampaignApi | campaignDeletePublisherPayout | DELETE /{accountid}/campaigns/{id}/Affiliates/{affiliateId}/payouts/{payoutId} | |
| CampaignApi | campaignDeleteTag | DELETE /{accountid}/campaigns/{id}/Affiliates/{affiliateId}/Numbers/{numberId}/JsTag | |
| CampaignApi | campaignGet | GET /{accountid}/campaigns | |
| CampaignApi | campaignGetCampaignOfferDraft | GET /{accountid}/campaigns/{id}/Offers/Draft | |
| CampaignApi | campaignGetCampaignOfferLive | GET /{accountid}/campaigns/{id}/Offers/Published | |
| CampaignApi | campaignGetCampaignOffers | GET /{accountid}/campaigns/{id}/Offers | |
| CampaignApi | campaignGetInboundReferences | GET /{accountid}/campaigns/{id}/InboundReferences | |
| CampaignApi | campaignGetOfferParticipants | GET /{accountid}/campaigns/{id}/Offers/Published/Participants | |
| CampaignApi | campaignGetPublisherPayouts | GET /{accountid}/campaigns/{id}/Affiliates/{affiliateId}/payouts | |
| CampaignApi | campaignGetTags | GET /{accountid}/campaigns/{id}/Affiliates/{affiliateId}/Numbers/{numberId}/JsTag | |
| CampaignApi | campaignGetTags_0 | GET /{accountid}/campaigns/{id}/Tags | |
| CampaignApi | campaignGet_0 | GET /{accountid}/campaigns/{id} | |
| CampaignApi | campaignGetstats | GET /{accountid}/campaigns/stats | |
| CampaignApi | campaignInvitePublisherToOffer | POST /{accountid}/campaigns/{id}/Offers/Published/Invite | |
| CampaignApi | campaignLinkItem | PATCH /{accountid}/campaigns/{id}/Link | |
| CampaignApi | campaignPatchItem | PATCH /{accountid}/campaigns/{id} | |
| CampaignApi | campaignPauseCampaignOffer | POST /{accountid}/campaigns/{id}/Offers/Published/Pause | |
| CampaignApi | campaignPublishCampaignOfferDraft | POST /{accountid}/campaigns/{id}/Offers/Draft/Publish | |
| CampaignApi | campaignResumeCampaignOffer | POST /{accountid}/campaigns/{id}/Offers/Published/Resume | |
| CampaignApi | campaignSetCampaignOfferDraft | PUT /{accountid}/campaigns/{id}/Offers/Draft | |
| CampaignApi | campaignUnLinkItem | PATCH /{accountid}/campaigns/{id}/UnLink | |
| CampaignApi | campaignUpdateDefaultPayout | POST /{accountid}/campaigns/{id}/DefaultPayouts/{payoutId} | |
| CampaignApi | campaignUpdateDefaultPayout_0 | PATCH /{accountid}/campaigns/{id}/DefaultPayouts/{payoutId} | |
| CampaignApi | campaignUpdatePublisherPayoutById | PUT /{accountid}/campaigns/{id}/Affiliates/{affiliateId}/payouts/{payoutId} | |
| CampaignApi | campaignUpdatePublisherPayoutById_0 | POST /{accountid}/campaigns/{id}/Affiliates/{affiliateId}/payouts/{payoutId} | |
| CampaignApi | campaignUpdatePublisherPayoutById_1 | PATCH /{accountid}/campaigns/{id}/Affiliates/{affiliateId}/payouts/{payoutId} | |
| CampaignApi | campaignUpdateTag | PATCH /{accountid}/campaigns/{id}/Affiliates/{affiliateId}/Numbers/{numberId}/JsTag/{jsTagId} | |
| ChangeLogApi | changeLogGetChangelogByAccount | POST /{accountid}/changelog | |
| ChangeLogApi | changeLogGetChangelogByObjectId | POST /{accountid}/changelog/object/{objectId} | |
| ChangeLogApi | changeLogGetChangelogByUser | POST /{accountid}/changelog/user | |
| EventCallBackApi | eventCallBackCreate | POST /{accountid}/EventCallBacks | |
| EventCallBackApi | eventCallBackDelete | DELETE /{accountid}/EventCallBacks/{id} | |
| EventCallBackApi | eventCallBackGet | GET /{accountid}/EventCallBacks | |
| EventCallBackApi | eventCallBackGetInboundReferences | GET /{accountid}/EventCallBacks/{id}/InboundReferences | |
| EventCallBackApi | eventCallBackGetItem | GET /{accountid}/EventCallBacks/{id} | |
| EventCallBackApi | eventCallBackGetMacros | GET /{accountid}/EventCallBacks/macros | |
| EventCallBackApi | eventCallBackPatch | PATCH /{accountid}/EventCallBacks/{id} | |
| FeatureToggleApi | featureToggleGet | GET /{accountid}/flipper | |
| FeatureToggleApi | featureToggleGet_0 | GET /{accountid}/flipper/{featureName} | |
| FileAssetApi | fileAssetCreateAsset | POST /{accountid}/assets | |
| FileAssetApi | fileAssetDelete | DELETE /{accountid}/assets/{id} | |
| FileAssetApi | fileAssetDownloadItem | GET /{accountid}/assets/{id}/download | |
| FileAssetApi | fileAssetGet | GET /{accountid}/assets | |
| FileAssetApi | fileAssetGetItem | GET /{accountid}/assets/{id} | |
| IVRApi | iVRAddNode | POST /{accountid}/ivrtree/node | |
| IVRApi | iVRClone | POST /{accountid}/ivrtree/{id}/clone | |
| IVRApi | iVRDelete | DELETE /{accountid}/ivrtree/{id} | |
| IVRApi | iVRDeleteNode | PATCH /{accountid}/ivrtree/removeNode | |
| IVRApi | iVREditNode | PATCH /{accountid}/ivrtree/editNode | |
| IVRApi | iVREditNodeLink | PATCH /{accountid}/ivrtree/editLink | |
| IVRApi | iVRFinalizeNode | POST /{accountid}/ivrtree/finalizeTree | |
| IVRApi | iVRGet | GET /{accountid}/ivrtree | |
| IVRApi | iVRGetAvailableNodes | POST /{accountid}/ivrtree/availableNodes | |
| IVRApi | iVRGetAvailableTags | POST /{accountid}/ivrtree/availableTags | |
| IVRApi | iVRGetItem | GET /{accountid}/ivrtree/{id} | |
| IVRApi | iVRGetReferences | GET /{accountid}/ivrtree/{id}/InboundReferences | |
| IVRApi | iVRInitializeNewTree | POST /{accountid}/ivrtree/initialize | |
| InAppNotificationApi | inAppNotificationDeleteMessage | DELETE /notifications/{id} | |
| InAppNotificationApi | inAppNotificationGetAll | GET /notifications/all | |
| InAppNotificationApi | inAppNotificationGetCounts | GET /notifications/counts | |
| InAppNotificationApi | inAppNotificationGetMessage | GET /notifications/{id} | |
| InAppNotificationApi | inAppNotificationGetMessages | GET /notifications | |
| InAppNotificationApi | inAppNotificationGetPreviews | GET /notifications/toasts | |
| InAppNotificationApi | inAppNotificationMarkMessageRead | PUT /notifications/{id} | |
| InfoApi | infoAvailableCountries | GET /info/countries | |
| InfoApi | infoAvailableLanguages | GET /info/languages | |
| InfoApi | infoGetAccountTypes | GET /info/Plans | |
| InfoApi | infoGetOfferCategories | GET /{accountId}/info/offerCategories | |
| InfoApi | infoGetSettings | GET /info/conversionSettings | |
| InfoApi | infoGetTimezone | GET /info/timezones | |
| InfoApi | infoIsRingbaNumber | GET /info/isNumber | |
| InsightsApi | insightsGetAggregatedColumnDefinitions | GET /{accountid}/insights/columns | |
| InsightsApi | insightsGetRollups | POST /{accountid}/insights | |
| IntegrationSettingApi | integrationSettingGetIntegrationSetting | GET /{accountId}/integrationsettings/{id} | |
| IntegrationsApi | integrationsGetAdWordsAccounts | GET /{accountId}/integrations/ga/{integrationId}/accounts | |
| IntegrationsApi | integrationsGetAdWordsConversionSets | GET /{accountId}/integrations/ga/{integrationId}/conversionsets | |
| IntegrationsApi | integrationsGetAllIntegrations | GET /{accountId}/integrations | |
| IntegrationsApi | integrationsGetFacebookAccountDetails | GET /{accountId}/integrations/fb/{integrationId}/accountdetails | |
| IntegrationsApi | integrationsGetFacebookConversionSets | GET /{accountId}/integrations/fb/{integrationId}/conversionsets | |
| IntegrationsApi | integrationsRemoveIntegrationSetting | DELETE /{accountId}/integrations/integrationsetting/{id} | |
| IntegrationsApi | integrationsSetFacebookIntegrationSettingForJsTag | POST /{accountId}/integrations/fb/{integrationId}/jstag/conversion | |
| IntegrationsApi | integrationsSetFacebookIntegrationSettingForNumbers | POST /{accountId}/integrations/fb/{integrationId}/number/conversion | |
| IntegrationsApi | integrationsSetIntegrationSettingForNumbers | POST /{accountId}/integrations/ga/{integrationId}/number/conversion | |
| IntegrationsApi | integrationsSetIntegrationSettingForNumbers_0 | POST /{accountId}/integrations/ga/{integrationId}/jstag/conversion | |
| IntegrationsApi | integrationsUpdateAdWordsIntegration | PATCH /{accountId}/integrations/ga/{id} | |
| IntegrationsApi | integrationsUpdateFacebookIntegration | PATCH /{accountId}/integrations/fb/{id} | |
| IntegrationsApi | integrationsUpdateFacebookIntegrationSetting | PUT /{accountId}/integrations/fb/{integrationSettingId}/conversion | |
| IntegrationsApi | integrationsUpdateIntegrationSetting | PUT /{accountId}/integrations/ga/{integrationSettingId}/conversion | |
| JobQueApi | jobQueGet | GET /{accountid}/jobQueue | |
| JobQueApi | jobQueGetItem | GET /{accountid}/jobQueue/{id} | |
| JobQueApi | jobQueGetOfferParticipationRequests | GET /{accountid}/jobQueue/offers/participation/{cmpid} | |
| JobQueApi | jobQueProcessAction | POST /{accountid}/jobQueue/{id}/action | |
| NotificationsApi | notificationsGet | GET /{accountid}/notifications/user | |
| NotificationsApi | notificationsPatch | PATCH /{accountid}/notifications/user | |
| NumberApi | numberAddAffiliate | PUT /{accountid}/numbers/{id}/Affiliate | |
| NumberApi | numberCreateNumber | POST /{accountid}/numbers | |
| NumberApi | numberGet | GET /{accountid}/numbers | |
| NumberApi | numberGetInboundReferences | GET /{accountid}/numbers/{id}/InboundReferences | |
| NumberApi | numberGetItem | GET /{accountid}/numbers/{id} | |
| NumberApi | numberPatchItem | PATCH /{accountid}/numbers/{id} | |
| NumberApi | numberRelease | DELETE /{accountid}/numbers/{id} | |
| NumberApi | numberReleaseNonUsedNumbers | DELETE /{accountid}/numbers/ReleaseNonUsedNumbers | |
| NumberApi | numberRemoveAffilaite | DELETE /{accountid}/numbers/{id}/Affiliate/{affiliateId} | |
| NumberPoolApi | numberPoolAddAffiliate | PUT /{accountid}/numberpools/{id}/Affiliate | |
| NumberPoolApi | numberPoolAddNumber | PUT /{accountid}/numberpools/{id}/Numbers | |
| NumberPoolApi | numberPoolAddNumbers | PUT /{accountid}/numberpools/{id}/AllocateMoreNumbers | |
| NumberPoolApi | numberPoolAddNumbers_0 | PUT /{accountid}/numberpools/{id}/Expand | |
| NumberPoolApi | numberPoolCreatePool | POST /{accountid}/numberpools | |
| NumberPoolApi | numberPoolDeletePool | DELETE /{accountid}/numberpools/{id} | |
| NumberPoolApi | numberPoolGet | GET /{accountid}/numberpools | |
| NumberPoolApi | numberPoolGetAllocationJob | GET /{accountid}/numberpools/{id}/AllocationJobs/{allocationJobId} | |
| NumberPoolApi | numberPoolGetAllocationJobs | GET /{accountid}/numberpools/{id}/AllocationJobs | |
| NumberPoolApi | numberPoolGetFreePoolSize | GET /{accountid}/numberpools/{id}/FreeNumberCount | |
| NumberPoolApi | numberPoolGetInboundReferences | GET /{accountid}/numberpools/{id}/InboundReferences | |
| NumberPoolApi | numberPoolGetItem | GET /{accountid}/numberpools/{id} | |
| NumberPoolApi | numberPoolGetNumbers | GET /{accountid}/numberpools/{id}/Numbers | |
| NumberPoolApi | numberPoolInUseNumbers | GET /{accountid}/numberpools/{id}/Numbers/InUse | |
| NumberPoolApi | numberPoolPatchItem | PATCH /{accountid}/numberpools/{id} | |
| NumberPoolApi | numberPoolRemoveAffilaite | DELETE /{accountid}/numberpools/{id}/Affiliate/{affiliateId} | |
| NumberPoolApi | numberPoolRemoveNumber | DELETE /{accountid}/numberpools/{id}/Numbers/{numberId} | |
| NumberPoolApi | numberPoolRemoveNumbers | POST /{accountid}/numberpools/{id}/Shrink | |
| NumberPoolApi | numberPoolReplaceNumbers | POST /{accountid}/numberpools/{id}/Replace | |
| NumberPoolApi | numberPoolSyncNumberCount | POST /{accountid}/numberpools/SyncNumberCount | |
| NumberPoolApi | numberPoolVerifyNumbers | GET /{accountid}/numberpools/{id}/Numbers/Verify | |
| OAuthApi | oAuthAddFacebookUser | POST /{accountId}/oauth/fb/callback | |
| OAuthApi | oAuthAddUserAdwordsData | POST /{accountId}/oauth/ga/callback | |
| OAuthApi | oAuthGetAuthorizationUrl | GET /{accountId}/oauth/ga/authurl | |
| OAuthApi | oAuthGetFacebookAuthorisationUrl | GET /{accountId}/oauth/fb/authurl | |
| OffersApi | offersAddNumber | POST /{accountid}/offers/{cmpId}/number | |
| OffersApi | offersGet | GET /{accountid}/offers | |
| OffersApi | offersGetPublisherNumbers | GET /{accountid}/offers/{cmpId}/number | |
| OffersApi | offersGet_0 | GET /{accountid}/offers/{cmpid} | |
| OffersApi | offersHide | POST /{accountid}/offers/{cmpid}/hide | |
| OffersApi | offersJoin | POST /{accountid}/offers/{cmpid}/join | |
| OffersApi | offersLeave | POST /{accountid}/offers/{cmpid}/leave | |
| OffersApi | offersUnhide | POST /{accountid}/offers/{cmpid}/unhide | |
| PhoneLookupApi | phoneLookupTestPhoneSettings | POST /{accountid}/phoneNumberLookup | |
| PingTreeApi | pingTreeAddTargets | PATCH /{accountid}/pingtrees/{id}/Targets | |
| PingTreeApi | pingTreeCreatePingTree | POST /{accountid}/pingtrees | |
| PingTreeApi | pingTreeDeletePingTree | DELETE /{accountid}/pingtrees/{id} | |
| PingTreeApi | pingTreeDeleteTarget | DELETE /{accountid}/pingtrees/{id}/Targets/{targetId} | |
| PingTreeApi | pingTreeGet | GET /{accountid}/pingtrees | |
| PingTreeApi | pingTreeGetCurrentCounts | GET /{accountid}/pingtrees/{id}/Counts | |
| PingTreeApi | pingTreeGetItem | GET /{accountid}/pingtrees/{id} | |
| PingTreeApi | pingTreeGetReferences | GET /{accountid}/pingtrees/{id}/InboundReferences | |
| PingTreeApi | pingTreeGetTargets | GET /{accountid}/pingtrees/{id}/Targets | |
| PingTreeApi | pingTreePatchItem | PATCH /{accountid}/pingtrees/{id} | |
| PingTreeApi | pingTreeResetCount | DELETE /{accountid}/pingtrees/{id}/ResetCount | |
| PingTreeApi | pingTreeUpdateTargets | PATCH /{accountid}/pingtrees/{id}/Targets/BulkUpdate | |
| PingTreeTargetApi | pingTreeTargetAddBuyerToTarget | PUT /{accountid}/pingtreetargets/{id}/Buyer | |
| PingTreeTargetApi | pingTreeTargetBuyerSetConcurrencyCap | PUT /{accountid}/pingtreetargets/{id}/BuyerSetConcurrencyCap | |
| PingTreeTargetApi | pingTreeTargetCheckIfDuplicate | POST /{accountid}/pingtreetargets/isDuplicate | |
| PingTreeTargetApi | pingTreeTargetDeleteTarget | DELETE /{accountid}/pingtreetargets/{id} | |
| PingTreeTargetApi | pingTreeTargetGet | GET /{accountid}/pingtreetargets | |
| PingTreeTargetApi | pingTreeTargetGetCurrentCounts | GET /{accountid}/pingtreetargets/{id}/Counts | |
| PingTreeTargetApi | pingTreeTargetGetInboundReferences | GET /{accountid}/pingtreetargets/{id}/InboundReferences | |
| PingTreeTargetApi | pingTreeTargetGetItem | GET /{accountid}/pingtreetargets/{id} | |
| PingTreeTargetApi | pingTreeTargetPatch | PATCH /{accountid}/pingtreetargets/{id} | |
| PingTreeTargetApi | pingTreeTargetPost | POST /{accountid}/pingtreetargets | |
| PingTreeTargetApi | pingTreeTargetRemoveBuyerFromTargetGroup | DELETE /{accountid}/pingtreetargets/{id}/Buyer/{buyerId} | |
| PingTreeTargetApi | pingTreeTargetResetCount | DELETE /{accountid}/pingtreetargets/{id}/ResetCount | |
| PingTreeTargetApi | pingTreeTargetUpdateParseSettings | PUT /{accountid}/pingtreetargets/{id}/ParseSetting | |
| ProfileApi | profileChangePassword | POST /Profile/ChangePassword | |
| ProfileApi | profileGet | GET /Profile | |
| ProfileApi | profilePatch | PATCH /Profile | |
| PublisherRegistrationApi | publisherRegistrationCreatePublisherRegistrationPage | POST /{accountid}/publisher-registration | |
| PublisherRegistrationApi | publisherRegistrationGet | GET /{accountid}/publisher-registration | |
| PublisherRegistrationApi | publisherRegistrationGetSignupFormDetails | GET /PublisherSignup/{id} | |
| PublisherRegistrationApi | publisherRegistrationGet_0 | GET /{accountid}/publisher-registration/{id} | |
| PublisherRegistrationApi | publisherRegistrationNewPublisherRegistration | POST /PublisherSignup/{id} | |
| PublisherRegistrationApi | publisherRegistrationPatchItem | PATCH /{accountid}/publisher-registration/{id} | |
| PublisherRegistrationApi | publisherRegistrationSetDefault | POST /{accountid}/publisher-registration/default | |
| QueryPathMapApi | queryPathMapCreate | POST /{accountid}/QueryPathMaps | |
| QueryPathMapApi | queryPathMapDeleteQueryPathMap | DELETE /{accountid}/QueryPathMaps/{id} | |
| QueryPathMapApi | queryPathMapGet | GET /{accountid}/QueryPathMaps | |
| QueryPathMapApi | queryPathMapGetItem | GET /{accountid}/QueryPathMaps/{id} | |
| QueryPathMapApi | queryPathMapGetReferences | GET /{accountid}/QueryPathMaps/{id}/InboundReferences | |
| QueryPathMapApi | queryPathMapPatch | PATCH /{accountid}/QueryPathMaps/{id} | |
| RingbaAccountApi | ringbaAccountAddUser | PUT /{accountid}/users | |
| RingbaAccountApi | ringbaAccountAddUser_0 | PUT /RingbaAccounts/{accountid}/users | |
| RingbaAccountApi | ringbaAccountGet | GET /RingbaAccounts | |
| RingbaAccountApi | ringbaAccountGetMyPermissions | GET /RingbaAccounts/{accountId}/permissions | |
| RingbaAccountApi | ringbaAccountGet_0 | GET /RingbaAccounts/{accountId} | |
| RingbaAccountApi | ringbaAccountListUsers | GET /{accountid}/users | |
| RingbaAccountApi | ringbaAccountListUsers_0 | GET /RingbaAccounts/{accountid}/users | |
| RingbaAccountApi | ringbaAccountRemoveUser | DELETE /{accountid}/users/{userId} | |
| RingbaAccountApi | ringbaAccountRemoveUser_0 | DELETE /RingbaAccounts/{accountid}/users/{userId} | |
| RingbaAccountApi | ringbaAccountUpdate | PATCH /RingbaAccounts/{accountid} | |
| RingbaUserApi | ringbaUserGet | GET /uiUserSettings | |
| RingbaUserApi | ringbaUserSetUiItem | POST /uiUserSettings | |
| SavedInsightApi | savedInsightCreate | POST /{accountid}/savedInsights | |
| SavedInsightApi | savedInsightDelete | DELETE /{accountid}/savedInsights/{id} | |
| SavedInsightApi | savedInsightGetItem | GET /{accountid}/savedInsights/{id} | |
| SavedInsightApi | savedInsightIndex | GET /{accountid}/savedInsights | |
| SavedInsightApi | savedInsightUpdate | PUT /{accountid}/savedInsights/{id} | |
| SavedReportApi | savedReportCreate | POST /{accountid}/savedReports | |
| SavedReportApi | savedReportDelete | DELETE /{accountid}/savedReports/{id} | |
| SavedReportApi | savedReportGetItem | GET /{accountid}/savedReports/{id} | |
| SavedReportApi | savedReportIndex | GET /{accountid}/savedReports | |
| SavedReportApi | savedReportUpdate | PUT /{accountid}/savedReports/{id} | |
| StatsApi | statsGetAccountCount | GET /{accountid}/stats | |
| StatsApi | statsGetAllCounts | GET /{accountid}/stats/allCampaigns | |
| StatsApi | statsGetLiveCalls | GET /{accountid}/stats/live | |
| StatsApi | statsGetLiveCallsByAffiliate | GET /{accountid}/stats/live/publisher/{affiliateId} | |
| StatsApi | statsGetLiveCallsByCampaign | GET /{accountid}/stats/live/campaign/{campaignId} | |
| StatsApi | statsGetStats | GET /{accountid}/stats/byDay | |
| StatsApi | statsGetStatsRolledUp | GET /{accountid}/stats/Sum | |
| StatsApi | statsGetTopStats | GET /{accountid}/stats/TopByDay | |
| StatsApi | statsGetTopStatsByHours | GET /{accountid}/stats/TopByHour | |
| TagsApi | tagsGetTags | GET /{accountId}/Tags | |
| TagsApi | tagsGetTagsFull | GET /{accountId}/Tags/full | |
| TargetApi | targetAddBuyerToTarget | PUT /{accountid}/targets/{id}/Buyer | |
| TargetApi | targetBuyerSetConcurrencyCap | PUT /{accountid}/targets/{id}/BuyerSetConcurrencyCap | |
| TargetApi | targetBuyerTogglePause | PUT /{accountid}/targets/{id}/BuyerTogglePause | |
| TargetApi | targetCheckIfDuplicate | POST /{accountid}/targets/isDuplicate | |
| TargetApi | targetDeleteTarget | DELETE /{accountid}/targets/{id} | |
| TargetApi | targetGet | GET /{accountid}/targets | |
| TargetApi | targetGetCurrentCounts | GET /{accountid}/targets/{id}/Counts | |
| TargetApi | targetGetInboundReferences | GET /{accountid}/targets/{id}/InboundReferences | |
| TargetApi | targetGetItem | GET /{accountid}/targets/{id} | |
| TargetApi | targetPatch | PATCH /{accountid}/targets/{id} | |
| TargetApi | targetPost | POST /{accountid}/targets | |
| TargetApi | targetRemoveBuyerFromTargetGroup | DELETE /{accountid}/targets/{id}/Buyer/{buyerId} | |
| TargetApi | targetResetCount | DELETE /{accountid}/targets/{id}/ResetCount | |
| TargetGroupApi | targetGroupAddBuyerToTargetGroup | PUT /{accountid}/TargetGroups/{id}/Buyer | |
| TargetGroupApi | targetGroupAddTargets | PATCH /{accountid}/TargetGroups/{id}/Targets | |
| TargetGroupApi | targetGroupCreateTargetGroup | POST /{accountid}/TargetGroups | |
| TargetGroupApi | targetGroupDeleteTarget | DELETE /{accountid}/TargetGroups/{id}/Targets/{targetId} | |
| TargetGroupApi | targetGroupDeleteTargetGroup | DELETE /{accountid}/TargetGroups/{id} | |
| TargetGroupApi | targetGroupGet | GET /{accountid}/TargetGroups | |
| TargetGroupApi | targetGroupGetCurrentCounts | GET /{accountid}/TargetGroups/{id}/Counts | |
| TargetGroupApi | targetGroupGetItem | GET /{accountid}/TargetGroups/{id} | |
| TargetGroupApi | targetGroupGetReferences | GET /{accountid}/TargetGroups/{id}/InboundReferences | |
| TargetGroupApi | targetGroupGetTargets | GET /{accountid}/TargetGroups/{id}/Targets | |
| TargetGroupApi | targetGroupPatchItem | PATCH /{accountid}/TargetGroups/{id} | |
| TargetGroupApi | targetGroupRemoveBuyerFromTargetGroup | DELETE /{accountid}/TargetGroups/{id}/Buyer/{buyerId} | |
| TargetGroupApi | targetGroupResetCount | DELETE /{accountid}/TargetGroups/{id}/ResetCount | |
| TargetGroupApi | targetGroupUpdateTargets | PATCH /{accountid}/TargetGroups/{id}/Targets/BulkUpdate | |
| UserInvitationApi | userInvitationAcceptInvitation | POST /Invitations/{id}/join | |
| UserInvitationApi | userInvitationBuyerDelete | DELETE /{accountId}/Buyers/{buyerId}/Invitations/{id} | |
| UserInvitationApi | userInvitationBuyerGetInvitation | GET /{accountId}/Buyers/{buyerId}/Invitations/{id} | |
| UserInvitationApi | userInvitationBuyerInviteUser | POST /{accountId}/Buyers/{buyerId}/Invitations | |
| UserInvitationApi | userInvitationBuyerListInvitations | GET /{accountId}/Buyers/{buyerId}/Invitations | |
| UserInvitationApi | userInvitationDescribeInvitation | GET /Invitations/{id} | |
| UserInvitationApi | userInvitationPublisherDelete | DELETE /{accountId}/Affiliates/{affiliateId}/Invitations/{id} | |
| UserInvitationApi | userInvitationPublisherGetInvitation | GET /{accountId}/Affiliates/{affiliateId}/Invitations/{id} | |
| UserInvitationApi | userInvitationPublisherInviteUser | POST /{accountId}/Affiliates/{affiliateId}/Invitations | |
| UserInvitationApi | userInvitationPublisherListInvitations | GET /{accountId}/Affiliates/{affiliateId}/Invitations | |
| UserInvitationApi | userInvitationUserDelete | DELETE /{accountid}/invitations/{id} | |
| UserInvitationApi | userInvitationUserGetInvitation | GET /{accountid}/invitations/{id} | |
| UserInvitationApi | userInvitationUserInviteUser | POST /{accountid}/invitations | |
| UserInvitationApi | userInvitationUserListInvitations | GET /{accountid}/invitations | |
| WebHookApi | webHookCreateConversion | POST /{accountid}/WebHooks/createConversion | |
| WebHookApi | webHookDelete | DELETE /{accountid}/WebHooks/{id} | |
| WebHookApi | webHookGet | GET /{accountid}/WebHooks | |
| WebHookApi | webHookGetItem | GET /{accountid}/WebHooks/{id} | |
| WebHookApi | webHookGetUrl | POST /{accountid}/WebHooks/{id}/getUrl | |
| WebHookApi | webHookPatch | PATCH /{accountid}/WebHooks/{id} | |
| WebHookApi | webHookTestConversion | POST /{accountid}/WebHooks/testConversion | |
| WhiteLabelApi | whiteLabelCnameSettings | GET /{accountid}/whiteLabel/Cname | |
| WhiteLabelApi | whiteLabelDeleteCname | DELETE /{accountid}/whiteLabel/Cname | |
| WhiteLabelApi | whiteLabelGet | GET /{accountid}/whiteLabel | |
| WhiteLabelApi | whiteLabelPublishTheme | POST /{accountid}/whiteLabel/publish | |
| WhiteLabelApi | whiteLabelRequestCname | POST /{accountid}/whiteLabel/Cname | |
| WhiteLabelApi | whiteLabelSetFriendlyName | PATCH /{accountid}/whiteLabel/friendlyName | |
| WhiteLabelApi | whiteLabelUpdateStagingTheme | PATCH /{accountid}/whiteLabel/theme | |
| WhiteLabelApi | whiteLabelValidateFriendlyName | GET /{accountid}/whiteLabel/friendlyName/validate | 
Documentation For Models
- ActionError
- AddAccountBalance
- AddAffiliateRequest
- AddBuyerRequestModel
- AddCreditCardModel
- AddNodeRequestModel
- AddNumberRequest
- AddPayoutToCampaignModel
- AddUserRequestModel
- Address
- AddressRequestModel
- AddressTelcoLink
- AddressVerification
- AdjustCallPaymentsRequestModel
- AdjustConversionRequestModel
- Affiliate
- AnnotateCallRequest
- BaseConversion
- BaseOAuthCallbackRequestModel
- BaseSetIntegrationSettingRequestModel
- BatchPayoutUpdateModel
- BidAcceptanceSettings
- BillingConfirmModel
- BillingSettingsModel
- BulkBlockNumberRequest
- BulkCriteria
- BulkSetNumbersIntegrationSettingRequest
- BulkSetNumbersIntegrationSettingRequestModel
- BulkTagUploadRequest
- BulkTargetUpdate
- Buyer
- BuyerSetConcurrencyCapRequest
- CallAnnotationTag
- CallConversionSetting
- CallInstructions
- CallLogSettings
- CallLogsStatRequest
- CallPlan
- CallPlanRequestModel
- CallRoute
- CallRouteAddRequest
- CallRoutesResponse
- Campaign
- ChangePasswordBindingModel
- ChangeProfileInfoModel
- ChildNode
- CnameCreationRequest
- ConversionWebhookRequest
- CountResponse
- CreateAccountSettingsRequest
- CreateAffiliateModel
- CreateBlockedNumberRequest
- CreateBuyerModel
- CreateCallRouteModel
- CreateIVRCallRouteModel
- CreateIVRTreeRequestModel
- CreateNumberRequestModel
- CreatePRPModel
- CreateSavedInsightRequest
- CreateSavedReportRequest
- Criteria
- DeleteCallRouteModel
- DuplicateCallSetting
- DuplicateSetting
- EditNodeLinkModel
- EditNodeRequestModel
- ErrorSettings
- EventCallBack
- EventCallBackModel
- FileAsset
- FileAssetCreationResponse
- FileAssetLink
- Filter
- GetAllResponse
- GetAvailableNodesRequestModel
- GetAvailableTagsRequestModel
- GetChangeLogBaseRequest
- GetChangeLogByUserRequest
- GetJobQueItemResult
- GetMessageCountResponse
- GetMessagesResponse
- IVRNode
- IVRNodeDescription
- IVRNodeLink
- IVRNodeReferrenceModel
- IVRNodeRequestModel
- IVRTree
- IVRTreeNodesResponse
- IVRTreeRequestModel
- IVRTreeResponse
- Integration
- IntegrationConversionSet
- IntegrationSetting
- JobActionModel
- JobActionResultModel
- JobQueItem
- JobQueItemAvailableAction
- JobQueItemHistoryAction
- JobQueItemPublicStateValue
- JobResponseModel
- JobsResponseModel
- JoinOfferRequestModel
- JsTag
- KeyValuePairStringString
- LeaveOfferRequestModel
- Link
- LinkRequest
- MarkAsDuplicateSettings
- Message
- MessageResponse
- MessagesResponse
- NotificationChannelSetting
- NotificationSettings
- NotificationsSettingsModel
- Number
- NumberAssignmentSettings
- NumberLookup
- NumberPool
- NumberPoolNumberRequest
- NumberRequestModel
- OfferDetailModel
- OfferInvitationModel
- OfferNumberRestrictions
- OfficeBreak
- OpenSetting
- OperationTime
- OverideSetting
- PRPCustomField
- ParseSetting
- ParseSettingModel
- PayoutConversionModel
- PayoutConversionSetting
- PayoutSetting
- PayoutSettingItem
- PingErrorSettings
- PingRevenueSettings
- PingTree
- PingTreeCreateModel
- PingTreeTarget
- PingTreeTargetCreateModel
- PreviewRecord
- PreviewResponse
- PublisherSignupModel
- QueryPathMap
- QueryPathMapCreateModel
- RecordCallSetting
- RemoveNumbersRequest
- ReplaceNumbersRequestModel
- ReportTime
- RevenueSettings
- RingbaAccountUpdateRequest
- RingbaSettingRequestModel
- RingbaUser
- RootNode
- RoutingPriority
- ScheduleAndCapacity
- SetJsTagIntegrationSettingRequest
- SetJsTagIntegrationSettingRequestModel
- SipNumber
- SpamDetectionSettings
- Tag
- TagFilter
- TagGroup
- TagRequestModel
- TagRoutableRule
- TagUpdateRequestModel
- Target
- TargetGroup
- TargetGroupTargetModel
- TimeSeriesSettings
- UpdateAccountTypeModel
- UpdateCreditCardModel
- UrlParseSettingsModel
- UserAccessManagment
- UserAccountAccess
- UserInvitationWebRequest
- UserSuppliedDetails
- VoidCallRequestModel
- WhiteLabelFriendlyNameRequest
- WhiteLabelThemeRequest
Documentation For Authorization
All endpoints do not require authorization.