# \ServerInfoApi
All URIs are relative to *https://your-domain.atlassian.net*
[**get_server_info**](ServerInfoApi.md#get_server_info) | **GET** /rest/api/2/serverInfo | Get Jira instance info
## get_server_info
> crate::models::ServerInformation get_server_info()
Get Jira instance info
Returns information about the Jira instance. This operation can be accessed anonymously. **[Permissions](#permissions) required:** None.
### Parameters
This endpoint does not need any parameter.
### Return type
[**crate::models::ServerInformation**](ServerInformation.md)
### Authorization
[OAuth2](../README.md#OAuth2), [basicAuth](../README.md#basicAuth)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)