mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2026-02-09 02:29:59 +00:00
* fix hosted app, register by email * update mailgun configuration * update payment method when update card * fix * fix * fix * change free plan settings * fix forgot password * fix forgot password * fix * fix
22 lines
303 B
JSON
22 lines
303 B
JSON
{
|
|
"trial": [
|
|
{
|
|
"category": "voice_call_session",
|
|
"quantity": 5
|
|
},
|
|
{
|
|
"category": "device",
|
|
"quantity": 0
|
|
}
|
|
],
|
|
"free": [
|
|
{
|
|
"category": "voice_call_session",
|
|
"quantity": 1
|
|
},
|
|
{
|
|
"category": "device",
|
|
"quantity": 1
|
|
}
|
|
]
|
|
} |