Skip to content
API

Store API

This API allows to query the configuration of the Store.

Get Store configuration

This operation lets you get the state of the Store.

curl http://drydock:3000/api/v1/store

{
   "configuration":{
      "path":"/store",
      "file":"dd.json"
   }
}