• Access Mode
  • Admin Group
  • Admin User
  • Attachments
  • Backup and Restore
  • Category
  • Child Content
  • Content Blueprint
  • Content Body
  • Content Descendant
  • Content Labels
  • Content Property
  • Content Resource
  • Content Restrictions
  • Content Version
  • Content Watchers
  • GlobalColorScheme
  • Group
  • Instance Metrics
  • Label
  • Long Task
  • Server Information
  • Space
  • Space Label
  • Space Permissions
  • Space Property
  • Space Watchers
  • SpaceColorScheme
  • User
  • User Group
  • User Watch
  • Webhooks
  • Other operations
Server
Confluence Data Center / / REST API

Access Mode

Postman Collection
OpenAPI
GET

Get access mode status

Returns the access mode status for Confluence.

Request

This request has no parameters.

Responses

Returns the access mode status for Confluence. Example: {"mode":"PUBLIC"}

application/json

any

GET/rest/api/accessmode
1 2 3 curl --request GET \ --url 'http://{baseurl}/confluence/rest/api/accessmode' \ --header 'Accept: application/json'

Rate this page: