List Endpoints
GET
/v1/admin/platform/infra
const url = 'http://localhost:8080/v1/admin/platform/infra';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url http://localhost:8080/v1/admin/platform/infraResponses
Section titled “ Responses ”Successful Response
Media type application/json
Response List Endpoints V1 Admin Platform Infra Get
object
key
additional properties
any
Example generated
{}