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` | - |
86
89
**403** | The JWT token hasn't the privileges or Roles for this action | - |
87
90
88
91
[[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)
@@ -101,6 +104,7 @@ Permet de récupérer une liste de toutes les organisations visibles corresponda
101
104
```python
102
105
import helloasso_python
103
106
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
104
108
from helloasso_python.rest import ApiException
105
109
from pprint import pprint
106
110
@@ -127,7 +131,9 @@ with helloasso_python.ApiClient(configuration) as api_client:
@@ -21,6 +21,7 @@ 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
24
25
from helloasso_python.rest import ApiException
25
26
from pprint import pprint
26
27
@@ -47,7 +48,9 @@ with helloasso_python.ApiClient(configuration) as api_client:
**401** | Unauthorized, you must add a valid JWT into Authorization Header with the format : `Bearer TOKEN` | - |
85
88
**403** | The JWT token hasn't the privileges or Roles for this action | - |
86
89
87
90
[[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