Apache CouchDB · Example Payload

Apache Couchdb Session Info Example

ApacheDatabaseDocument StoreJSONNoSQLOpen SourceReplicationREST

Apache Couchdb Session Info Example is an example object payload from Apache CouchDB, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

okuserCtxinfo

Example Payload

Raw ↑
{
  "ok": true,
  "userCtx": {
    "name": "admin",
    "roles": [
      "_admin"
    ]
  },
  "info": {
    "authentication_handlers": [
      "cookie",
      "default"
    ]
  }
}