.dev
REST APIAPI Reference

Configs

GET
/v1/configs

Response Body

curl -X GET "https://example.com/v1/configs"
GET
/v1/options

Response Body

curl -X GET "https://example.com/v1/options"
GET
/v1/options/{key}

Path Parameters

key*string

Response Body

curl -X GET "https://example.com/v1/options/string"
DELETE
/v1/options/{key}

Path Parameters

key*string

Response Body

curl -X DELETE "https://example.com/v1/options/string"
PUT
/v1/options/{key}

Path Parameters

key*string

Response Body

curl -X PUT "https://example.com/v1/options/string"
POST
/v1/options/reload

Response Body

curl -X POST "https://example.com/v1/options/reload"