Projects
Add additional projects to EST
Programmatically add additional projects for use with Elastic SIP Trunking. If you list a project ID which EST is already aware of, it will be ignored.
post/addProjects
Request body
Example request
{
"projectIds": [
"3acb7ae1-cf3d-4112-ba5e-3a9d8c71cd47",
"879c4177-af8a-4534-8168-cc2f66a1f2c6"
]
}Response
The list of added projects.
Example response
{
"addedProjects": [
"3acb7ae1-cf3d-4112-ba5e-3a9d8c71cd47",
"879c4177-af8a-4534-8168-cc2f66a1f2c6"
]
}