Server
Jira Service Management / / REST API
GET

Get general information about the current Jira server

Returns general information about the current Jira server.

Forge and OAuth2 apps cannot access this REST resource.

Request

This request has no parameters.

Responses

Returns a full representation of the server info in JSON format.

application/json

ServerInfoBean

GET/api/2/serverInfo
1 2 3 4 curl --request GET \ --url 'http://{baseurl}/rest/api/2/serverInfo' \ --user 'email@example.com:<api_token>' \ --header 'Accept: application/json'

Rate this page: