List Demos
Retrieve the list of demos available in the WebConsole.
Authentication
| Scheme | Type | Details |
|---|---|---|
JSON web token (JWT) or API key | Bearer token | Authorization header · Use a JWT token obtained via an OAuth2/OIDC login workflow or an API key obtained via the `/v0/api-keys` endpoint. |
Response
List of demos
- Demo[]
- object
curl -X GET '/v0/config/demos' \
-H 'Authorization: Bearer YOUR_TOKEN'List of demos
[]