GetScenarios
Gets the account’s scenarios.
Allowed roles: Owner, Admin, Developer.
Example request: Get two scenarios, but skip the first one.
Gets the account’s scenarios.
Allowed roles: Owner, Admin, Developer.
Example request: Get two scenarios, but skip the first one.
The scenario name to filter. Can be used instead of scenario_id. All scenarios containing this param in their names are returned. The parameter is case insensitive
Whether to get the scenario text. You must specify the ‘scenario_id’ too!
The first N records are skipped in the output
Voximplant Management API uses signed JWT tokens generated from your service-account private key. Pass the token in the Authorization header as a Bearer value:
See Authorization for ready-to-copy snippets in bash, Python, Node.js and Go that turn your credentials.json into a token.