# \InstanceInformationApi
All URIs are relative to *https://your-domain.atlassian.net*
[**get_license**](InstanceInformationApi.md#get_license) | **GET** /rest/api/2/instance/license | Get license
## get_license
> crate::models::License get_license()
Get license
Returns licensing information about the Jira instance. **[Permissions](#permissions) required:** None.
### Parameters
This endpoint does not need any parameter.
### Return type
[**crate::models::License**](License.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)