Skip to main content
Version: 4.2.0

Get a configuration by its id

GET 

https://localhost:8900/config/:config_id

Experimental: This API is not stable and might be subject of change.
Fetch a configuration by id.

Request​

Path Parameters

    config_id stringrequired

    the identifier of the config to get.

Responses​

The configuration

Response Headers

  • Fix-Config-Revision

    string

    The revision of this config

Schema

    property name* any
curl -L 'https://localhost:8900/config/:config_id' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://localhost:8900
Parameters
— pathrequired