Skip to Content
API ReferencePlatformList Demos

List Demos

GET/v0/config/demos
Authentication

Retrieve the list of demos available in the WebConsole.

Authentication

SchemeTypeDetails
JSON web token (JWT) or API keyBearer tokenAuthorization header · Use a JWT token obtained via an OAuth2/OIDC login workflow or an API key obtained via the `/v0/api-keys` endpoint.

Response

application/json
List of demos
  • Demo[]
    • object
Request
curl -X GET '/v0/config/demos' \
  -H 'Authorization: Bearer YOUR_TOKEN'
Response
List of demos
[]