Internal site. Jolli authentication required to view.
Skip to Content
API ReferencePlatformGET /v0/config/demos

List Demos

GET/v0/config/demosPlatform

Try it

GET/v0/config/demos
Authentication

Retrieve the list of demos available in the WebConsole.

Authentication

  • JSON web token (JWT) or API keyBearer token

Response

200List of demosapplication/json
  • Demo[]
    • object
500Failed to read demos from the demos directoriesapplication/json
  • object
    Information returned by REST API endpoints on error.
    • detailsobjectrequired
      Detailed error metadata. The contents of this field is determined by `error_code`.
    • error_codestringrequired
      Error code is a string that specifies this error type.
    • messagestringrequired
      Human-readable error message.
Request
curl -X GET 'https://api.example.com/v0/config/demos' \ -H 'Authorization: Bearer YOUR_TOKEN'
Response
[]