Extensions
Authorizations
X-Auth-TokenstringRequired
PCD Identity Service token authentication
Responses
200
OK
application/json
get/v3/extensions
GET /cinder/v3/extensions HTTP/1.1
Host: example.platform9.com
X-Auth-Token: YOUR_API_KEY
Accept: */*
200
OK
{
"extensions": [
{
"alias": "text",
"description": "text",
"links": [
{
"href": "https://example.com",
"rel": "text",
"type": "text"
}
],
"name": "text",
"updated": "2026-01-01T00:00:00.000Z"
}
]
}Last updated
Was this helpful?
