# \TokenApi
All URIs are relative to */api*
[**list_available_scopes**](TokenApi.md#list_available_scopes) | **GET** /tokens/list/scopes | list of available scopes
## list_available_scopes
> Vec<models::ScopeDomain> list_available_scopes()
list of available scopes
### Parameters
This endpoint does not need any parameter.
### Return type
[**Vec<models::ScopeDomain>**](ScopeDomain.md)
### Authorization
[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)
### 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)