Dictionary

ListDictTimeZone

GET https://api.opentact.org/dict/tz

List all timezones

Headers

Name
Type
Description

Authorization

string

JWT or Bearer

{
  "success": true,
  "payload": {
    "created_on": "2019-08-24T14:15:22Z",
    "modified_on": "2019-08-24T14:15:22Z",
    "uuid": "string",
    "tn": {},
    "to": "string",
    "thread": "string",
    "message": "string",
    "reference_id": "string",
    "state": "created",
    "delivered": true,
    "automated": true,
    "custom_callback_url": "string",
    "account": {},
    "created_by": {}
  }
}

Code Example

ListDictCountry

GET https://api.opentact.org/dict/country

List all countries

Headers

Name
Type
Description

Authorization

string

JWT or Bearer

UploadDictLERG

POST https://api.opentact.org/dict/lerg

Upload LERG csv file

Headers

Name
Type
Description

Authorization

string

JWT or Bearer

UploadDictLERG

POST https://api.opentact.org/dict/lerg

Upload LERG csv file

Headers

Name
Type
Description

Authorization

string

JWT or Bearer

GetSIPConnectionProductsList

GET https://api.opentact.org/sip/connection/product

Get SIP connection products list

Headers

Name
Type
Description

Authorization

string

JWT

Last updated