Circuit ID® is an innovative cloud communications platform that redefines your connectivity experience. Our cutting-edge AI-powered solution seamlessly integrates calling, meetings, messaging, voicemail, fax, SIP Trunking, mobile broadband, and mobile phone services, accessible wherever you and your devices go.
Whether you are a beginner getting started with our API or an experienced developer looking for advanced features, this documentation site will serve as your comprehensive guide.
We are excited to have you on board and are confident that this documentation site will empower you to leverage the full potential of our REST API. If you have any questions or require further assistance, please don't hesitate to reach out to our support team.
Happy coding!
-
API version: 0.47.22
-
SDK version: 1.0.0
For more information, please visit https://www.circuitid.com/
- .NET 4.0 or later
- Windows Phone 7.1 (Mango)
- RestSharp - 105.1.0 or later
- Json.NET - 7.0.0 or later
- JsonSubTypes - 1.2.0 or later
The DLLs included in the package may not be the latest version. We recommend using NuGet to obtain the latest version of the packages:
Install-Package RestSharp
Install-Package Newtonsoft.Json
Install-Package JsonSubTypes
NOTE: RestSharp versions greater than 105.1.0 have a bug which causes file uploads to fail. See RestSharp#742
Run the following command to generate the DLL
- [Mac/Linux]
/bin/sh build.sh
- [Windows]
build.bat
Then include the DLL (under the bin
folder) in the C# project, and use the namespaces:
using Com.CircuitID.Api;
using Com.CircuitID.Client;
using Com.CircuitID.Models;
A .nuspec
is included with the project. You can follow the Nuget quickstart to create and publish packages.
This .nuspec
uses placeholders from the .csproj
, so build the .csproj
directly:
nuget pack -Build -OutputDirectory out Com.CircuitID.csproj
Then, publish to a local feed or other host and consume the new package via Nuget as usual.
using System.Collections.Generic;
using System.Diagnostics;
using Com.CircuitID.Api;
using Com.CircuitID.Client;
using Com.CircuitID.Models;
namespace Example
{
public class Example
{
public static void Main()
{
Configuration.Default.BasePath = "https://cloud9.circuitid.com";
// Configure API key authorization: jwt
Configuration.Default.ApiKey.Add("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// Configuration.Default.ApiKeyPrefix.Add("Authorization", "Bearer");
var apiInstance = new AcceptedSendersApi(Configuration.Default);
var acceptedsendersCreateOrPatch = new AcceptedsendersCreateOrPatch(); // AcceptedsendersCreateOrPatch | The JSON object that will be posted to the REST API endpoint.
try
{
// Create a new object
GetAcceptedSender200Response result = apiInstance.CreateAcceptedSender(acceptedsendersCreateOrPatch);
Debug.WriteLine(result);
}
catch (ApiException e)
{
Debug.Print("Exception when calling AcceptedSendersApi.CreateAcceptedSender: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
}
}
}
All URIs are relative to https://cloud9.circuitid.com
Class | Method | HTTP request | Description |
---|---|---|---|
AcceptedSendersApi | CreateAcceptedSender | POST /acceptedsenders | Create a new object |
AcceptedSendersApi | FindAcceptedSenders | GET /acceptedsenders | Find multiple objects |
AcceptedSendersApi | GetAcceptedSender | GET /acceptedsenders/{id} | Get object by id |
AcceptedSendersApi | PatchAcceptedSender | PATCH /acceptedsenders/{id} | Patch object's data |
AcceptedSendersApi | RemoveAcceptedSender | DELETE /acceptedsenders/{id} | Delete object by id |
AnnouncementsApi | CreateAnnouncement | POST /announcements | Create a new object |
AnnouncementsApi | FindAnnouncements | GET /announcements | Find multiple objects |
AnnouncementsApi | GetAnnouncement | GET /announcements/{id} | Get object by id |
AnnouncementsApi | PatchAnnouncement | PATCH /announcements/{id} | Patch object's data |
AnnouncementsApi | RemoveAnnouncement | DELETE /announcements/{id} | Delete object by id |
AppMarketplaceApi | FindAppMarketplace | GET /appmarketplace | Find multiple objects |
AuthenticationApi | CreateAuthentication | POST /authentication | Create a new object |
CallQueueAgentsApi | CreateCallQueueAgent | POST /callqueueagents | Create a new object |
CallQueueAgentsApi | FindCallQueueAgents | GET /callqueueagents | Find multiple objects |
CallQueueAgentsApi | GetCallQueueAgent | GET /callqueueagents/{id} | Get object by id |
CallQueueAgentsApi | PatchCallQueueAgent | PATCH /callqueueagents/{id} | Patch object's data |
CallQueueAgentsApi | RemoveCallQueueAgent | DELETE /callqueueagents/{id} | Delete object by id |
CallQueuesApi | CreateCallQueue | POST /callqueues | Create a new object |
CallQueuesApi | FindCallQueues | GET /callqueues | Find multiple objects |
CallQueuesApi | GetCallQueue | GET /callqueues/{id} | Get object by id |
CallQueuesApi | PatchCallQueue | PATCH /callqueues/{id} | Patch object's data |
CallQueuesApi | RemoveCallQueue | DELETE /callqueues/{id} | Delete object by id |
ChatRoomsApi | CreateChatRoom | POST /chatrooms | Create a new object |
ChatRoomsApi | FindChatRooms | GET /chatrooms | Find multiple objects |
ChatRoomsApi | GetChatRoom | GET /chatrooms/{id} | Get object by id |
ChatRoomsApi | PatchChatRoom | PATCH /chatrooms/{id} | Patch object's data |
ChatRoomsApi | RemoveChatRoom | DELETE /chatrooms/{id} | Delete object by id |
ClientsApi | CreateClient | POST /clients | Create a new object |
ClientsApi | FindClients | GET /clients | Find multiple objects |
ClientsApi | GetClient | GET /clients/{id} | Get object by id |
ClientsApi | PatchClient | PATCH /clients/{id} | Patch object's data |
ClientsApi | RemoveClient | DELETE /clients/{id} | Delete object by id |
ConferenceNumbersApi | FindConferenceNumbers | GET /conferencenumbers | Find multiple objects |
ConferenceRoomsApi | CreateConferenceRoom | POST /conferencerooms | Create a new object |
ConferenceRoomsApi | FindConferenceRooms | GET /conferencerooms | Find multiple objects |
ConferenceRoomsApi | GetConferenceRoom | GET /conferencerooms/{id} | Get object by id |
ConferenceRoomsApi | PatchConferenceRoom | PATCH /conferencerooms/{id} | Patch object's data |
ConferenceRoomsApi | RemoveConferenceRoom | DELETE /conferencerooms/{id} | Delete object by id |
ContactsApi | CreateContact | POST /contacts | Create a new object |
ContactsApi | FindContacts | GET /contacts | Find multiple objects |
ContactsApi | GetContact | GET /contacts/{id} | Get object by id |
ContactsApi | PatchContact | PATCH /contacts/{id} | Patch object's data |
ContactsApi | RemoveContact | DELETE /contacts/{id} | Delete object by id |
ConversationMessagesApi | CreateConversationMessage | POST /conversationmessages | Create a new object |
ConversationMessagesApi | FindConversationMessages | GET /conversationmessages | Find multiple objects |
ConversationMessagesApi | GetConversationMessage | GET /conversationmessages/{id} | Get object by id |
ConversationMessagesApi | PatchConversationMessage | PATCH /conversationmessages/{id} | Patch object's data |
ConversationMessagesApi | RemoveConversationMessage | DELETE /conversationmessages/{id} | Delete object by id |
ConversationsApi | CreateConversation | POST /conversations | Create a new object |
ConversationsApi | FindConversations | GET /conversations | Find multiple objects |
ConversationsApi | GetConversation | GET /conversations/{id} | Get object by id |
ConversationsApi | PatchConversation | PATCH /conversations/{id} | Patch object's data |
ConversationsApi | RemoveConversation | DELETE /conversations/{id} | Delete object by id |
CustomersApi | CreateCustomer | POST /customers | Create a new object |
CustomersApi | FindCustomers | GET /customers | Find multiple objects |
CustomersApi | GetCustomer | GET /customers/{id} | Get object by id |
CustomersApi | PatchCustomer | PATCH /customers/{id} | Patch object's data |
CustomersApi | RemoveCustomer | DELETE /customers/{id} | Delete object by id |
DNSRecordsApi | FindDNSRecords | GET /dnsrecords | Find multiple objects |
DeveloperAppSubscriptionsApi | CreateDeveloperAppSubscription | POST /developerappsubscriptions | Create a new object |
DeveloperAppSubscriptionsApi | FindDeveloperAppSubscriptions | GET /developerappsubscriptions | Find multiple objects |
DeveloperAppSubscriptionsApi | GetDeveloperAppSubscription | GET /developerappsubscriptions/{id} | Get object by id |
DeveloperAppSubscriptionsApi | PatchDeveloperAppSubscription | PATCH /developerappsubscriptions/{id} | Patch object's data |
DeveloperAppSubscriptionsApi | RemoveDeveloperAppSubscription | DELETE /developerappsubscriptions/{id} | Delete object by id |
DeveloperAppsApi | CreateDeveloperApp | POST /developerapps | Create a new object |
DeveloperAppsApi | FindDeveloperApps | GET /developerapps | Find multiple objects |
DeveloperAppsApi | GetDeveloperApp | GET /developerapps/{id} | Get object by id |
DeveloperAppsApi | PatchDeveloperApp | PATCH /developerapps/{id} | Patch object's data |
DeveloperAppsApi | RemoveDeveloperApp | DELETE /developerapps/{id} | Delete object by id |
DirectoriesApi | Createdirectory | POST /directories | Create a new object |
DirectoriesApi | FindDirectories | GET /directories | Find multiple objects |
DirectoriesApi | Getdirectory | GET /directories/{id} | Get object by id |
DirectoriesApi | Patchdirectory | PATCH /directories/{id} | Patch object's data |
DirectoriesApi | Removedirectory | DELETE /directories/{id} | Delete object by id |
DomainsApi | CreateDomain | POST /domains | Create a new object |
DomainsApi | FindDomains | GET /domains | Find multiple objects |
DomainsApi | GetDomain | GET /domains/{id} | Get object by id |
DomainsApi | PatchDomain | PATCH /domains/{id} | Patch object's data |
DomainsApi | RemoveDomain | DELETE /domains/{id} | Delete object by id |
FaxAccountsApi | CreateFaxAccount | POST /faxaccounts | Create a new object |
FaxAccountsApi | FindFaxAccounts | GET /faxaccounts | Find multiple objects |
FaxAccountsApi | GetFaxAccount | GET /faxaccounts/{id} | Get object by id |
FaxAccountsApi | PatchFaxAccount | PATCH /faxaccounts/{id} | Patch object's data |
FaxAccountsApi | RemoveFaxAccount | DELETE /faxaccounts/{id} | Delete object by id |
FaxesApi | CreateFax | POST /faxes | Create a new object |
FaxesApi | FindFaxes | GET /faxes | Find multiple objects |
FaxesApi | GetFax | GET /faxes/{id} | Get object by id |
FaxesApi | RemoveFax | DELETE /faxes/{id} | Delete object by id |
FindNumbersApi | FindFindNumbers | GET /findnumbers | Find multiple objects |
FirewallApi | CreateFirewall | POST /firewall | Create a new object |
FirewallApi | FindFirewall | GET /firewall | Find multiple objects |
FirewallApi | GetFirewall | GET /firewall/{id} | Get object by id |
FirewallApi | PatchFirewall | PATCH /firewall/{id} | Patch object's data |
FirewallApi | RemoveFirewall | DELETE /firewall/{id} | Delete object by id |
GroupMembersApi | CreateGroupMember | POST /groupmembers | Create a new object |
GroupMembersApi | FindGroupMembers | GET /groupmembers | Find multiple objects |
GroupMembersApi | GetGroupMember | GET /groupmembers/{id} | Get object by id |
GroupMembersApi | PatchGroupMember | PATCH /groupmembers/{id} | Patch object's data |
GroupMembersApi | RemoveGroupMember | DELETE /groupmembers/{id} | Delete object by id |
GroupsApi | CreateGroup | POST /groups | Create a new object |
GroupsApi | FindGroups | GET /groups | Find multiple objects |
GroupsApi | GetGroup | GET /groups/{id} | Get object by id |
GroupsApi | PatchGroup | PATCH /groups/{id} | Patch object's data |
GroupsApi | RemoveGroup | DELETE /groups/{id} | Delete object by id |
HolidaysApi | CreateHoliday | POST /holidays | Create a new object |
HolidaysApi | FindHolidays | GET /holidays | Find multiple objects |
HolidaysApi | GetHoliday | GET /holidays/{id} | Get object by id |
HolidaysApi | PatchHoliday | PATCH /holidays/{id} | Patch object's data |
HolidaysApi | RemoveHoliday | DELETE /holidays/{id} | Delete object by id |
InfoApi | GetInfo | GET /info | Get object |
InvoiceItemsApi | FindInvoiceItems | GET /invoiceitems | Find multiple objects |
InvoiceItemsApi | GetInvoiceItem | GET /invoiceitems/{id} | Get object by id |
InvoicesApi | FindInvoices | GET /invoices | Find multiple objects |
InvoicesApi | GetInvoice | GET /invoices/{id} | Get object by id |
LicensesApi | CreateLicense | POST /licenses | Create a new object |
LicensesApi | FindLicenses | GET /licenses | Find multiple objects |
LicensesApi | GetLicense | GET /licenses/{id} | Get object by id |
LicensesApi | PatchLicense | PATCH /licenses/{id} | Patch object's data |
LicensesApi | RemoveLicense | DELETE /licenses/{id} | Delete object by id |
MenuOptionsApi | CreateMenuOption | POST /menuoptions | Create a new object |
MenuOptionsApi | FindMenuOptions | GET /menuoptions | Find multiple objects |
MenuOptionsApi | GetMenuOption | GET /menuoptions/{id} | Get object by id |
MenuOptionsApi | PatchMenuOption | PATCH /menuoptions/{id} | Patch object's data |
MenuOptionsApi | RemoveMenuOption | DELETE /menuoptions/{id} | Delete object by id |
MenusApi | CreateMenu | POST /menus | Create a new object |
MenusApi | FindMenus | GET /menus | Find multiple objects |
MenusApi | GetMenu | GET /menus/{id} | Get object by id |
MenusApi | PatchMenu | PATCH /menus/{id} | Patch object's data |
MenusApi | RemoveMenu | DELETE /menus/{id} | Delete object by id |
MessageBrandsApi | CreateMessageBrand | POST /messagebrands | Create a new object |
MessageBrandsApi | FindMessageBrands | GET /messagebrands | Find multiple objects |
MessageBrandsApi | GetMessageBrand | GET /messagebrands/{id} | Get object by id |
MessageCampaignsApi | CreateMessageCampaign | POST /messagecampaigns | Create a new object |
MessageCampaignsApi | FindMessageCampaigns | GET /messagecampaigns | Find multiple objects |
MessageCampaignsApi | GetMessageCampaign | GET /messagecampaigns/{id} | Get object by id |
MessageCampaignsApi | PatchMessageCampaign | PATCH /messagecampaigns/{id} | Patch object's data |
MessageCampaignsApi | RemoveMessageCampaign | DELETE /messagecampaigns/{id} | Delete object by id |
NumberPortsApi | CreateNumberPort | POST /numberports | Create a new object |
NumberPortsApi | FindNumberPorts | GET /numberports | Find multiple objects |
NumberPortsApi | GetNumberPort | GET /numberports/{id} | Get object by id |
NumbersApi | FindNumbers | GET /numbers | Find multiple objects |
NumbersApi | GetNumber | GET /numbers/{id} | Get object by id |
NumbersApi | PatchNumber | PATCH /numbers/{id} | Patch object's data |
OfficesApi | CreateOffice | POST /offices | Create a new object |
OfficesApi | FindOffices | GET /offices | Find multiple objects |
OfficesApi | GetOffice | GET /offices/{id} | Get object by id |
OfficesApi | PatchOffice | PATCH /offices/{id} | Patch object's data |
OfficesApi | RemoveOffice | DELETE /offices/{id} | Delete object by id |
PhoneInboundRuleActionsApi | CreatePhoneInboundRuleAction | POST /phoneinboundruleactions | Create a new object |
PhoneInboundRuleActionsApi | FindPhoneInboundRuleActions | GET /phoneinboundruleactions | Find multiple objects |
PhoneInboundRuleActionsApi | GetPhoneInboundRuleAction | GET /phoneinboundruleactions/{id} | Get object by id |
PhoneInboundRuleActionsApi | PatchPhoneInboundRuleAction | PATCH /phoneinboundruleactions/{id} | Patch object's data |
PhoneInboundRuleActionsApi | RemovePhoneInboundRuleAction | DELETE /phoneinboundruleactions/{id} | Delete object by id |
PhoneInboundRulesApi | CreatePhoneInboundRule | POST /phoneinboundrules | Create a new object |
PhoneInboundRulesApi | FindPhoneInboundRules | GET /phoneinboundrules | Find multiple objects |
PhoneInboundRulesApi | GetPhoneInboundRule | GET /phoneinboundrules/{id} | Get object by id |
PhoneInboundRulesApi | PatchPhoneInboundRule | PATCH /phoneinboundrules/{id} | Patch object's data |
PhoneInboundRulesApi | RemovePhoneInboundRule | DELETE /phoneinboundrules/{id} | Delete object by id |
PhoneOutboundRuleActionsApi | CreatePhoneOutboundRuleAction | POST /phoneoutboundruleactions | Create a new object |
PhoneOutboundRuleActionsApi | FindPhoneOutboundRuleActions | GET /phoneoutboundruleactions | Find multiple objects |
PhoneOutboundRuleActionsApi | GetPhoneOutboundRuleAction | GET /phoneoutboundruleactions/{id} | Get object by id |
PhoneOutboundRuleActionsApi | PatchPhoneOutboundRuleAction | PATCH /phoneoutboundruleactions/{id} | Patch object's data |
PhoneOutboundRuleActionsApi | RemovePhoneOutboundRuleAction | DELETE /phoneoutboundruleactions/{id} | Delete object by id |
PhoneOutboundRulesApi | CreatePhoneOutboundRule | POST /phoneoutboundrules | Create a new object |
PhoneOutboundRulesApi | FindPhoneOutboundRules | GET /phoneoutboundrules | Find multiple objects |
PhoneOutboundRulesApi | GetPhoneOutboundRule | GET /phoneoutboundrules/{id} | Get object by id |
PhoneOutboundRulesApi | PatchPhoneOutboundRule | PATCH /phoneoutboundrules/{id} | Patch object's data |
PhoneOutboundRulesApi | RemovePhoneOutboundRule | DELETE /phoneoutboundrules/{id} | Delete object by id |
RateCentersApi | FindRateCenters | GET /ratecenters | Find multiple objects |
RateCentersApi | GetRateCenter | GET /ratecenters/{id} | Get object by id |
ServersApi | CreateServer | POST /servers | Create a new object |
ServersApi | FindServers | GET /servers | Find multiple objects |
ServersApi | GetServer | GET /servers/{id} | Get object by id |
ServersApi | PatchServer | PATCH /servers/{id} | Patch object's data |
ServersApi | RemoveServer | DELETE /servers/{id} | Delete object by id |
TimeSchedulesApi | CreateTimeSchedule | POST /timeschedules | Create a new object |
TimeSchedulesApi | FindTimeSchedules | GET /timeschedules | Find multiple objects |
TimeSchedulesApi | GetTimeSchedule | GET /timeschedules/{id} | Get object by id |
TimeSchedulesApi | PatchTimeSchedule | PATCH /timeschedules/{id} | Patch object's data |
TimeSchedulesApi | RemoveTimeSchedule | DELETE /timeschedules/{id} | Delete object by id |
UserTokensApi | CreateUserToken | POST /usertokens | Create a new object |
UserTokensApi | FindUserTokens | GET /usertokens | Find multiple objects |
UserTokensApi | GetUserToken | GET /usertokens/{id} | Get object by id |
UserTokensApi | PatchUserToken | PATCH /usertokens/{id} | Patch object's data |
UserTokensApi | RemoveUserToken | DELETE /usertokens/{id} | Delete object by id |
UsersApi | CreateUser | POST /users | Create a new object |
UsersApi | FindUsers | GET /users | Find multiple objects |
UsersApi | GetUser | GET /users/{id} | Get object by id |
UsersApi | PatchUser | PATCH /users/{id} | Patch object's data |
UsersApi | RemoveUser | DELETE /users/{id} | Delete object by id |
VirtualExtensionsApi | CreateVirtualExtension | POST /virtualextensions | Create a new object |
VirtualExtensionsApi | FindVirtualExtensions | GET /virtualextensions | Find multiple objects |
VirtualExtensionsApi | GetVirtualExtension | GET /virtualextensions/{id} | Get object by id |
VirtualExtensionsApi | PatchVirtualExtension | PATCH /virtualextensions/{id} | Patch object's data |
VirtualExtensionsApi | RemoveVirtualExtension | DELETE /virtualextensions/{id} | Delete object by id |
VoicemailApi | FindVoicemail | GET /voicemail | Find multiple objects |
VoicemailApi | GetVoicemail | GET /voicemail/{id} | Get object by id |
- Models.Acceptedsenders
- Models.AcceptedsendersCreateOrPatch
- Models.Announcements
- Models.AnnouncementsCreateOrPatch
- Models.Authentication
- Models.AuthenticationCreateOrPatch
- Models.Callqueueagents
- Models.CallqueueagentsCreateOrPatch
- Models.Callqueues
- Models.CallqueuesCreateOrPatch
- Models.Chatrooms
- Models.ChatroomsCreateOrPatch
- Models.Clients
- Models.ClientsCreateOrPatch
- Models.Conferencerooms
- Models.ConferenceroomsCreateOrPatch
- Models.Contacts
- Models.ContactsCreateOrPatch
- Models.Conversationmessages
- Models.ConversationmessagesCreateOrPatch
- Models.Conversations
- Models.ConversationsCreateOrPatch
- Models.CreateAuthentication200Response
- Models.Customers
- Models.CustomersCreateOrPatch
- Models.Developerapps
- Models.DeveloperappsCreateOrPatch
- Models.Developerappsubscriptions
- Models.DeveloperappsubscriptionsCreateOrPatch
- Models.Directories
- Models.DirectoriesCreateOrPatch
- Models.Domains
- Models.DomainsCreateOrPatch
- Models.Faxaccounts
- Models.FaxaccountsCreateOrPatch
- Models.Faxes
- Models.FaxesCreateOrPatch
- Models.Find
- Models.FindAcceptedSenders200Response
- Models.FindAnnouncements200Response
- Models.FindAppMarketplace200Response
- Models.FindCallQueueAgents200Response
- Models.FindCallQueues200Response
- Models.FindChatRooms200Response
- Models.FindClients200Response
- Models.FindConferenceRooms200Response
- Models.FindContacts200Response
- Models.FindConversationMessages200Response
- Models.FindConversations200Response
- Models.FindCustomers200Response
- Models.FindDeveloperAppSubscriptions200Response
- Models.FindDeveloperApps200Response
- Models.FindDirectories200Response
- Models.FindDomains200Response
- Models.FindFaxAccounts200Response
- Models.FindFaxes200Response
- Models.FindFirewall200Response
- Models.FindGroupMembers200Response
- Models.FindGroups200Response
- Models.FindHolidays200Response
- Models.FindInvoiceItems200Response
- Models.FindInvoices200Response
- Models.FindLicenses200Response
- Models.FindMenuOptions200Response
- Models.FindMenus200Response
- Models.FindMessageBrands200Response
- Models.FindMessageCampaigns200Response
- Models.FindNumberPorts200Response
- Models.FindNumbers200Response
- Models.FindOffices200Response
- Models.FindPhoneInboundRuleActions200Response
- Models.FindPhoneInboundRules200Response
- Models.FindPhoneOutboundRuleActions200Response
- Models.FindPhoneOutboundRules200Response
- Models.FindRateCenters200Response
- Models.FindServers200Response
- Models.FindTimeSchedules200Response
- Models.FindUserTokens200Response
- Models.FindUsers200Response
- Models.FindVirtualExtensions200Response
- Models.Firewall
- Models.FirewallCreateOrPatch
- Models.GetAcceptedSender200Response
- Models.GetAnnouncement200Response
- Models.GetCallQueue200Response
- Models.GetCallQueueAgent200Response
- Models.GetChatRoom200Response
- Models.GetClient200Response
- Models.GetConferenceRoom200Response
- Models.GetContact200Response
- Models.GetConversation200Response
- Models.GetConversationMessage200Response
- Models.GetCustomer200Response
- Models.GetDeveloperApp200Response
- Models.GetDeveloperAppSubscription200Response
- Models.GetDomain200Response
- Models.GetFax200Response
- Models.GetFaxAccount200Response
- Models.GetFirewall200Response
- Models.GetGroup200Response
- Models.GetGroupMember200Response
- Models.GetHoliday200Response
- Models.GetInvoice200Response
- Models.GetInvoiceItem200Response
- Models.GetLicense200Response
- Models.GetMenu200Response
- Models.GetMenuOption200Response
- Models.GetMessageBrand200Response
- Models.GetMessageCampaign200Response
- Models.GetNumber200Response
- Models.GetNumberPort200Response
- Models.GetOffice200Response
- Models.GetPhoneInboundRule200Response
- Models.GetPhoneInboundRuleAction200Response
- Models.GetPhoneOutboundRule200Response
- Models.GetPhoneOutboundRuleAction200Response
- Models.GetRateCenter200Response
- Models.GetServer200Response
- Models.GetTimeSchedule200Response
- Models.GetUser200Response
- Models.GetUserToken200Response
- Models.GetVirtualExtension200Response
- Models.Getdirectory200Response
- Models.Groupmembers
- Models.GroupmembersCreateOrPatch
- Models.Groups
- Models.GroupsCreateOrPatch
- Models.Holidays
- Models.HolidaysCreateOrPatch
- Models.Id
- Models.Invoiceitems
- Models.Invoices
- Models.Licenses
- Models.LicensesCreateOrPatch
- Models.Menuoptions
- Models.MenuoptionsCreateOrPatch
- Models.Menus
- Models.MenusCreateOrPatch
- Models.Messagebrands
- Models.MessagebrandsCreateOrPatch
- Models.Messagecampaigns
- Models.MessagecampaignsCreateOrPatch
- Models.Numberports
- Models.NumberportsCreateOrPatch
- Models.Numbers
- Models.NumbersCreateOrPatch
- Models.Offices
- Models.OfficesCreateOrPatch
- Models.Phoneinboundruleactions
- Models.PhoneinboundruleactionsCreateOrPatch
- Models.Phoneinboundrules
- Models.PhoneinboundrulesCreateOrPatch
- Models.Phoneoutboundruleactions
- Models.PhoneoutboundruleactionsCreateOrPatch
- Models.Phoneoutboundrules
- Models.PhoneoutboundrulesCreateOrPatch
- Models.Ratecenters
- Models.ResponseDate
- Models.ResponseError
- Models.ResponseUsers
- Models.Servers
- Models.ServersCreateOrPatch
- Models.Timeschedules
- Models.TimeschedulesCreateOrPatch
- Models.TimeschedulesSunday
- Models.TimeschedulesSundaySchedulesInner
- Models.Users
- Models.UsersCommunication
- Models.UsersCommunicationNotifications
- Models.UsersCommunicationWeb
- Models.UsersCreateOrPatch
- Models.Usertokens
- Models.UsertokensCreateOrPatch
- Models.Virtualextensions
- Models.VirtualextensionsCreateOrPatch
Authentication schemes defined for the API:
- Type: API key
- API key parameter name: Authorization
- Location: HTTP header