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": {}
}
}{
"success": true,
"payload": {
"to": "J Smith",
"message": "test message",
"custom_callback_url": "www.example.com",
"state": "created",
"uuid": "6f837aa1-f6aa-45af-9764-3c4bfa84098f",
"thread": "fdbbf3c163f386c272ed1b75a1d898bf",
"delivered": false,
"reference_id": null,
"created_on": "2020-10-27T16:33:05.928Z",
"modified_on": "2020-10-27T16:33:05.928Z",
"automated": false
}
}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