Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

147 total results found

Common API - call record callback parameters

Voice API Call Log API

call record callback parameters Bill callback needs to be configured with a callback address for the corresponding account. Callback address configuration of bills: The customer provides an interface address that can receive json data, which can be configured ...

LANG
en

Interface Description

Message API SMS HTTP API Documentation

Interface Description Important Notes: The message content (UTF-8 encoded) needs to be converted to hexadecimal code before sending, for example, "你好" converts to "e4bda0e5a5bd" Phone numbers must include international country codes (e.g., 00628131565741) Pas...

Single SMS Sending

Message API SMS HTTP API Documentation

Single SMS Sending Request URL https://{domain}/sms/send?spid=xx&pwd=xx&das=xx&timestamp=xx&sm=x Request Method GET Parameter Description Field Type Name Description spid string Interface account pwd string Encrypted password Important note 3 das ...

LANG
en

Multiple SMS Sending

Message API SMS HTTP API Documentation

Multiple SMS Sending Request URL https://{domain}/sms/rsend Request Method POST Content-Type: application/x-www-form-urlencoded Parameter Description Field Type Name Description spid string Interface account pwd string Password Important note 3 ...

LANG
en

SMS Delivery Status Query

Message API SMS HTTP API Documentation

SMS Delivery Status Query Request URL https://{domain}/sms/state?spid=xx&pwd=xx&timestamp=xx&msgid=xx Request Method GET Parameter Description Field Type Name Description spid string Interface account pwd string Password Important note 3 timestamp...

LANG
en

Appendix-Hexadecimal conversion in Java and PHP

Message API SMS HTTP API Documentation

Appendix Java String to Hexadecimal public static String strToHex(String str) { String st = ""; try { byte[] by = str.getBytes("utf8"); for (int i = 0; i < by.length; i++) { String strs = Integer.toHexString(by[i]); ...

LANG
en

Voice Call API - Get extension call status

Voice API Manual Call API

Get extension call status Interface Description: Get the extension list information owned by the user. Request method: POST, form-data format request parameters parameter name type Is it necessary illustrate service string yes App.Sip_Status.GetSipCallS...

LANG
en

Voice Call API - Get extension enabled status

Voice API Manual Call API

Get extension enabled status Interface Description: Get the extension list information owned by the user. Request method: POST, form-data format request parameters parameter name type Is it necessary illustrate service string yes App.Sip_Status.GetSipVa...

LANG
en

Voice Call API - Get extension list information

Voice API Manual Call API

Get extension list information Interface Description: Get the extension list information owned by the user. Request method: POST, form-data format request parameters parameter name type Is it necessary illustrate service string yes App.Sip_Sipnum.GetSip...

LANG
en

Voice Call API - Get extension registration information

Voice API Manual Call API

Get extension registration information Interface Description: Get the extension list information owned by the user. Request method: POST, form-data format request parameters parameter name type Is it necessary illustrate service string yes App.Sip_Statu...

LANG
en

Voice Call API - Make a voice call

Voice API Manual Call API

Make a voice call Interface Description: Initiate a call directly to a number, most of which are applicable to calling the interface after clicking "Call" on the web page. Request method: POST, form-data format request parameters parameter name type Is it n...

LANG
en

Voice Call API - Voice call API access process

Voice API Manual Call API

Voice call API access process

Voice Menu - Create extension group

Voice API Manual Call API

Create extension group Interface Description: Create extension group Request method: POST, form-data format request parameters parameter name type Is it necessary illustrate service string yes App.Sip_Extgroup.AddExtgroup token string yes The token ob...

LANG
en

Voice Menu - Extension check-in extension group

Voice API Manual Call API

Extension check-in extension group Interface Description: Sign in an extension under the current user to an extension group owned by the user Request method: POST, form-data format request parameters parameter name type Is it necessary illustrate servic...

LANG
en

Voice Menu - Extension checkout extension group

Voice API Manual Call API

Extension checkout extension group Interface Description: Check out the extension under the current user from the extension group Request method: POST, form-data format request parameters parameter name type Is it necessary illustrate service string yes...

LANG
en

Voice Menu - Extension idle and busy state setting

Voice API Manual Call API

Extension idle and busy state setting Interface Description: Set the free/busy status of the extension Request method: POST, form-data format request parameters parameter name type Is it necessary illustrate service string yes App.Sip_Extgroup.EditExtnu...

LANG
en

Voice Menu - Get extension call status

Voice API Manual Call API

Get extension call status Interface Description: Get the extension list information owned by the user。 Request method: POST, form-data format request parameters parameter name type Is it necessary illustrate service string yes App.Sip_Status.GetSipCallS...

LANG
en

Voice Menu - Get extension idle(busy status)

Voice API Manual Call API

Get extension idle(busy status) Interface Description: Get the extension status in the extension group Request method: POST, form-data format request parameters parameter name type Is it necessary illustrate service string yes App.Sip_Extgroup.GetGroupE...

LANG
en

Voice Menu - Get extension enabled status

Voice API Manual Call API

Get extension enabled status Interface Description: Get the extension list information owned by the user。 Request method: POST, form-data format request parameters parameter name type Is it necessary illustrate service string yes App.Sip_Status.GetSipVa...

LANG
en

Voice Menu - Get extension list information

Voice API Manual Call API

Get extension list information Interface Description: Get the extension list information owned by the user。 Request method: POST, form-data format request parameters parameter name type Is it necessary illustrate service string yes App.Sip_Sipnum.GetSip...

LANG
en