Get Vivox Config
GET/v1/environment/:environment_id/vivox
Get the vivox configuration for a specific environment
Request
Path Parameters
The environment ID for this request
Responses
- 200
- 404
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
- VivoxConfig
- DefaultVoipConfigResponse
anyOf
If vivox configuration is enabled or not
Possible values: non-empty and <= 200 characters
Vivox server to request and validate tokens from
Possible values: non-empty and <= 200 characters
Issuer for vivox tokens
Possible values: > 0
Lifetime of generated vivox tokens
Possible values: [HS256]
An enumeration.
Possible values: non-empty
Key used to sign vivox tokens. Need elevated permissions to view
If vivox configuration is enabled or not
Vivox server to request and validate tokens from
Issuer for vivox tokens
Possible values: > 0
Default value: 60
Lifetime of generated vivox tokens
Possible values: [HS256]
An enumeration.
Possible values: non-empty
Key used to sign vivox tokens. Need elevated permissions to view
{}
Not Found
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}