{
"opencollection": "1.0.0",
"info": {
"name": "Atlassian Admin Account Server Info API",
"version": "1.0.0"
},
"request": {
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"items": [
{
"info": {
"name": "Server Info",
"type": "folder"
},
"items": [
{
"info": {
"name": "Atlassian Get Jira Instance Info",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.atlassian.com/rest/api/3/serverInfo"
},
"docs": "Returns information about the Jira instance.
This operation can be accessed anonymously.
**[Permissions](#permissions) required:** None."
}
]
}
],
"bundled": true
}