Get User Config

Retrieve the authenticated user's config entries map.

Authentication

Requires X-Glue-Authentication.

1curl "https://api.hola.cloud/v1/config" \
2  -H "X-Glue-Authentication: YOUR_GLUE_TOKEN"
1{
2  "entries": {
3    "feature.newCheckout": true
4  }
5}

Comments

Leave a comment