latestOpenAPI 3.0.3MIT2026-08-124627160.3 KB

c04c2c708bf9

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

projectIdsstring[] required

The project IDs you want to add.

Example request

{
  "projectIds": [
    "3acb7ae1-cf3d-4112-ba5e-3a9d8c71cd47",
    "879c4177-af8a-4534-8168-cc2f66a1f2c6"
  ]
}

Response

The list of added projects.

addedProjectsstring[]

The added project IDs.

Example response

{
  "addedProjects": [
    "3acb7ae1-cf3d-4112-ba5e-3a9d8c71cd47",
    "879c4177-af8a-4534-8168-cc2f66a1f2c6"
  ]
}