Get a configuration by its id
GEThttps://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​
- 200
- 404
The configuration
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
property name* any
{}
No configuration for this key.
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L 'https://localhost:8900/config/:config_id' \
-H 'Accept: application/json'