List Collections
Returns a list of all collections in the KVNode.
Authentication
Requires internal authentication. Pass credentials via X-Glue-Authentication header, or apikey and secret headers.
Example Request
1curl "https://api.hola.cloud/v1/collections" \
2 -H "X-Glue-Authentication: YOUR_AUTH_TOKEN"
Example Response
1HTTP/1.1 200 OK
2Content-Type: application/json
1{
2 "collections": ["users", "sessions"]
3}
Error Codes
| Status | Code | Description |
|---|---|---|
| 403 | forbidden | Missing authentication headers |
| 500 | internal_error | Internal server error |
Comments