You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**401** | Unauthorized, you must add a valid JWT into Authorization Header with the format : `Bearer TOKEN` | - |
89
86
**403** | The JWT token hasn't the privileges or Roles for this action | - |
90
87
91
88
[[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)
@@ -104,7 +101,6 @@ Permet de récupérer une liste de toutes les organisations visibles corresponda
104
101
```python
105
102
import helloasso_python
106
103
from helloasso_python.models.hello_asso_api_v5_common_models_directory_list_organizations_request import HelloAssoApiV5CommonModelsDirectoryListOrganizationsRequest
107
-
from helloasso_python.models.results_with_pagination_model_synchronizable_organization_model import ResultsWithPaginationModelSynchronizableOrganizationModel
108
104
from helloasso_python.rest import ApiException
109
105
from pprint import pprint
110
106
@@ -131,9 +127,7 @@ with helloasso_python.ApiClient(configuration) as api_client:
@@ -21,7 +21,6 @@ Retourne aussi la commande associée. Uniquement dans le cas ou le paiement est
21
21
22
22
```python
23
23
import helloasso_python
24
-
from helloasso_python.models.hello_asso_api_v5_common_models_carts_checkout_intent_response import HelloAssoApiV5CommonModelsCartsCheckoutIntentResponse
25
24
from helloasso_python.rest import ApiException
26
25
from pprint import pprint
27
26
@@ -48,9 +47,7 @@ with helloasso_python.ApiClient(configuration) as api_client:
**401** | Unauthorized, you must add a valid JWT into Authorization Header with the format : `Bearer TOKEN` | - |
88
85
**403** | The JWT token hasn't the privileges or Roles for this action | - |
89
86
90
87
[[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)
0 commit comments