spatialflow 0.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- spatialflow/__init__.py +91 -0
- spatialflow/_generated/.github/workflows/python.yml +31 -0
- spatialflow/_generated/.gitignore +66 -0
- spatialflow/_generated/.gitlab-ci.yml +31 -0
- spatialflow/_generated/.openapi-generator/FILES +390 -0
- spatialflow/_generated/.openapi-generator/VERSION +1 -0
- spatialflow/_generated/.openapi-generator-ignore +23 -0
- spatialflow/_generated/.spec-hash +1 -0
- spatialflow/_generated/.travis.yml +17 -0
- spatialflow/_generated/README.md +537 -0
- spatialflow/_generated/__init__.py +1 -0
- spatialflow/_generated/docs/APIUsageStats.md +32 -0
- spatialflow/_generated/docs/AccountApi.md +1751 -0
- spatialflow/_generated/docs/ActionDeliverySuccessMetrics.md +32 -0
- spatialflow/_generated/docs/ActionResponse.md +32 -0
- spatialflow/_generated/docs/ActionRetryConfigSchema.md +32 -0
- spatialflow/_generated/docs/ActivitySummary.md +30 -0
- spatialflow/_generated/docs/AdminApi.md +1787 -0
- spatialflow/_generated/docs/ApiKeyCreateRequest.md +31 -0
- spatialflow/_generated/docs/ApiKeyCreateResponse.md +31 -0
- spatialflow/_generated/docs/ApiKeyResponse.md +38 -0
- spatialflow/_generated/docs/ApiKeyUpdateRequest.md +33 -0
- spatialflow/_generated/docs/AsyncUploadGeofencesResponse.md +33 -0
- spatialflow/_generated/docs/AuthTypeEnum.md +17 -0
- spatialflow/_generated/docs/AuthenticationApi.md +1289 -0
- spatialflow/_generated/docs/BatchLocationUpdateIn.md +30 -0
- spatialflow/_generated/docs/BillingApi.md +925 -0
- spatialflow/_generated/docs/BulkGeofenceRequest.md +29 -0
- spatialflow/_generated/docs/ChangePasswordSchema.md +30 -0
- spatialflow/_generated/docs/CheckoutSessionRequest.md +32 -0
- spatialflow/_generated/docs/CheckoutSessionResponse.md +31 -0
- spatialflow/_generated/docs/CircuitBreakerSchema.md +33 -0
- spatialflow/_generated/docs/ConfigFieldDefinitionRequest.md +41 -0
- spatialflow/_generated/docs/ConfigFieldDefinitionResponse.md +43 -0
- spatialflow/_generated/docs/ConfirmPasswordResetSchema.md +31 -0
- spatialflow/_generated/docs/CreateFromTemplateIn.md +30 -0
- spatialflow/_generated/docs/CreateGeofenceRequest.md +36 -0
- spatialflow/_generated/docs/CreateIntegrationSchema.md +33 -0
- spatialflow/_generated/docs/CreateUserSchema.md +35 -0
- spatialflow/_generated/docs/CreateWebhookRequest.md +43 -0
- spatialflow/_generated/docs/DashboardComparisonMetrics.md +32 -0
- spatialflow/_generated/docs/DashboardMetricsResponse.md +36 -0
- spatialflow/_generated/docs/DefaultApi.md +585 -0
- spatialflow/_generated/docs/DeleteFileResponse.md +30 -0
- spatialflow/_generated/docs/DeliveryStatusEnum.md +15 -0
- spatialflow/_generated/docs/DeviceIn.md +32 -0
- spatialflow/_generated/docs/DeviceOut.md +37 -0
- spatialflow/_generated/docs/DevicesApi.md +1213 -0
- spatialflow/_generated/docs/E2ETestApi.md +271 -0
- spatialflow/_generated/docs/EmailApi.md +541 -0
- spatialflow/_generated/docs/EmailHealthResponse.md +31 -0
- spatialflow/_generated/docs/EmailQueueStats.md +34 -0
- spatialflow/_generated/docs/EmailStats.md +31 -0
- spatialflow/_generated/docs/EmailStatusResponse.md +36 -0
- spatialflow/_generated/docs/ErrorResponse.md +32 -0
- spatialflow/_generated/docs/ExecutionOut.md +38 -0
- spatialflow/_generated/docs/ExportIntegrationSchema.md +35 -0
- spatialflow/_generated/docs/FileListResponse.md +31 -0
- spatialflow/_generated/docs/ForgotPasswordSchema.md +29 -0
- spatialflow/_generated/docs/GPXPlaybackOut.md +42 -0
- spatialflow/_generated/docs/GPXRouteOut.md +40 -0
- spatialflow/_generated/docs/GPXSimulatorApi.md +883 -0
- spatialflow/_generated/docs/GeoJSONPoint.md +31 -0
- spatialflow/_generated/docs/GeofenceListResponse.md +31 -0
- spatialflow/_generated/docs/GeofenceResponse.md +43 -0
- spatialflow/_generated/docs/GeofenceStats.md +30 -0
- spatialflow/_generated/docs/GeofenceTestResult.md +33 -0
- spatialflow/_generated/docs/GeofencesApi.md +1524 -0
- spatialflow/_generated/docs/HealthCheckResponse.md +31 -0
- spatialflow/_generated/docs/HealthResponse.md +32 -0
- spatialflow/_generated/docs/ImportIntegrationSchema.md +32 -0
- spatialflow/_generated/docs/ImportResultSchema.md +33 -0
- spatialflow/_generated/docs/IntegrationDetailSchema.md +44 -0
- spatialflow/_generated/docs/IntegrationResponseSchema.md +42 -0
- spatialflow/_generated/docs/IntegrationStatsSchema.md +36 -0
- spatialflow/_generated/docs/IntegrationTypeListResponse.md +34 -0
- spatialflow/_generated/docs/IntegrationTypeRequest.md +40 -0
- spatialflow/_generated/docs/IntegrationTypeResponse.md +45 -0
- spatialflow/_generated/docs/IntegrationsApi.md +2008 -0
- spatialflow/_generated/docs/InvoiceLineItem.md +33 -0
- spatialflow/_generated/docs/InvoiceListResponse.md +31 -0
- spatialflow/_generated/docs/InvoiceResponse.md +40 -0
- spatialflow/_generated/docs/LocationBatchIn.md +31 -0
- spatialflow/_generated/docs/LocationImportResponse.md +41 -0
- spatialflow/_generated/docs/LocationIngestResponse.md +35 -0
- spatialflow/_generated/docs/LocationPointIn.md +38 -0
- spatialflow/_generated/docs/LocationUpdateIn.md +36 -0
- spatialflow/_generated/docs/LocationUpdateOut.md +32 -0
- spatialflow/_generated/docs/LoginResponse.md +33 -0
- spatialflow/_generated/docs/LoginSchema.md +30 -0
- spatialflow/_generated/docs/MemberActionResponse.md +33 -0
- spatialflow/_generated/docs/MemberSummary.md +36 -0
- spatialflow/_generated/docs/MethodEnum.md +17 -0
- spatialflow/_generated/docs/OAuthAuthorizeResponse.md +29 -0
- spatialflow/_generated/docs/OAuthCallbackQuery.md +32 -0
- spatialflow/_generated/docs/OAuthLinkResponse.md +31 -0
- spatialflow/_generated/docs/OAuthProvidersResponse.md +29 -0
- spatialflow/_generated/docs/OnboardingProgressResponse.md +37 -0
- spatialflow/_generated/docs/PaymentMethodResponse.md +37 -0
- spatialflow/_generated/docs/PingResponse.md +31 -0
- spatialflow/_generated/docs/PlanChangePreviewResponse.md +35 -0
- spatialflow/_generated/docs/PlanFeatures.md +36 -0
- spatialflow/_generated/docs/PlanLimits.md +34 -0
- spatialflow/_generated/docs/PlanResponse.md +37 -0
- spatialflow/_generated/docs/PortalSessionRequest.md +30 -0
- spatialflow/_generated/docs/PortalSessionResponse.md +30 -0
- spatialflow/_generated/docs/PresignedUrlRequest.md +31 -0
- spatialflow/_generated/docs/PresignedUrlResponse.md +35 -0
- spatialflow/_generated/docs/PrivacyErasureRequest.md +35 -0
- spatialflow/_generated/docs/PrivacyErasureResponse.md +36 -0
- spatialflow/_generated/docs/PublicApi.md +389 -0
- spatialflow/_generated/docs/PublicLocationIngestApi.md +249 -0
- spatialflow/_generated/docs/RateLimitResponse.md +32 -0
- spatialflow/_generated/docs/RecentActivity.md +31 -0
- spatialflow/_generated/docs/RefreshTokenSchema.md +29 -0
- spatialflow/_generated/docs/RegisterSchema.md +37 -0
- spatialflow/_generated/docs/ResendVerificationSchema.md +29 -0
- spatialflow/_generated/docs/ResetPasswordSchema.md +31 -0
- spatialflow/_generated/docs/RetryPolicyResponseSchema.md +32 -0
- spatialflow/_generated/docs/RetryPolicySchema.md +35 -0
- spatialflow/_generated/docs/RetryStrategyEnum.md +14 -0
- spatialflow/_generated/docs/SeedDataResponseSchema.md +31 -0
- spatialflow/_generated/docs/SendEmailRequest.md +33 -0
- spatialflow/_generated/docs/SetupIntentResponse.md +30 -0
- spatialflow/_generated/docs/SignupRequest.md +40 -0
- spatialflow/_generated/docs/StartPlaybackRequest.md +30 -0
- spatialflow/_generated/docs/StorageApi.md +494 -0
- spatialflow/_generated/docs/SubscriptionActionResponse.md +32 -0
- spatialflow/_generated/docs/SubscriptionResponse.md +36 -0
- spatialflow/_generated/docs/SubscriptionsApi.md +677 -0
- spatialflow/_generated/docs/SuccessResponse.md +31 -0
- spatialflow/_generated/docs/SystemApi.md +137 -0
- spatialflow/_generated/docs/TemplateOut.md +35 -0
- spatialflow/_generated/docs/TestEventRequest.md +29 -0
- spatialflow/_generated/docs/TestIntegrationResponseSchema.md +31 -0
- spatialflow/_generated/docs/TestPointRequest.md +34 -0
- spatialflow/_generated/docs/TestPointResponse.md +33 -0
- spatialflow/_generated/docs/TestWebhookRequest.md +32 -0
- spatialflow/_generated/docs/TestWorkflowIn.md +29 -0
- spatialflow/_generated/docs/TileMetadata.md +36 -0
- spatialflow/_generated/docs/TilesApi.md +462 -0
- spatialflow/_generated/docs/UnsubscribeRequest.md +29 -0
- spatialflow/_generated/docs/UnsubscribeResponse.md +31 -0
- spatialflow/_generated/docs/UpdateGeofenceRequest.md +37 -0
- spatialflow/_generated/docs/UpdateIntegrationSchema.md +33 -0
- spatialflow/_generated/docs/UpdateMemberRoleRequest.md +30 -0
- spatialflow/_generated/docs/UpdateOnboardingProgressRequest.md +30 -0
- spatialflow/_generated/docs/UpdateProfileRequest.md +45 -0
- spatialflow/_generated/docs/UpdateUserWorkspaceRequest.md +31 -0
- spatialflow/_generated/docs/UpdateWebhookRequest.md +43 -0
- spatialflow/_generated/docs/UploadGeofencesRequest.md +31 -0
- spatialflow/_generated/docs/UploadJobStatus.md +42 -0
- spatialflow/_generated/docs/UsageMetrics.md +33 -0
- spatialflow/_generated/docs/UsageResponse.md +36 -0
- spatialflow/_generated/docs/UsageStats.md +32 -0
- spatialflow/_generated/docs/UserActionResponse.md +35 -0
- spatialflow/_generated/docs/UserApprovalRequest.md +30 -0
- spatialflow/_generated/docs/UserInviteRequest.md +33 -0
- spatialflow/_generated/docs/UserInviteResponse.md +36 -0
- spatialflow/_generated/docs/UserListResponse.md +34 -0
- spatialflow/_generated/docs/UserProfileResponse.md +55 -0
- spatialflow/_generated/docs/UserRejectionRequest.md +30 -0
- spatialflow/_generated/docs/UserResponse.md +44 -0
- spatialflow/_generated/docs/UserSummary.md +41 -0
- spatialflow/_generated/docs/UserUsageResponse.md +38 -0
- spatialflow/_generated/docs/UserWorkspaceResponse.md +34 -0
- spatialflow/_generated/docs/WebhookDeliveryDetailResponse.md +49 -0
- spatialflow/_generated/docs/WebhookDeliveryListResponse.md +31 -0
- spatialflow/_generated/docs/WebhookDeliveryResponse.md +46 -0
- spatialflow/_generated/docs/WebhookListResponse.md +31 -0
- spatialflow/_generated/docs/WebhookMetricsResponse.md +31 -0
- spatialflow/_generated/docs/WebhookResponse.md +50 -0
- spatialflow/_generated/docs/WebhookTestResponse.md +36 -0
- spatialflow/_generated/docs/WebhooksApi.md +1384 -0
- spatialflow/_generated/docs/WorkflowImportSchema.md +30 -0
- spatialflow/_generated/docs/WorkflowIn.md +32 -0
- spatialflow/_generated/docs/WorkflowListOut.md +39 -0
- spatialflow/_generated/docs/WorkflowListResponse.md +32 -0
- spatialflow/_generated/docs/WorkflowOut.md +42 -0
- spatialflow/_generated/docs/WorkflowRetryPolicyUpdateSchema.md +32 -0
- spatialflow/_generated/docs/WorkflowStepRetrySchema.md +33 -0
- spatialflow/_generated/docs/WorkflowUpdate.md +33 -0
- spatialflow/_generated/docs/WorkflowsApi.md +2599 -0
- spatialflow/_generated/docs/WorkspaceDeleteResponse.md +33 -0
- spatialflow/_generated/docs/WorkspaceDetail.md +37 -0
- spatialflow/_generated/docs/WorkspaceDetailResponse.md +41 -0
- spatialflow/_generated/docs/WorkspaceIn.md +34 -0
- spatialflow/_generated/docs/WorkspaceListItem.md +39 -0
- spatialflow/_generated/docs/WorkspaceListResponse.md +34 -0
- spatialflow/_generated/docs/WorkspaceMembersResponse.md +35 -0
- spatialflow/_generated/docs/WorkspaceOut.md +38 -0
- spatialflow/_generated/docs/WorkspaceSummary.md +32 -0
- spatialflow/_generated/docs/WorkspaceUpdateRequest.md +34 -0
- spatialflow/_generated/docs/WorkspaceUpdateResponse.md +33 -0
- spatialflow/_generated/docs/WorkspacesApi.md +241 -0
- spatialflow/_generated/git_push.sh +57 -0
- spatialflow/_generated/pyproject.toml +91 -0
- spatialflow/_generated/requirements.txt +6 -0
- spatialflow/_generated/setup.cfg +2 -0
- spatialflow/_generated/setup.py +51 -0
- spatialflow/_generated/spatialflow_generated/__init__.py +216 -0
- spatialflow/_generated/spatialflow_generated/api/__init__.py +24 -0
- spatialflow/_generated/spatialflow_generated/api/account_api.py +5675 -0
- spatialflow/_generated/spatialflow_generated/api/admin_api.py +6173 -0
- spatialflow/_generated/spatialflow_generated/api/authentication_api.py +4753 -0
- spatialflow/_generated/spatialflow_generated/api/billing_api.py +3151 -0
- spatialflow/_generated/spatialflow_generated/api/default_api.py +2157 -0
- spatialflow/_generated/spatialflow_generated/api/devices_api.py +3965 -0
- spatialflow/_generated/spatialflow_generated/api/e2_e_test_api.py +1049 -0
- spatialflow/_generated/spatialflow_generated/api/email_api.py +1879 -0
- spatialflow/_generated/spatialflow_generated/api/geofences_api.py +4899 -0
- spatialflow/_generated/spatialflow_generated/api/gpx_simulator_api.py +2824 -0
- spatialflow/_generated/spatialflow_generated/api/integrations_api.py +6952 -0
- spatialflow/_generated/spatialflow_generated/api/public_api.py +1506 -0
- spatialflow/_generated/spatialflow_generated/api/public_location_ingest_api.py +845 -0
- spatialflow/_generated/spatialflow_generated/api/storage_api.py +1642 -0
- spatialflow/_generated/spatialflow_generated/api/subscriptions_api.py +2356 -0
- spatialflow/_generated/spatialflow_generated/api/system_api.py +529 -0
- spatialflow/_generated/spatialflow_generated/api/tiles_api.py +1626 -0
- spatialflow/_generated/spatialflow_generated/api/webhooks_api.py +4579 -0
- spatialflow/_generated/spatialflow_generated/api/workflows_api.py +8334 -0
- spatialflow/_generated/spatialflow_generated/api/workspaces_api.py +813 -0
- spatialflow/_generated/spatialflow_generated/api_client.py +800 -0
- spatialflow/_generated/spatialflow_generated/api_response.py +21 -0
- spatialflow/_generated/spatialflow_generated/configuration.py +599 -0
- spatialflow/_generated/spatialflow_generated/exceptions.py +199 -0
- spatialflow/_generated/spatialflow_generated/models/__init__.py +180 -0
- spatialflow/_generated/spatialflow_generated/models/action_delivery_success_metrics.py +96 -0
- spatialflow/_generated/spatialflow_generated/models/action_response.py +96 -0
- spatialflow/_generated/spatialflow_generated/models/action_retry_config_schema.py +114 -0
- spatialflow/_generated/spatialflow_generated/models/activity_summary.py +89 -0
- spatialflow/_generated/spatialflow_generated/models/api_key_create_request.py +95 -0
- spatialflow/_generated/spatialflow_generated/models/api_key_create_response.py +89 -0
- spatialflow/_generated/spatialflow_generated/models/api_key_response.py +109 -0
- spatialflow/_generated/spatialflow_generated/models/api_key_update_request.py +114 -0
- spatialflow/_generated/spatialflow_generated/models/api_usage_stats.py +98 -0
- spatialflow/_generated/spatialflow_generated/models/async_upload_geofences_response.py +93 -0
- spatialflow/_generated/spatialflow_generated/models/auth_type_enum.py +39 -0
- spatialflow/_generated/spatialflow_generated/models/batch_location_update_in.py +97 -0
- spatialflow/_generated/spatialflow_generated/models/bulk_geofence_request.py +95 -0
- spatialflow/_generated/spatialflow_generated/models/change_password_schema.py +89 -0
- spatialflow/_generated/spatialflow_generated/models/checkout_session_request.py +91 -0
- spatialflow/_generated/spatialflow_generated/models/checkout_session_response.py +89 -0
- spatialflow/_generated/spatialflow_generated/models/circuit_breaker_schema.py +94 -0
- spatialflow/_generated/spatialflow_generated/models/config_field_definition_request.py +134 -0
- spatialflow/_generated/spatialflow_generated/models/config_field_definition_response.py +138 -0
- spatialflow/_generated/spatialflow_generated/models/confirm_password_reset_schema.py +89 -0
- spatialflow/_generated/spatialflow_generated/models/create_from_template_in.py +94 -0
- spatialflow/_generated/spatialflow_generated/models/create_geofence_request.py +125 -0
- spatialflow/_generated/spatialflow_generated/models/create_integration_schema.py +106 -0
- spatialflow/_generated/spatialflow_generated/models/create_user_schema.py +99 -0
- spatialflow/_generated/spatialflow_generated/models/create_webhook_request.py +136 -0
- spatialflow/_generated/spatialflow_generated/models/dashboard_comparison_metrics.py +96 -0
- spatialflow/_generated/spatialflow_generated/models/dashboard_metrics_response.py +108 -0
- spatialflow/_generated/spatialflow_generated/models/delete_file_response.py +89 -0
- spatialflow/_generated/spatialflow_generated/models/delivery_status_enum.py +38 -0
- spatialflow/_generated/spatialflow_generated/models/device_in.py +98 -0
- spatialflow/_generated/spatialflow_generated/models/device_out.py +114 -0
- spatialflow/_generated/spatialflow_generated/models/email_health_response.py +92 -0
- spatialflow/_generated/spatialflow_generated/models/email_queue_stats.py +97 -0
- spatialflow/_generated/spatialflow_generated/models/email_stats.py +91 -0
- spatialflow/_generated/spatialflow_generated/models/email_status_response.py +112 -0
- spatialflow/_generated/spatialflow_generated/models/error_response.py +101 -0
- spatialflow/_generated/spatialflow_generated/models/execution_out.py +126 -0
- spatialflow/_generated/spatialflow_generated/models/export_integration_schema.py +97 -0
- spatialflow/_generated/spatialflow_generated/models/file_list_response.py +91 -0
- spatialflow/_generated/spatialflow_generated/models/forgot_password_schema.py +87 -0
- spatialflow/_generated/spatialflow_generated/models/geo_json_point.py +97 -0
- spatialflow/_generated/spatialflow_generated/models/geofence_list_response.py +97 -0
- spatialflow/_generated/spatialflow_generated/models/geofence_response.py +139 -0
- spatialflow/_generated/spatialflow_generated/models/geofence_stats.py +89 -0
- spatialflow/_generated/spatialflow_generated/models/geofence_test_result.py +98 -0
- spatialflow/_generated/spatialflow_generated/models/gpx_playback_out.py +128 -0
- spatialflow/_generated/spatialflow_generated/models/gpx_route_out.py +119 -0
- spatialflow/_generated/spatialflow_generated/models/health_check_response.py +91 -0
- spatialflow/_generated/spatialflow_generated/models/health_response.py +91 -0
- spatialflow/_generated/spatialflow_generated/models/import_integration_schema.py +100 -0
- spatialflow/_generated/spatialflow_generated/models/import_result_schema.py +103 -0
- spatialflow/_generated/spatialflow_generated/models/integration_detail_schema.py +125 -0
- spatialflow/_generated/spatialflow_generated/models/integration_response_schema.py +123 -0
- spatialflow/_generated/spatialflow_generated/models/integration_stats_schema.py +116 -0
- spatialflow/_generated/spatialflow_generated/models/integration_type_list_response.py +103 -0
- spatialflow/_generated/spatialflow_generated/models/integration_type_request.py +117 -0
- spatialflow/_generated/spatialflow_generated/models/integration_type_response.py +128 -0
- spatialflow/_generated/spatialflow_generated/models/invoice_line_item.py +93 -0
- spatialflow/_generated/spatialflow_generated/models/invoice_list_response.py +97 -0
- spatialflow/_generated/spatialflow_generated/models/invoice_response.py +120 -0
- spatialflow/_generated/spatialflow_generated/models/location_batch_in.py +102 -0
- spatialflow/_generated/spatialflow_generated/models/location_import_response.py +120 -0
- spatialflow/_generated/spatialflow_generated/models/location_ingest_response.py +117 -0
- spatialflow/_generated/spatialflow_generated/models/location_point_in.py +129 -0
- spatialflow/_generated/spatialflow_generated/models/location_update_in.py +132 -0
- spatialflow/_generated/spatialflow_generated/models/location_update_out.py +93 -0
- spatialflow/_generated/spatialflow_generated/models/login_response.py +95 -0
- spatialflow/_generated/spatialflow_generated/models/login_schema.py +89 -0
- spatialflow/_generated/spatialflow_generated/models/member_action_response.py +98 -0
- spatialflow/_generated/spatialflow_generated/models/member_summary.py +114 -0
- spatialflow/_generated/spatialflow_generated/models/method_enum.py +39 -0
- spatialflow/_generated/spatialflow_generated/models/o_auth_authorize_response.py +87 -0
- spatialflow/_generated/spatialflow_generated/models/o_auth_callback_query.py +103 -0
- spatialflow/_generated/spatialflow_generated/models/o_auth_link_response.py +91 -0
- spatialflow/_generated/spatialflow_generated/models/o_auth_providers_response.py +87 -0
- spatialflow/_generated/spatialflow_generated/models/onboarding_progress_response.py +112 -0
- spatialflow/_generated/spatialflow_generated/models/payment_method_response.py +116 -0
- spatialflow/_generated/spatialflow_generated/models/ping_response.py +91 -0
- spatialflow/_generated/spatialflow_generated/models/plan_change_preview_response.py +104 -0
- spatialflow/_generated/spatialflow_generated/models/plan_features.py +109 -0
- spatialflow/_generated/spatialflow_generated/models/plan_limits.py +95 -0
- spatialflow/_generated/spatialflow_generated/models/plan_response.py +114 -0
- spatialflow/_generated/spatialflow_generated/models/portal_session_request.py +87 -0
- spatialflow/_generated/spatialflow_generated/models/portal_session_response.py +87 -0
- spatialflow/_generated/spatialflow_generated/models/presigned_url_request.py +91 -0
- spatialflow/_generated/spatialflow_generated/models/presigned_url_response.py +99 -0
- spatialflow/_generated/spatialflow_generated/models/privacy_erasure_request.py +118 -0
- spatialflow/_generated/spatialflow_generated/models/privacy_erasure_response.py +110 -0
- spatialflow/_generated/spatialflow_generated/models/rate_limit_response.py +91 -0
- spatialflow/_generated/spatialflow_generated/models/recent_activity.py +91 -0
- spatialflow/_generated/spatialflow_generated/models/refresh_token_schema.py +87 -0
- spatialflow/_generated/spatialflow_generated/models/register_schema.py +133 -0
- spatialflow/_generated/spatialflow_generated/models/resend_verification_schema.py +87 -0
- spatialflow/_generated/spatialflow_generated/models/reset_password_schema.py +91 -0
- spatialflow/_generated/spatialflow_generated/models/retry_policy_response_schema.py +95 -0
- spatialflow/_generated/spatialflow_generated/models/retry_policy_schema.py +99 -0
- spatialflow/_generated/spatialflow_generated/models/retry_strategy_enum.py +38 -0
- spatialflow/_generated/spatialflow_generated/models/seed_data_response_schema.py +91 -0
- spatialflow/_generated/spatialflow_generated/models/send_email_request.py +100 -0
- spatialflow/_generated/spatialflow_generated/models/setup_intent_response.py +87 -0
- spatialflow/_generated/spatialflow_generated/models/signup_request.py +164 -0
- spatialflow/_generated/spatialflow_generated/models/start_playback_request.py +89 -0
- spatialflow/_generated/spatialflow_generated/models/subscription_action_response.py +100 -0
- spatialflow/_generated/spatialflow_generated/models/subscription_response.py +113 -0
- spatialflow/_generated/spatialflow_generated/models/success_response.py +94 -0
- spatialflow/_generated/spatialflow_generated/models/template_out.py +104 -0
- spatialflow/_generated/spatialflow_generated/models/test_event_request.py +92 -0
- spatialflow/_generated/spatialflow_generated/models/test_integration_response_schema.py +91 -0
- spatialflow/_generated/spatialflow_generated/models/test_point_request.py +125 -0
- spatialflow/_generated/spatialflow_generated/models/test_point_response.py +101 -0
- spatialflow/_generated/spatialflow_generated/models/test_webhook_request.py +106 -0
- spatialflow/_generated/spatialflow_generated/models/test_workflow_in.py +87 -0
- spatialflow/_generated/spatialflow_generated/models/tile_metadata.py +99 -0
- spatialflow/_generated/spatialflow_generated/models/unsubscribe_request.py +87 -0
- spatialflow/_generated/spatialflow_generated/models/unsubscribe_response.py +91 -0
- spatialflow/_generated/spatialflow_generated/models/update_geofence_request.py +142 -0
- spatialflow/_generated/spatialflow_generated/models/update_integration_schema.py +121 -0
- spatialflow/_generated/spatialflow_generated/models/update_member_role_request.py +87 -0
- spatialflow/_generated/spatialflow_generated/models/update_onboarding_progress_request.py +87 -0
- spatialflow/_generated/spatialflow_generated/models/update_profile_request.py +208 -0
- spatialflow/_generated/spatialflow_generated/models/update_user_workspace_request.py +89 -0
- spatialflow/_generated/spatialflow_generated/models/update_webhook_request.py +186 -0
- spatialflow/_generated/spatialflow_generated/models/upload_geofences_request.py +95 -0
- spatialflow/_generated/spatialflow_generated/models/upload_job_status.py +137 -0
- spatialflow/_generated/spatialflow_generated/models/usage_metrics.py +93 -0
- spatialflow/_generated/spatialflow_generated/models/usage_response.py +105 -0
- spatialflow/_generated/spatialflow_generated/models/usage_stats.py +91 -0
- spatialflow/_generated/spatialflow_generated/models/user_action_response.py +119 -0
- spatialflow/_generated/spatialflow_generated/models/user_approval_request.py +92 -0
- spatialflow/_generated/spatialflow_generated/models/user_invite_request.py +110 -0
- spatialflow/_generated/spatialflow_generated/models/user_invite_response.py +99 -0
- spatialflow/_generated/spatialflow_generated/models/user_list_response.py +110 -0
- spatialflow/_generated/spatialflow_generated/models/user_profile_response.py +158 -0
- spatialflow/_generated/spatialflow_generated/models/user_rejection_request.py +87 -0
- spatialflow/_generated/spatialflow_generated/models/user_response.py +142 -0
- spatialflow/_generated/spatialflow_generated/models/user_summary.py +140 -0
- spatialflow/_generated/spatialflow_generated/models/user_usage_response.py +152 -0
- spatialflow/_generated/spatialflow_generated/models/user_workspace_response.py +110 -0
- spatialflow/_generated/spatialflow_generated/models/webhook_delivery_detail_response.py +182 -0
- spatialflow/_generated/spatialflow_generated/models/webhook_delivery_list_response.py +97 -0
- spatialflow/_generated/spatialflow_generated/models/webhook_delivery_response.py +161 -0
- spatialflow/_generated/spatialflow_generated/models/webhook_list_response.py +97 -0
- spatialflow/_generated/spatialflow_generated/models/webhook_metrics_response.py +89 -0
- spatialflow/_generated/spatialflow_generated/models/webhook_response.py +148 -0
- spatialflow/_generated/spatialflow_generated/models/webhook_test_response.py +114 -0
- spatialflow/_generated/spatialflow_generated/models/workflow_import_schema.py +89 -0
- spatialflow/_generated/spatialflow_generated/models/workflow_in.py +98 -0
- spatialflow/_generated/spatialflow_generated/models/workflow_list_out.py +118 -0
- spatialflow/_generated/spatialflow_generated/models/workflow_list_response.py +101 -0
- spatialflow/_generated/spatialflow_generated/models/workflow_out.py +129 -0
- spatialflow/_generated/spatialflow_generated/models/workflow_retry_policy_update_schema.py +109 -0
- spatialflow/_generated/spatialflow_generated/models/workflow_step_retry_schema.py +103 -0
- spatialflow/_generated/spatialflow_generated/models/workflow_update.py +120 -0
- spatialflow/_generated/spatialflow_generated/models/workspace_delete_response.py +93 -0
- spatialflow/_generated/spatialflow_generated/models/workspace_detail.py +116 -0
- spatialflow/_generated/spatialflow_generated/models/workspace_detail_response.py +143 -0
- spatialflow/_generated/spatialflow_generated/models/workspace_in.py +122 -0
- spatialflow/_generated/spatialflow_generated/models/workspace_list_item.py +130 -0
- spatialflow/_generated/spatialflow_generated/models/workspace_list_response.py +103 -0
- spatialflow/_generated/spatialflow_generated/models/workspace_members_response.py +109 -0
- spatialflow/_generated/spatialflow_generated/models/workspace_out.py +132 -0
- spatialflow/_generated/spatialflow_generated/models/workspace_summary.py +91 -0
- spatialflow/_generated/spatialflow_generated/models/workspace_update_request.py +120 -0
- spatialflow/_generated/spatialflow_generated/models/workspace_update_response.py +93 -0
- spatialflow/_generated/spatialflow_generated/py.typed +0 -0
- spatialflow/_generated/spatialflow_generated/rest.py +215 -0
- spatialflow/_generated/test-requirements.txt +6 -0
- spatialflow/_generated/tox.ini +9 -0
- spatialflow/client.py +137 -0
- spatialflow/exceptions.py +234 -0
- spatialflow/jobs.py +204 -0
- spatialflow/pagination.py +142 -0
- spatialflow/uploads.py +166 -0
- spatialflow/webhooks.py +126 -0
- spatialflow-0.1.0.dist-info/METADATA +249 -0
- spatialflow-0.1.0.dist-info/RECORD +404 -0
- spatialflow-0.1.0.dist-info/WHEEL +4 -0
|
@@ -0,0 +1,1289 @@
|
|
|
1
|
+
# spatialflow_generated.AuthenticationApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://api.spatialflow.io*
|
|
4
|
+
|
|
5
|
+
Method | HTTP request | Description
|
|
6
|
+
------------- | ------------- | -------------
|
|
7
|
+
[**apps_authentication_api_change_password**](AuthenticationApi.md#apps_authentication_api_change_password) | **POST** /api/v1/auth/change-password | Change Password
|
|
8
|
+
[**apps_authentication_api_confirm_password_reset**](AuthenticationApi.md#apps_authentication_api_confirm_password_reset) | **POST** /api/v1/auth/password-reset/confirm | Confirm Password Reset
|
|
9
|
+
[**apps_authentication_api_forgot_password**](AuthenticationApi.md#apps_authentication_api_forgot_password) | **POST** /api/v1/auth/forgot-password | Forgot Password
|
|
10
|
+
[**apps_authentication_api_get_current_user**](AuthenticationApi.md#apps_authentication_api_get_current_user) | **GET** /api/v1/auth/me | Get Current User
|
|
11
|
+
[**apps_authentication_api_get_feature_flags**](AuthenticationApi.md#apps_authentication_api_get_feature_flags) | **GET** /api/v1/auth/feature-flags | Get Feature Flags
|
|
12
|
+
[**apps_authentication_api_health_check**](AuthenticationApi.md#apps_authentication_api_health_check) | **GET** /api/v1/auth/health | Health Check
|
|
13
|
+
[**apps_authentication_api_login**](AuthenticationApi.md#apps_authentication_api_login) | **POST** /api/v1/auth/login | Login
|
|
14
|
+
[**apps_authentication_api_logout**](AuthenticationApi.md#apps_authentication_api_logout) | **POST** /api/v1/auth/logout | Logout
|
|
15
|
+
[**apps_authentication_api_password_reset_alias**](AuthenticationApi.md#apps_authentication_api_password_reset_alias) | **POST** /api/v1/auth/password-reset | Password Reset Alias
|
|
16
|
+
[**apps_authentication_api_refresh_token**](AuthenticationApi.md#apps_authentication_api_refresh_token) | **POST** /api/v1/auth/refresh | Refresh Token
|
|
17
|
+
[**apps_authentication_api_register**](AuthenticationApi.md#apps_authentication_api_register) | **POST** /api/v1/auth/register | Register
|
|
18
|
+
[**apps_authentication_api_resend_verification**](AuthenticationApi.md#apps_authentication_api_resend_verification) | **POST** /api/v1/auth/resend-verification | Resend Verification
|
|
19
|
+
[**apps_authentication_api_resend_verification_email**](AuthenticationApi.md#apps_authentication_api_resend_verification_email) | **POST** /api/v1/auth/resend-verification-email | Resend Verification Email
|
|
20
|
+
[**apps_authentication_api_reset_password**](AuthenticationApi.md#apps_authentication_api_reset_password) | **POST** /api/v1/auth/reset-password | Reset Password
|
|
21
|
+
[**apps_authentication_api_test_api_key_auth**](AuthenticationApi.md#apps_authentication_api_test_api_key_auth) | **GET** /api/v1/auth/test-api-key | Test Api Key Auth
|
|
22
|
+
[**apps_authentication_api_test_jwt_auth**](AuthenticationApi.md#apps_authentication_api_test_jwt_auth) | **GET** /api/v1/auth/test-auth | Test Jwt Auth
|
|
23
|
+
[**apps_authentication_api_verify_email**](AuthenticationApi.md#apps_authentication_api_verify_email) | **GET** /api/v1/auth/verify-email | Verify Email
|
|
24
|
+
[**apps_authentication_api_verify_email_path**](AuthenticationApi.md#apps_authentication_api_verify_email_path) | **GET** /api/v1/auth/verify-email/{token} | Verify Email Path
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
# **apps_authentication_api_change_password**
|
|
28
|
+
> Dict[str, object] apps_authentication_api_change_password(change_password_schema)
|
|
29
|
+
|
|
30
|
+
Change Password
|
|
31
|
+
|
|
32
|
+
Change password for authenticated user.
|
|
33
|
+
|
|
34
|
+
### Example
|
|
35
|
+
|
|
36
|
+
* Bearer Authentication (JWTBearer):
|
|
37
|
+
|
|
38
|
+
```python
|
|
39
|
+
import spatialflow_generated
|
|
40
|
+
from spatialflow_generated.models.change_password_schema import ChangePasswordSchema
|
|
41
|
+
from spatialflow_generated.rest import ApiException
|
|
42
|
+
from pprint import pprint
|
|
43
|
+
|
|
44
|
+
# Defining the host is optional and defaults to https://api.spatialflow.io
|
|
45
|
+
# See configuration.py for a list of all supported configuration parameters.
|
|
46
|
+
configuration = spatialflow_generated.Configuration(
|
|
47
|
+
host = "https://api.spatialflow.io"
|
|
48
|
+
)
|
|
49
|
+
|
|
50
|
+
# The client must configure the authentication and authorization parameters
|
|
51
|
+
# in accordance with the API server security policy.
|
|
52
|
+
# Examples for each auth method are provided below, use the example that
|
|
53
|
+
# satisfies your auth use case.
|
|
54
|
+
|
|
55
|
+
# Configure Bearer authorization: JWTBearer
|
|
56
|
+
configuration = spatialflow_generated.Configuration(
|
|
57
|
+
access_token = os.environ["BEARER_TOKEN"]
|
|
58
|
+
)
|
|
59
|
+
|
|
60
|
+
# Enter a context with an instance of the API client
|
|
61
|
+
async with spatialflow_generated.ApiClient(configuration) as api_client:
|
|
62
|
+
# Create an instance of the API class
|
|
63
|
+
api_instance = spatialflow_generated.AuthenticationApi(api_client)
|
|
64
|
+
change_password_schema = spatialflow_generated.ChangePasswordSchema() # ChangePasswordSchema |
|
|
65
|
+
|
|
66
|
+
try:
|
|
67
|
+
# Change Password
|
|
68
|
+
api_response = await api_instance.apps_authentication_api_change_password(change_password_schema)
|
|
69
|
+
print("The response of AuthenticationApi->apps_authentication_api_change_password:\n")
|
|
70
|
+
pprint(api_response)
|
|
71
|
+
except Exception as e:
|
|
72
|
+
print("Exception when calling AuthenticationApi->apps_authentication_api_change_password: %s\n" % e)
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
### Parameters
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
Name | Type | Description | Notes
|
|
81
|
+
------------- | ------------- | ------------- | -------------
|
|
82
|
+
**change_password_schema** | [**ChangePasswordSchema**](ChangePasswordSchema.md)| |
|
|
83
|
+
|
|
84
|
+
### Return type
|
|
85
|
+
|
|
86
|
+
**Dict[str, object]**
|
|
87
|
+
|
|
88
|
+
### Authorization
|
|
89
|
+
|
|
90
|
+
[JWTBearer](../README.md#JWTBearer)
|
|
91
|
+
|
|
92
|
+
### HTTP request headers
|
|
93
|
+
|
|
94
|
+
- **Content-Type**: application/json
|
|
95
|
+
- **Accept**: application/json
|
|
96
|
+
|
|
97
|
+
### HTTP response details
|
|
98
|
+
|
|
99
|
+
| Status code | Description | Response headers |
|
|
100
|
+
|-------------|-------------|------------------|
|
|
101
|
+
**200** | OK | - |
|
|
102
|
+
**400** | Bad Request | - |
|
|
103
|
+
|
|
104
|
+
[[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)
|
|
105
|
+
|
|
106
|
+
# **apps_authentication_api_confirm_password_reset**
|
|
107
|
+
> Dict[str, object] apps_authentication_api_confirm_password_reset(confirm_password_reset_schema)
|
|
108
|
+
|
|
109
|
+
Confirm Password Reset
|
|
110
|
+
|
|
111
|
+
Confirm password reset with token (simpler API for backwards compatibility). This endpoint uses the token stored directly in the user model (password_reset_token) rather than Django's default_token_generator with UID encoding. Security: Tokens are stored as SHA256 hashes, so we hash the incoming token before comparison. This prevents database compromise from exposing usable tokens.
|
|
112
|
+
|
|
113
|
+
### Example
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
```python
|
|
117
|
+
import spatialflow_generated
|
|
118
|
+
from spatialflow_generated.models.confirm_password_reset_schema import ConfirmPasswordResetSchema
|
|
119
|
+
from spatialflow_generated.rest import ApiException
|
|
120
|
+
from pprint import pprint
|
|
121
|
+
|
|
122
|
+
# Defining the host is optional and defaults to https://api.spatialflow.io
|
|
123
|
+
# See configuration.py for a list of all supported configuration parameters.
|
|
124
|
+
configuration = spatialflow_generated.Configuration(
|
|
125
|
+
host = "https://api.spatialflow.io"
|
|
126
|
+
)
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
# Enter a context with an instance of the API client
|
|
130
|
+
async with spatialflow_generated.ApiClient(configuration) as api_client:
|
|
131
|
+
# Create an instance of the API class
|
|
132
|
+
api_instance = spatialflow_generated.AuthenticationApi(api_client)
|
|
133
|
+
confirm_password_reset_schema = spatialflow_generated.ConfirmPasswordResetSchema() # ConfirmPasswordResetSchema |
|
|
134
|
+
|
|
135
|
+
try:
|
|
136
|
+
# Confirm Password Reset
|
|
137
|
+
api_response = await api_instance.apps_authentication_api_confirm_password_reset(confirm_password_reset_schema)
|
|
138
|
+
print("The response of AuthenticationApi->apps_authentication_api_confirm_password_reset:\n")
|
|
139
|
+
pprint(api_response)
|
|
140
|
+
except Exception as e:
|
|
141
|
+
print("Exception when calling AuthenticationApi->apps_authentication_api_confirm_password_reset: %s\n" % e)
|
|
142
|
+
```
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
### Parameters
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
Name | Type | Description | Notes
|
|
150
|
+
------------- | ------------- | ------------- | -------------
|
|
151
|
+
**confirm_password_reset_schema** | [**ConfirmPasswordResetSchema**](ConfirmPasswordResetSchema.md)| |
|
|
152
|
+
|
|
153
|
+
### Return type
|
|
154
|
+
|
|
155
|
+
**Dict[str, object]**
|
|
156
|
+
|
|
157
|
+
### Authorization
|
|
158
|
+
|
|
159
|
+
No authorization required
|
|
160
|
+
|
|
161
|
+
### HTTP request headers
|
|
162
|
+
|
|
163
|
+
- **Content-Type**: application/json
|
|
164
|
+
- **Accept**: application/json
|
|
165
|
+
|
|
166
|
+
### HTTP response details
|
|
167
|
+
|
|
168
|
+
| Status code | Description | Response headers |
|
|
169
|
+
|-------------|-------------|------------------|
|
|
170
|
+
**200** | OK | - |
|
|
171
|
+
**400** | Bad Request | - |
|
|
172
|
+
|
|
173
|
+
[[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)
|
|
174
|
+
|
|
175
|
+
# **apps_authentication_api_forgot_password**
|
|
176
|
+
> Dict[str, object] apps_authentication_api_forgot_password(forgot_password_schema)
|
|
177
|
+
|
|
178
|
+
Forgot Password
|
|
179
|
+
|
|
180
|
+
Request password reset email.
|
|
181
|
+
|
|
182
|
+
### Example
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
```python
|
|
186
|
+
import spatialflow_generated
|
|
187
|
+
from spatialflow_generated.models.forgot_password_schema import ForgotPasswordSchema
|
|
188
|
+
from spatialflow_generated.rest import ApiException
|
|
189
|
+
from pprint import pprint
|
|
190
|
+
|
|
191
|
+
# Defining the host is optional and defaults to https://api.spatialflow.io
|
|
192
|
+
# See configuration.py for a list of all supported configuration parameters.
|
|
193
|
+
configuration = spatialflow_generated.Configuration(
|
|
194
|
+
host = "https://api.spatialflow.io"
|
|
195
|
+
)
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
# Enter a context with an instance of the API client
|
|
199
|
+
async with spatialflow_generated.ApiClient(configuration) as api_client:
|
|
200
|
+
# Create an instance of the API class
|
|
201
|
+
api_instance = spatialflow_generated.AuthenticationApi(api_client)
|
|
202
|
+
forgot_password_schema = spatialflow_generated.ForgotPasswordSchema() # ForgotPasswordSchema |
|
|
203
|
+
|
|
204
|
+
try:
|
|
205
|
+
# Forgot Password
|
|
206
|
+
api_response = await api_instance.apps_authentication_api_forgot_password(forgot_password_schema)
|
|
207
|
+
print("The response of AuthenticationApi->apps_authentication_api_forgot_password:\n")
|
|
208
|
+
pprint(api_response)
|
|
209
|
+
except Exception as e:
|
|
210
|
+
print("Exception when calling AuthenticationApi->apps_authentication_api_forgot_password: %s\n" % e)
|
|
211
|
+
```
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
### Parameters
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
Name | Type | Description | Notes
|
|
219
|
+
------------- | ------------- | ------------- | -------------
|
|
220
|
+
**forgot_password_schema** | [**ForgotPasswordSchema**](ForgotPasswordSchema.md)| |
|
|
221
|
+
|
|
222
|
+
### Return type
|
|
223
|
+
|
|
224
|
+
**Dict[str, object]**
|
|
225
|
+
|
|
226
|
+
### Authorization
|
|
227
|
+
|
|
228
|
+
No authorization required
|
|
229
|
+
|
|
230
|
+
### HTTP request headers
|
|
231
|
+
|
|
232
|
+
- **Content-Type**: application/json
|
|
233
|
+
- **Accept**: application/json
|
|
234
|
+
|
|
235
|
+
### HTTP response details
|
|
236
|
+
|
|
237
|
+
| Status code | Description | Response headers |
|
|
238
|
+
|-------------|-------------|------------------|
|
|
239
|
+
**200** | OK | - |
|
|
240
|
+
**400** | Bad Request | - |
|
|
241
|
+
|
|
242
|
+
[[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)
|
|
243
|
+
|
|
244
|
+
# **apps_authentication_api_get_current_user**
|
|
245
|
+
> UserResponse apps_authentication_api_get_current_user()
|
|
246
|
+
|
|
247
|
+
Get Current User
|
|
248
|
+
|
|
249
|
+
Get current authenticated user. Requires JWT authentication.
|
|
250
|
+
|
|
251
|
+
### Example
|
|
252
|
+
|
|
253
|
+
* Bearer Authentication (JWTBearer):
|
|
254
|
+
|
|
255
|
+
```python
|
|
256
|
+
import spatialflow_generated
|
|
257
|
+
from spatialflow_generated.models.user_response import UserResponse
|
|
258
|
+
from spatialflow_generated.rest import ApiException
|
|
259
|
+
from pprint import pprint
|
|
260
|
+
|
|
261
|
+
# Defining the host is optional and defaults to https://api.spatialflow.io
|
|
262
|
+
# See configuration.py for a list of all supported configuration parameters.
|
|
263
|
+
configuration = spatialflow_generated.Configuration(
|
|
264
|
+
host = "https://api.spatialflow.io"
|
|
265
|
+
)
|
|
266
|
+
|
|
267
|
+
# The client must configure the authentication and authorization parameters
|
|
268
|
+
# in accordance with the API server security policy.
|
|
269
|
+
# Examples for each auth method are provided below, use the example that
|
|
270
|
+
# satisfies your auth use case.
|
|
271
|
+
|
|
272
|
+
# Configure Bearer authorization: JWTBearer
|
|
273
|
+
configuration = spatialflow_generated.Configuration(
|
|
274
|
+
access_token = os.environ["BEARER_TOKEN"]
|
|
275
|
+
)
|
|
276
|
+
|
|
277
|
+
# Enter a context with an instance of the API client
|
|
278
|
+
async with spatialflow_generated.ApiClient(configuration) as api_client:
|
|
279
|
+
# Create an instance of the API class
|
|
280
|
+
api_instance = spatialflow_generated.AuthenticationApi(api_client)
|
|
281
|
+
|
|
282
|
+
try:
|
|
283
|
+
# Get Current User
|
|
284
|
+
api_response = await api_instance.apps_authentication_api_get_current_user()
|
|
285
|
+
print("The response of AuthenticationApi->apps_authentication_api_get_current_user:\n")
|
|
286
|
+
pprint(api_response)
|
|
287
|
+
except Exception as e:
|
|
288
|
+
print("Exception when calling AuthenticationApi->apps_authentication_api_get_current_user: %s\n" % e)
|
|
289
|
+
```
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
### Parameters
|
|
294
|
+
|
|
295
|
+
This endpoint does not need any parameter.
|
|
296
|
+
|
|
297
|
+
### Return type
|
|
298
|
+
|
|
299
|
+
[**UserResponse**](UserResponse.md)
|
|
300
|
+
|
|
301
|
+
### Authorization
|
|
302
|
+
|
|
303
|
+
[JWTBearer](../README.md#JWTBearer)
|
|
304
|
+
|
|
305
|
+
### HTTP request headers
|
|
306
|
+
|
|
307
|
+
- **Content-Type**: Not defined
|
|
308
|
+
- **Accept**: application/json
|
|
309
|
+
|
|
310
|
+
### HTTP response details
|
|
311
|
+
|
|
312
|
+
| Status code | Description | Response headers |
|
|
313
|
+
|-------------|-------------|------------------|
|
|
314
|
+
**200** | OK | - |
|
|
315
|
+
|
|
316
|
+
[[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)
|
|
317
|
+
|
|
318
|
+
# **apps_authentication_api_get_feature_flags**
|
|
319
|
+
> Dict[str, object] apps_authentication_api_get_feature_flags()
|
|
320
|
+
|
|
321
|
+
Get Feature Flags
|
|
322
|
+
|
|
323
|
+
Get feature flags for authenticated user.
|
|
324
|
+
|
|
325
|
+
### Example
|
|
326
|
+
|
|
327
|
+
* Bearer Authentication (JWTBearer):
|
|
328
|
+
|
|
329
|
+
```python
|
|
330
|
+
import spatialflow_generated
|
|
331
|
+
from spatialflow_generated.rest import ApiException
|
|
332
|
+
from pprint import pprint
|
|
333
|
+
|
|
334
|
+
# Defining the host is optional and defaults to https://api.spatialflow.io
|
|
335
|
+
# See configuration.py for a list of all supported configuration parameters.
|
|
336
|
+
configuration = spatialflow_generated.Configuration(
|
|
337
|
+
host = "https://api.spatialflow.io"
|
|
338
|
+
)
|
|
339
|
+
|
|
340
|
+
# The client must configure the authentication and authorization parameters
|
|
341
|
+
# in accordance with the API server security policy.
|
|
342
|
+
# Examples for each auth method are provided below, use the example that
|
|
343
|
+
# satisfies your auth use case.
|
|
344
|
+
|
|
345
|
+
# Configure Bearer authorization: JWTBearer
|
|
346
|
+
configuration = spatialflow_generated.Configuration(
|
|
347
|
+
access_token = os.environ["BEARER_TOKEN"]
|
|
348
|
+
)
|
|
349
|
+
|
|
350
|
+
# Enter a context with an instance of the API client
|
|
351
|
+
async with spatialflow_generated.ApiClient(configuration) as api_client:
|
|
352
|
+
# Create an instance of the API class
|
|
353
|
+
api_instance = spatialflow_generated.AuthenticationApi(api_client)
|
|
354
|
+
|
|
355
|
+
try:
|
|
356
|
+
# Get Feature Flags
|
|
357
|
+
api_response = await api_instance.apps_authentication_api_get_feature_flags()
|
|
358
|
+
print("The response of AuthenticationApi->apps_authentication_api_get_feature_flags:\n")
|
|
359
|
+
pprint(api_response)
|
|
360
|
+
except Exception as e:
|
|
361
|
+
print("Exception when calling AuthenticationApi->apps_authentication_api_get_feature_flags: %s\n" % e)
|
|
362
|
+
```
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
### Parameters
|
|
367
|
+
|
|
368
|
+
This endpoint does not need any parameter.
|
|
369
|
+
|
|
370
|
+
### Return type
|
|
371
|
+
|
|
372
|
+
**Dict[str, object]**
|
|
373
|
+
|
|
374
|
+
### Authorization
|
|
375
|
+
|
|
376
|
+
[JWTBearer](../README.md#JWTBearer)
|
|
377
|
+
|
|
378
|
+
### HTTP request headers
|
|
379
|
+
|
|
380
|
+
- **Content-Type**: Not defined
|
|
381
|
+
- **Accept**: application/json
|
|
382
|
+
|
|
383
|
+
### HTTP response details
|
|
384
|
+
|
|
385
|
+
| Status code | Description | Response headers |
|
|
386
|
+
|-------------|-------------|------------------|
|
|
387
|
+
**200** | OK | - |
|
|
388
|
+
|
|
389
|
+
[[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)
|
|
390
|
+
|
|
391
|
+
# **apps_authentication_api_health_check**
|
|
392
|
+
> apps_authentication_api_health_check()
|
|
393
|
+
|
|
394
|
+
Health Check
|
|
395
|
+
|
|
396
|
+
Health check for authentication service.
|
|
397
|
+
|
|
398
|
+
### Example
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
```python
|
|
402
|
+
import spatialflow_generated
|
|
403
|
+
from spatialflow_generated.rest import ApiException
|
|
404
|
+
from pprint import pprint
|
|
405
|
+
|
|
406
|
+
# Defining the host is optional and defaults to https://api.spatialflow.io
|
|
407
|
+
# See configuration.py for a list of all supported configuration parameters.
|
|
408
|
+
configuration = spatialflow_generated.Configuration(
|
|
409
|
+
host = "https://api.spatialflow.io"
|
|
410
|
+
)
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
# Enter a context with an instance of the API client
|
|
414
|
+
async with spatialflow_generated.ApiClient(configuration) as api_client:
|
|
415
|
+
# Create an instance of the API class
|
|
416
|
+
api_instance = spatialflow_generated.AuthenticationApi(api_client)
|
|
417
|
+
|
|
418
|
+
try:
|
|
419
|
+
# Health Check
|
|
420
|
+
await api_instance.apps_authentication_api_health_check()
|
|
421
|
+
except Exception as e:
|
|
422
|
+
print("Exception when calling AuthenticationApi->apps_authentication_api_health_check: %s\n" % e)
|
|
423
|
+
```
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
### Parameters
|
|
428
|
+
|
|
429
|
+
This endpoint does not need any parameter.
|
|
430
|
+
|
|
431
|
+
### Return type
|
|
432
|
+
|
|
433
|
+
void (empty response body)
|
|
434
|
+
|
|
435
|
+
### Authorization
|
|
436
|
+
|
|
437
|
+
No authorization required
|
|
438
|
+
|
|
439
|
+
### HTTP request headers
|
|
440
|
+
|
|
441
|
+
- **Content-Type**: Not defined
|
|
442
|
+
- **Accept**: Not defined
|
|
443
|
+
|
|
444
|
+
### HTTP response details
|
|
445
|
+
|
|
446
|
+
| Status code | Description | Response headers |
|
|
447
|
+
|-------------|-------------|------------------|
|
|
448
|
+
**200** | OK | - |
|
|
449
|
+
|
|
450
|
+
[[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)
|
|
451
|
+
|
|
452
|
+
# **apps_authentication_api_login**
|
|
453
|
+
> LoginResponse apps_authentication_api_login(login_schema)
|
|
454
|
+
|
|
455
|
+
Login
|
|
456
|
+
|
|
457
|
+
User login endpoint. Returns JWT access and refresh tokens, and sets HttpOnly cookies.
|
|
458
|
+
|
|
459
|
+
### Example
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
```python
|
|
463
|
+
import spatialflow_generated
|
|
464
|
+
from spatialflow_generated.models.login_response import LoginResponse
|
|
465
|
+
from spatialflow_generated.models.login_schema import LoginSchema
|
|
466
|
+
from spatialflow_generated.rest import ApiException
|
|
467
|
+
from pprint import pprint
|
|
468
|
+
|
|
469
|
+
# Defining the host is optional and defaults to https://api.spatialflow.io
|
|
470
|
+
# See configuration.py for a list of all supported configuration parameters.
|
|
471
|
+
configuration = spatialflow_generated.Configuration(
|
|
472
|
+
host = "https://api.spatialflow.io"
|
|
473
|
+
)
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
# Enter a context with an instance of the API client
|
|
477
|
+
async with spatialflow_generated.ApiClient(configuration) as api_client:
|
|
478
|
+
# Create an instance of the API class
|
|
479
|
+
api_instance = spatialflow_generated.AuthenticationApi(api_client)
|
|
480
|
+
login_schema = spatialflow_generated.LoginSchema() # LoginSchema |
|
|
481
|
+
|
|
482
|
+
try:
|
|
483
|
+
# Login
|
|
484
|
+
api_response = await api_instance.apps_authentication_api_login(login_schema)
|
|
485
|
+
print("The response of AuthenticationApi->apps_authentication_api_login:\n")
|
|
486
|
+
pprint(api_response)
|
|
487
|
+
except Exception as e:
|
|
488
|
+
print("Exception when calling AuthenticationApi->apps_authentication_api_login: %s\n" % e)
|
|
489
|
+
```
|
|
490
|
+
|
|
491
|
+
|
|
492
|
+
|
|
493
|
+
### Parameters
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
Name | Type | Description | Notes
|
|
497
|
+
------------- | ------------- | ------------- | -------------
|
|
498
|
+
**login_schema** | [**LoginSchema**](LoginSchema.md)| |
|
|
499
|
+
|
|
500
|
+
### Return type
|
|
501
|
+
|
|
502
|
+
[**LoginResponse**](LoginResponse.md)
|
|
503
|
+
|
|
504
|
+
### Authorization
|
|
505
|
+
|
|
506
|
+
No authorization required
|
|
507
|
+
|
|
508
|
+
### HTTP request headers
|
|
509
|
+
|
|
510
|
+
- **Content-Type**: application/json
|
|
511
|
+
- **Accept**: application/json
|
|
512
|
+
|
|
513
|
+
### HTTP response details
|
|
514
|
+
|
|
515
|
+
| Status code | Description | Response headers |
|
|
516
|
+
|-------------|-------------|------------------|
|
|
517
|
+
**200** | OK | - |
|
|
518
|
+
**400** | Bad Request | - |
|
|
519
|
+
|
|
520
|
+
[[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)
|
|
521
|
+
|
|
522
|
+
# **apps_authentication_api_logout**
|
|
523
|
+
> apps_authentication_api_logout()
|
|
524
|
+
|
|
525
|
+
Logout
|
|
526
|
+
|
|
527
|
+
Logout user by revoking all refresh tokens and clearing HttpOnly cookies.
|
|
528
|
+
|
|
529
|
+
### Example
|
|
530
|
+
|
|
531
|
+
* Bearer Authentication (JWTBearer):
|
|
532
|
+
|
|
533
|
+
```python
|
|
534
|
+
import spatialflow_generated
|
|
535
|
+
from spatialflow_generated.rest import ApiException
|
|
536
|
+
from pprint import pprint
|
|
537
|
+
|
|
538
|
+
# Defining the host is optional and defaults to https://api.spatialflow.io
|
|
539
|
+
# See configuration.py for a list of all supported configuration parameters.
|
|
540
|
+
configuration = spatialflow_generated.Configuration(
|
|
541
|
+
host = "https://api.spatialflow.io"
|
|
542
|
+
)
|
|
543
|
+
|
|
544
|
+
# The client must configure the authentication and authorization parameters
|
|
545
|
+
# in accordance with the API server security policy.
|
|
546
|
+
# Examples for each auth method are provided below, use the example that
|
|
547
|
+
# satisfies your auth use case.
|
|
548
|
+
|
|
549
|
+
# Configure Bearer authorization: JWTBearer
|
|
550
|
+
configuration = spatialflow_generated.Configuration(
|
|
551
|
+
access_token = os.environ["BEARER_TOKEN"]
|
|
552
|
+
)
|
|
553
|
+
|
|
554
|
+
# Enter a context with an instance of the API client
|
|
555
|
+
async with spatialflow_generated.ApiClient(configuration) as api_client:
|
|
556
|
+
# Create an instance of the API class
|
|
557
|
+
api_instance = spatialflow_generated.AuthenticationApi(api_client)
|
|
558
|
+
|
|
559
|
+
try:
|
|
560
|
+
# Logout
|
|
561
|
+
await api_instance.apps_authentication_api_logout()
|
|
562
|
+
except Exception as e:
|
|
563
|
+
print("Exception when calling AuthenticationApi->apps_authentication_api_logout: %s\n" % e)
|
|
564
|
+
```
|
|
565
|
+
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
### Parameters
|
|
569
|
+
|
|
570
|
+
This endpoint does not need any parameter.
|
|
571
|
+
|
|
572
|
+
### Return type
|
|
573
|
+
|
|
574
|
+
void (empty response body)
|
|
575
|
+
|
|
576
|
+
### Authorization
|
|
577
|
+
|
|
578
|
+
[JWTBearer](../README.md#JWTBearer)
|
|
579
|
+
|
|
580
|
+
### HTTP request headers
|
|
581
|
+
|
|
582
|
+
- **Content-Type**: Not defined
|
|
583
|
+
- **Accept**: Not defined
|
|
584
|
+
|
|
585
|
+
### HTTP response details
|
|
586
|
+
|
|
587
|
+
| Status code | Description | Response headers |
|
|
588
|
+
|-------------|-------------|------------------|
|
|
589
|
+
**200** | OK | - |
|
|
590
|
+
|
|
591
|
+
[[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)
|
|
592
|
+
|
|
593
|
+
# **apps_authentication_api_password_reset_alias**
|
|
594
|
+
> Dict[str, object] apps_authentication_api_password_reset_alias(forgot_password_schema)
|
|
595
|
+
|
|
596
|
+
Password Reset Alias
|
|
597
|
+
|
|
598
|
+
Alias for /forgot-password endpoint (backwards compatibility).
|
|
599
|
+
|
|
600
|
+
### Example
|
|
601
|
+
|
|
602
|
+
|
|
603
|
+
```python
|
|
604
|
+
import spatialflow_generated
|
|
605
|
+
from spatialflow_generated.models.forgot_password_schema import ForgotPasswordSchema
|
|
606
|
+
from spatialflow_generated.rest import ApiException
|
|
607
|
+
from pprint import pprint
|
|
608
|
+
|
|
609
|
+
# Defining the host is optional and defaults to https://api.spatialflow.io
|
|
610
|
+
# See configuration.py for a list of all supported configuration parameters.
|
|
611
|
+
configuration = spatialflow_generated.Configuration(
|
|
612
|
+
host = "https://api.spatialflow.io"
|
|
613
|
+
)
|
|
614
|
+
|
|
615
|
+
|
|
616
|
+
# Enter a context with an instance of the API client
|
|
617
|
+
async with spatialflow_generated.ApiClient(configuration) as api_client:
|
|
618
|
+
# Create an instance of the API class
|
|
619
|
+
api_instance = spatialflow_generated.AuthenticationApi(api_client)
|
|
620
|
+
forgot_password_schema = spatialflow_generated.ForgotPasswordSchema() # ForgotPasswordSchema |
|
|
621
|
+
|
|
622
|
+
try:
|
|
623
|
+
# Password Reset Alias
|
|
624
|
+
api_response = await api_instance.apps_authentication_api_password_reset_alias(forgot_password_schema)
|
|
625
|
+
print("The response of AuthenticationApi->apps_authentication_api_password_reset_alias:\n")
|
|
626
|
+
pprint(api_response)
|
|
627
|
+
except Exception as e:
|
|
628
|
+
print("Exception when calling AuthenticationApi->apps_authentication_api_password_reset_alias: %s\n" % e)
|
|
629
|
+
```
|
|
630
|
+
|
|
631
|
+
|
|
632
|
+
|
|
633
|
+
### Parameters
|
|
634
|
+
|
|
635
|
+
|
|
636
|
+
Name | Type | Description | Notes
|
|
637
|
+
------------- | ------------- | ------------- | -------------
|
|
638
|
+
**forgot_password_schema** | [**ForgotPasswordSchema**](ForgotPasswordSchema.md)| |
|
|
639
|
+
|
|
640
|
+
### Return type
|
|
641
|
+
|
|
642
|
+
**Dict[str, object]**
|
|
643
|
+
|
|
644
|
+
### Authorization
|
|
645
|
+
|
|
646
|
+
No authorization required
|
|
647
|
+
|
|
648
|
+
### HTTP request headers
|
|
649
|
+
|
|
650
|
+
- **Content-Type**: application/json
|
|
651
|
+
- **Accept**: application/json
|
|
652
|
+
|
|
653
|
+
### HTTP response details
|
|
654
|
+
|
|
655
|
+
| Status code | Description | Response headers |
|
|
656
|
+
|-------------|-------------|------------------|
|
|
657
|
+
**200** | OK | - |
|
|
658
|
+
**400** | Bad Request | - |
|
|
659
|
+
|
|
660
|
+
[[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)
|
|
661
|
+
|
|
662
|
+
# **apps_authentication_api_refresh_token**
|
|
663
|
+
> LoginResponse apps_authentication_api_refresh_token(refresh_token_schema=refresh_token_schema)
|
|
664
|
+
|
|
665
|
+
Refresh Token
|
|
666
|
+
|
|
667
|
+
Refresh access token using refresh token. Supports both body payload and HttpOnly cookie for refresh token.
|
|
668
|
+
|
|
669
|
+
### Example
|
|
670
|
+
|
|
671
|
+
|
|
672
|
+
```python
|
|
673
|
+
import spatialflow_generated
|
|
674
|
+
from spatialflow_generated.models.login_response import LoginResponse
|
|
675
|
+
from spatialflow_generated.models.refresh_token_schema import RefreshTokenSchema
|
|
676
|
+
from spatialflow_generated.rest import ApiException
|
|
677
|
+
from pprint import pprint
|
|
678
|
+
|
|
679
|
+
# Defining the host is optional and defaults to https://api.spatialflow.io
|
|
680
|
+
# See configuration.py for a list of all supported configuration parameters.
|
|
681
|
+
configuration = spatialflow_generated.Configuration(
|
|
682
|
+
host = "https://api.spatialflow.io"
|
|
683
|
+
)
|
|
684
|
+
|
|
685
|
+
|
|
686
|
+
# Enter a context with an instance of the API client
|
|
687
|
+
async with spatialflow_generated.ApiClient(configuration) as api_client:
|
|
688
|
+
# Create an instance of the API class
|
|
689
|
+
api_instance = spatialflow_generated.AuthenticationApi(api_client)
|
|
690
|
+
refresh_token_schema = spatialflow_generated.RefreshTokenSchema() # RefreshTokenSchema | (optional)
|
|
691
|
+
|
|
692
|
+
try:
|
|
693
|
+
# Refresh Token
|
|
694
|
+
api_response = await api_instance.apps_authentication_api_refresh_token(refresh_token_schema=refresh_token_schema)
|
|
695
|
+
print("The response of AuthenticationApi->apps_authentication_api_refresh_token:\n")
|
|
696
|
+
pprint(api_response)
|
|
697
|
+
except Exception as e:
|
|
698
|
+
print("Exception when calling AuthenticationApi->apps_authentication_api_refresh_token: %s\n" % e)
|
|
699
|
+
```
|
|
700
|
+
|
|
701
|
+
|
|
702
|
+
|
|
703
|
+
### Parameters
|
|
704
|
+
|
|
705
|
+
|
|
706
|
+
Name | Type | Description | Notes
|
|
707
|
+
------------- | ------------- | ------------- | -------------
|
|
708
|
+
**refresh_token_schema** | [**RefreshTokenSchema**](RefreshTokenSchema.md)| | [optional]
|
|
709
|
+
|
|
710
|
+
### Return type
|
|
711
|
+
|
|
712
|
+
[**LoginResponse**](LoginResponse.md)
|
|
713
|
+
|
|
714
|
+
### Authorization
|
|
715
|
+
|
|
716
|
+
No authorization required
|
|
717
|
+
|
|
718
|
+
### HTTP request headers
|
|
719
|
+
|
|
720
|
+
- **Content-Type**: application/json
|
|
721
|
+
- **Accept**: application/json
|
|
722
|
+
|
|
723
|
+
### HTTP response details
|
|
724
|
+
|
|
725
|
+
| Status code | Description | Response headers |
|
|
726
|
+
|-------------|-------------|------------------|
|
|
727
|
+
**200** | OK | - |
|
|
728
|
+
**401** | Unauthorized | - |
|
|
729
|
+
|
|
730
|
+
[[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)
|
|
731
|
+
|
|
732
|
+
# **apps_authentication_api_register**
|
|
733
|
+
> UserResponse apps_authentication_api_register(register_schema)
|
|
734
|
+
|
|
735
|
+
Register
|
|
736
|
+
|
|
737
|
+
DEPRECATED: User registration endpoint. This endpoint is deprecated and will be removed in a future version. Please use /api/v1/public/signup instead, which includes: - Beta mode support with admin approval workflow - Proper admin notifications - Enhanced tracking and analytics This endpoint remains for backward compatibility but lacks beta features.
|
|
738
|
+
|
|
739
|
+
### Example
|
|
740
|
+
|
|
741
|
+
|
|
742
|
+
```python
|
|
743
|
+
import spatialflow_generated
|
|
744
|
+
from spatialflow_generated.models.register_schema import RegisterSchema
|
|
745
|
+
from spatialflow_generated.models.user_response import UserResponse
|
|
746
|
+
from spatialflow_generated.rest import ApiException
|
|
747
|
+
from pprint import pprint
|
|
748
|
+
|
|
749
|
+
# Defining the host is optional and defaults to https://api.spatialflow.io
|
|
750
|
+
# See configuration.py for a list of all supported configuration parameters.
|
|
751
|
+
configuration = spatialflow_generated.Configuration(
|
|
752
|
+
host = "https://api.spatialflow.io"
|
|
753
|
+
)
|
|
754
|
+
|
|
755
|
+
|
|
756
|
+
# Enter a context with an instance of the API client
|
|
757
|
+
async with spatialflow_generated.ApiClient(configuration) as api_client:
|
|
758
|
+
# Create an instance of the API class
|
|
759
|
+
api_instance = spatialflow_generated.AuthenticationApi(api_client)
|
|
760
|
+
register_schema = spatialflow_generated.RegisterSchema() # RegisterSchema |
|
|
761
|
+
|
|
762
|
+
try:
|
|
763
|
+
# Register
|
|
764
|
+
api_response = await api_instance.apps_authentication_api_register(register_schema)
|
|
765
|
+
print("The response of AuthenticationApi->apps_authentication_api_register:\n")
|
|
766
|
+
pprint(api_response)
|
|
767
|
+
except Exception as e:
|
|
768
|
+
print("Exception when calling AuthenticationApi->apps_authentication_api_register: %s\n" % e)
|
|
769
|
+
```
|
|
770
|
+
|
|
771
|
+
|
|
772
|
+
|
|
773
|
+
### Parameters
|
|
774
|
+
|
|
775
|
+
|
|
776
|
+
Name | Type | Description | Notes
|
|
777
|
+
------------- | ------------- | ------------- | -------------
|
|
778
|
+
**register_schema** | [**RegisterSchema**](RegisterSchema.md)| |
|
|
779
|
+
|
|
780
|
+
### Return type
|
|
781
|
+
|
|
782
|
+
[**UserResponse**](UserResponse.md)
|
|
783
|
+
|
|
784
|
+
### Authorization
|
|
785
|
+
|
|
786
|
+
No authorization required
|
|
787
|
+
|
|
788
|
+
### HTTP request headers
|
|
789
|
+
|
|
790
|
+
- **Content-Type**: application/json
|
|
791
|
+
- **Accept**: application/json
|
|
792
|
+
|
|
793
|
+
### HTTP response details
|
|
794
|
+
|
|
795
|
+
| Status code | Description | Response headers |
|
|
796
|
+
|-------------|-------------|------------------|
|
|
797
|
+
**201** | Created | - |
|
|
798
|
+
**400** | Bad Request | - |
|
|
799
|
+
|
|
800
|
+
[[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)
|
|
801
|
+
|
|
802
|
+
# **apps_authentication_api_resend_verification**
|
|
803
|
+
> Dict[str, object] apps_authentication_api_resend_verification()
|
|
804
|
+
|
|
805
|
+
Resend Verification
|
|
806
|
+
|
|
807
|
+
Resend verification email.
|
|
808
|
+
|
|
809
|
+
### Example
|
|
810
|
+
|
|
811
|
+
* Bearer Authentication (JWTBearer):
|
|
812
|
+
|
|
813
|
+
```python
|
|
814
|
+
import spatialflow_generated
|
|
815
|
+
from spatialflow_generated.rest import ApiException
|
|
816
|
+
from pprint import pprint
|
|
817
|
+
|
|
818
|
+
# Defining the host is optional and defaults to https://api.spatialflow.io
|
|
819
|
+
# See configuration.py for a list of all supported configuration parameters.
|
|
820
|
+
configuration = spatialflow_generated.Configuration(
|
|
821
|
+
host = "https://api.spatialflow.io"
|
|
822
|
+
)
|
|
823
|
+
|
|
824
|
+
# The client must configure the authentication and authorization parameters
|
|
825
|
+
# in accordance with the API server security policy.
|
|
826
|
+
# Examples for each auth method are provided below, use the example that
|
|
827
|
+
# satisfies your auth use case.
|
|
828
|
+
|
|
829
|
+
# Configure Bearer authorization: JWTBearer
|
|
830
|
+
configuration = spatialflow_generated.Configuration(
|
|
831
|
+
access_token = os.environ["BEARER_TOKEN"]
|
|
832
|
+
)
|
|
833
|
+
|
|
834
|
+
# Enter a context with an instance of the API client
|
|
835
|
+
async with spatialflow_generated.ApiClient(configuration) as api_client:
|
|
836
|
+
# Create an instance of the API class
|
|
837
|
+
api_instance = spatialflow_generated.AuthenticationApi(api_client)
|
|
838
|
+
|
|
839
|
+
try:
|
|
840
|
+
# Resend Verification
|
|
841
|
+
api_response = await api_instance.apps_authentication_api_resend_verification()
|
|
842
|
+
print("The response of AuthenticationApi->apps_authentication_api_resend_verification:\n")
|
|
843
|
+
pprint(api_response)
|
|
844
|
+
except Exception as e:
|
|
845
|
+
print("Exception when calling AuthenticationApi->apps_authentication_api_resend_verification: %s\n" % e)
|
|
846
|
+
```
|
|
847
|
+
|
|
848
|
+
|
|
849
|
+
|
|
850
|
+
### Parameters
|
|
851
|
+
|
|
852
|
+
This endpoint does not need any parameter.
|
|
853
|
+
|
|
854
|
+
### Return type
|
|
855
|
+
|
|
856
|
+
**Dict[str, object]**
|
|
857
|
+
|
|
858
|
+
### Authorization
|
|
859
|
+
|
|
860
|
+
[JWTBearer](../README.md#JWTBearer)
|
|
861
|
+
|
|
862
|
+
### HTTP request headers
|
|
863
|
+
|
|
864
|
+
- **Content-Type**: Not defined
|
|
865
|
+
- **Accept**: application/json
|
|
866
|
+
|
|
867
|
+
### HTTP response details
|
|
868
|
+
|
|
869
|
+
| Status code | Description | Response headers |
|
|
870
|
+
|-------------|-------------|------------------|
|
|
871
|
+
**200** | OK | - |
|
|
872
|
+
|
|
873
|
+
[[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)
|
|
874
|
+
|
|
875
|
+
# **apps_authentication_api_resend_verification_email**
|
|
876
|
+
> Dict[str, object] apps_authentication_api_resend_verification_email(resend_verification_schema)
|
|
877
|
+
|
|
878
|
+
Resend Verification Email
|
|
879
|
+
|
|
880
|
+
Resend verification email (unauthenticated endpoint with rate limiting). Allows users who haven't verified their email to request a new verification email. Rate limited to 3 requests per hour per email to prevent abuse.
|
|
881
|
+
|
|
882
|
+
### Example
|
|
883
|
+
|
|
884
|
+
|
|
885
|
+
```python
|
|
886
|
+
import spatialflow_generated
|
|
887
|
+
from spatialflow_generated.models.resend_verification_schema import ResendVerificationSchema
|
|
888
|
+
from spatialflow_generated.rest import ApiException
|
|
889
|
+
from pprint import pprint
|
|
890
|
+
|
|
891
|
+
# Defining the host is optional and defaults to https://api.spatialflow.io
|
|
892
|
+
# See configuration.py for a list of all supported configuration parameters.
|
|
893
|
+
configuration = spatialflow_generated.Configuration(
|
|
894
|
+
host = "https://api.spatialflow.io"
|
|
895
|
+
)
|
|
896
|
+
|
|
897
|
+
|
|
898
|
+
# Enter a context with an instance of the API client
|
|
899
|
+
async with spatialflow_generated.ApiClient(configuration) as api_client:
|
|
900
|
+
# Create an instance of the API class
|
|
901
|
+
api_instance = spatialflow_generated.AuthenticationApi(api_client)
|
|
902
|
+
resend_verification_schema = spatialflow_generated.ResendVerificationSchema() # ResendVerificationSchema |
|
|
903
|
+
|
|
904
|
+
try:
|
|
905
|
+
# Resend Verification Email
|
|
906
|
+
api_response = await api_instance.apps_authentication_api_resend_verification_email(resend_verification_schema)
|
|
907
|
+
print("The response of AuthenticationApi->apps_authentication_api_resend_verification_email:\n")
|
|
908
|
+
pprint(api_response)
|
|
909
|
+
except Exception as e:
|
|
910
|
+
print("Exception when calling AuthenticationApi->apps_authentication_api_resend_verification_email: %s\n" % e)
|
|
911
|
+
```
|
|
912
|
+
|
|
913
|
+
|
|
914
|
+
|
|
915
|
+
### Parameters
|
|
916
|
+
|
|
917
|
+
|
|
918
|
+
Name | Type | Description | Notes
|
|
919
|
+
------------- | ------------- | ------------- | -------------
|
|
920
|
+
**resend_verification_schema** | [**ResendVerificationSchema**](ResendVerificationSchema.md)| |
|
|
921
|
+
|
|
922
|
+
### Return type
|
|
923
|
+
|
|
924
|
+
**Dict[str, object]**
|
|
925
|
+
|
|
926
|
+
### Authorization
|
|
927
|
+
|
|
928
|
+
No authorization required
|
|
929
|
+
|
|
930
|
+
### HTTP request headers
|
|
931
|
+
|
|
932
|
+
- **Content-Type**: application/json
|
|
933
|
+
- **Accept**: application/json
|
|
934
|
+
|
|
935
|
+
### HTTP response details
|
|
936
|
+
|
|
937
|
+
| Status code | Description | Response headers |
|
|
938
|
+
|-------------|-------------|------------------|
|
|
939
|
+
**200** | OK | - |
|
|
940
|
+
**400** | Bad Request | - |
|
|
941
|
+
**429** | Too Many Requests | - |
|
|
942
|
+
|
|
943
|
+
[[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)
|
|
944
|
+
|
|
945
|
+
# **apps_authentication_api_reset_password**
|
|
946
|
+
> apps_authentication_api_reset_password(reset_password_schema)
|
|
947
|
+
|
|
948
|
+
Reset Password
|
|
949
|
+
|
|
950
|
+
DEPRECATED: This endpoint used Django's default_token_generator with UID encoding. This flow is no longer supported. All password reset links now use the simpler /password-reset/confirm endpoint with hashed token storage. If you have an old reset link, please request a new one via /forgot-password.
|
|
951
|
+
|
|
952
|
+
### Example
|
|
953
|
+
|
|
954
|
+
|
|
955
|
+
```python
|
|
956
|
+
import spatialflow_generated
|
|
957
|
+
from spatialflow_generated.models.reset_password_schema import ResetPasswordSchema
|
|
958
|
+
from spatialflow_generated.rest import ApiException
|
|
959
|
+
from pprint import pprint
|
|
960
|
+
|
|
961
|
+
# Defining the host is optional and defaults to https://api.spatialflow.io
|
|
962
|
+
# See configuration.py for a list of all supported configuration parameters.
|
|
963
|
+
configuration = spatialflow_generated.Configuration(
|
|
964
|
+
host = "https://api.spatialflow.io"
|
|
965
|
+
)
|
|
966
|
+
|
|
967
|
+
|
|
968
|
+
# Enter a context with an instance of the API client
|
|
969
|
+
async with spatialflow_generated.ApiClient(configuration) as api_client:
|
|
970
|
+
# Create an instance of the API class
|
|
971
|
+
api_instance = spatialflow_generated.AuthenticationApi(api_client)
|
|
972
|
+
reset_password_schema = spatialflow_generated.ResetPasswordSchema() # ResetPasswordSchema |
|
|
973
|
+
|
|
974
|
+
try:
|
|
975
|
+
# Reset Password
|
|
976
|
+
await api_instance.apps_authentication_api_reset_password(reset_password_schema)
|
|
977
|
+
except Exception as e:
|
|
978
|
+
print("Exception when calling AuthenticationApi->apps_authentication_api_reset_password: %s\n" % e)
|
|
979
|
+
```
|
|
980
|
+
|
|
981
|
+
|
|
982
|
+
|
|
983
|
+
### Parameters
|
|
984
|
+
|
|
985
|
+
|
|
986
|
+
Name | Type | Description | Notes
|
|
987
|
+
------------- | ------------- | ------------- | -------------
|
|
988
|
+
**reset_password_schema** | [**ResetPasswordSchema**](ResetPasswordSchema.md)| |
|
|
989
|
+
|
|
990
|
+
### Return type
|
|
991
|
+
|
|
992
|
+
void (empty response body)
|
|
993
|
+
|
|
994
|
+
### Authorization
|
|
995
|
+
|
|
996
|
+
No authorization required
|
|
997
|
+
|
|
998
|
+
### HTTP request headers
|
|
999
|
+
|
|
1000
|
+
- **Content-Type**: application/json
|
|
1001
|
+
- **Accept**: application/json
|
|
1002
|
+
|
|
1003
|
+
### HTTP response details
|
|
1004
|
+
|
|
1005
|
+
| Status code | Description | Response headers |
|
|
1006
|
+
|-------------|-------------|------------------|
|
|
1007
|
+
**410** | Gone | - |
|
|
1008
|
+
|
|
1009
|
+
[[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)
|
|
1010
|
+
|
|
1011
|
+
# **apps_authentication_api_test_api_key_auth**
|
|
1012
|
+
> apps_authentication_api_test_api_key_auth()
|
|
1013
|
+
|
|
1014
|
+
Test Api Key Auth
|
|
1015
|
+
|
|
1016
|
+
Test endpoint for API key authentication.
|
|
1017
|
+
|
|
1018
|
+
### Example
|
|
1019
|
+
|
|
1020
|
+
* Api Key Authentication (APIKeyBearer):
|
|
1021
|
+
|
|
1022
|
+
```python
|
|
1023
|
+
import spatialflow_generated
|
|
1024
|
+
from spatialflow_generated.rest import ApiException
|
|
1025
|
+
from pprint import pprint
|
|
1026
|
+
|
|
1027
|
+
# Defining the host is optional and defaults to https://api.spatialflow.io
|
|
1028
|
+
# See configuration.py for a list of all supported configuration parameters.
|
|
1029
|
+
configuration = spatialflow_generated.Configuration(
|
|
1030
|
+
host = "https://api.spatialflow.io"
|
|
1031
|
+
)
|
|
1032
|
+
|
|
1033
|
+
# The client must configure the authentication and authorization parameters
|
|
1034
|
+
# in accordance with the API server security policy.
|
|
1035
|
+
# Examples for each auth method are provided below, use the example that
|
|
1036
|
+
# satisfies your auth use case.
|
|
1037
|
+
|
|
1038
|
+
# Configure API key authorization: APIKeyBearer
|
|
1039
|
+
configuration.api_key['APIKeyBearer'] = os.environ["API_KEY"]
|
|
1040
|
+
|
|
1041
|
+
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
|
|
1042
|
+
# configuration.api_key_prefix['APIKeyBearer'] = 'Bearer'
|
|
1043
|
+
|
|
1044
|
+
# Enter a context with an instance of the API client
|
|
1045
|
+
async with spatialflow_generated.ApiClient(configuration) as api_client:
|
|
1046
|
+
# Create an instance of the API class
|
|
1047
|
+
api_instance = spatialflow_generated.AuthenticationApi(api_client)
|
|
1048
|
+
|
|
1049
|
+
try:
|
|
1050
|
+
# Test Api Key Auth
|
|
1051
|
+
await api_instance.apps_authentication_api_test_api_key_auth()
|
|
1052
|
+
except Exception as e:
|
|
1053
|
+
print("Exception when calling AuthenticationApi->apps_authentication_api_test_api_key_auth: %s\n" % e)
|
|
1054
|
+
```
|
|
1055
|
+
|
|
1056
|
+
|
|
1057
|
+
|
|
1058
|
+
### Parameters
|
|
1059
|
+
|
|
1060
|
+
This endpoint does not need any parameter.
|
|
1061
|
+
|
|
1062
|
+
### Return type
|
|
1063
|
+
|
|
1064
|
+
void (empty response body)
|
|
1065
|
+
|
|
1066
|
+
### Authorization
|
|
1067
|
+
|
|
1068
|
+
[APIKeyBearer](../README.md#APIKeyBearer)
|
|
1069
|
+
|
|
1070
|
+
### HTTP request headers
|
|
1071
|
+
|
|
1072
|
+
- **Content-Type**: Not defined
|
|
1073
|
+
- **Accept**: Not defined
|
|
1074
|
+
|
|
1075
|
+
### HTTP response details
|
|
1076
|
+
|
|
1077
|
+
| Status code | Description | Response headers |
|
|
1078
|
+
|-------------|-------------|------------------|
|
|
1079
|
+
**200** | OK | - |
|
|
1080
|
+
|
|
1081
|
+
[[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)
|
|
1082
|
+
|
|
1083
|
+
# **apps_authentication_api_test_jwt_auth**
|
|
1084
|
+
> apps_authentication_api_test_jwt_auth()
|
|
1085
|
+
|
|
1086
|
+
Test Jwt Auth
|
|
1087
|
+
|
|
1088
|
+
Test endpoint for JWT authentication.
|
|
1089
|
+
|
|
1090
|
+
### Example
|
|
1091
|
+
|
|
1092
|
+
* Bearer Authentication (JWTBearer):
|
|
1093
|
+
|
|
1094
|
+
```python
|
|
1095
|
+
import spatialflow_generated
|
|
1096
|
+
from spatialflow_generated.rest import ApiException
|
|
1097
|
+
from pprint import pprint
|
|
1098
|
+
|
|
1099
|
+
# Defining the host is optional and defaults to https://api.spatialflow.io
|
|
1100
|
+
# See configuration.py for a list of all supported configuration parameters.
|
|
1101
|
+
configuration = spatialflow_generated.Configuration(
|
|
1102
|
+
host = "https://api.spatialflow.io"
|
|
1103
|
+
)
|
|
1104
|
+
|
|
1105
|
+
# The client must configure the authentication and authorization parameters
|
|
1106
|
+
# in accordance with the API server security policy.
|
|
1107
|
+
# Examples for each auth method are provided below, use the example that
|
|
1108
|
+
# satisfies your auth use case.
|
|
1109
|
+
|
|
1110
|
+
# Configure Bearer authorization: JWTBearer
|
|
1111
|
+
configuration = spatialflow_generated.Configuration(
|
|
1112
|
+
access_token = os.environ["BEARER_TOKEN"]
|
|
1113
|
+
)
|
|
1114
|
+
|
|
1115
|
+
# Enter a context with an instance of the API client
|
|
1116
|
+
async with spatialflow_generated.ApiClient(configuration) as api_client:
|
|
1117
|
+
# Create an instance of the API class
|
|
1118
|
+
api_instance = spatialflow_generated.AuthenticationApi(api_client)
|
|
1119
|
+
|
|
1120
|
+
try:
|
|
1121
|
+
# Test Jwt Auth
|
|
1122
|
+
await api_instance.apps_authentication_api_test_jwt_auth()
|
|
1123
|
+
except Exception as e:
|
|
1124
|
+
print("Exception when calling AuthenticationApi->apps_authentication_api_test_jwt_auth: %s\n" % e)
|
|
1125
|
+
```
|
|
1126
|
+
|
|
1127
|
+
|
|
1128
|
+
|
|
1129
|
+
### Parameters
|
|
1130
|
+
|
|
1131
|
+
This endpoint does not need any parameter.
|
|
1132
|
+
|
|
1133
|
+
### Return type
|
|
1134
|
+
|
|
1135
|
+
void (empty response body)
|
|
1136
|
+
|
|
1137
|
+
### Authorization
|
|
1138
|
+
|
|
1139
|
+
[JWTBearer](../README.md#JWTBearer)
|
|
1140
|
+
|
|
1141
|
+
### HTTP request headers
|
|
1142
|
+
|
|
1143
|
+
- **Content-Type**: Not defined
|
|
1144
|
+
- **Accept**: Not defined
|
|
1145
|
+
|
|
1146
|
+
### HTTP response details
|
|
1147
|
+
|
|
1148
|
+
| Status code | Description | Response headers |
|
|
1149
|
+
|-------------|-------------|------------------|
|
|
1150
|
+
**200** | OK | - |
|
|
1151
|
+
|
|
1152
|
+
[[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)
|
|
1153
|
+
|
|
1154
|
+
# **apps_authentication_api_verify_email**
|
|
1155
|
+
> Dict[str, object] apps_authentication_api_verify_email(token)
|
|
1156
|
+
|
|
1157
|
+
Verify Email
|
|
1158
|
+
|
|
1159
|
+
Verify email address (query parameter format).
|
|
1160
|
+
|
|
1161
|
+
### Example
|
|
1162
|
+
|
|
1163
|
+
|
|
1164
|
+
```python
|
|
1165
|
+
import spatialflow_generated
|
|
1166
|
+
from spatialflow_generated.rest import ApiException
|
|
1167
|
+
from pprint import pprint
|
|
1168
|
+
|
|
1169
|
+
# Defining the host is optional and defaults to https://api.spatialflow.io
|
|
1170
|
+
# See configuration.py for a list of all supported configuration parameters.
|
|
1171
|
+
configuration = spatialflow_generated.Configuration(
|
|
1172
|
+
host = "https://api.spatialflow.io"
|
|
1173
|
+
)
|
|
1174
|
+
|
|
1175
|
+
|
|
1176
|
+
# Enter a context with an instance of the API client
|
|
1177
|
+
async with spatialflow_generated.ApiClient(configuration) as api_client:
|
|
1178
|
+
# Create an instance of the API class
|
|
1179
|
+
api_instance = spatialflow_generated.AuthenticationApi(api_client)
|
|
1180
|
+
token = 'token_example' # str |
|
|
1181
|
+
|
|
1182
|
+
try:
|
|
1183
|
+
# Verify Email
|
|
1184
|
+
api_response = await api_instance.apps_authentication_api_verify_email(token)
|
|
1185
|
+
print("The response of AuthenticationApi->apps_authentication_api_verify_email:\n")
|
|
1186
|
+
pprint(api_response)
|
|
1187
|
+
except Exception as e:
|
|
1188
|
+
print("Exception when calling AuthenticationApi->apps_authentication_api_verify_email: %s\n" % e)
|
|
1189
|
+
```
|
|
1190
|
+
|
|
1191
|
+
|
|
1192
|
+
|
|
1193
|
+
### Parameters
|
|
1194
|
+
|
|
1195
|
+
|
|
1196
|
+
Name | Type | Description | Notes
|
|
1197
|
+
------------- | ------------- | ------------- | -------------
|
|
1198
|
+
**token** | **str**| |
|
|
1199
|
+
|
|
1200
|
+
### Return type
|
|
1201
|
+
|
|
1202
|
+
**Dict[str, object]**
|
|
1203
|
+
|
|
1204
|
+
### Authorization
|
|
1205
|
+
|
|
1206
|
+
No authorization required
|
|
1207
|
+
|
|
1208
|
+
### HTTP request headers
|
|
1209
|
+
|
|
1210
|
+
- **Content-Type**: Not defined
|
|
1211
|
+
- **Accept**: application/json
|
|
1212
|
+
|
|
1213
|
+
### HTTP response details
|
|
1214
|
+
|
|
1215
|
+
| Status code | Description | Response headers |
|
|
1216
|
+
|-------------|-------------|------------------|
|
|
1217
|
+
**200** | OK | - |
|
|
1218
|
+
**400** | Bad Request | - |
|
|
1219
|
+
|
|
1220
|
+
[[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)
|
|
1221
|
+
|
|
1222
|
+
# **apps_authentication_api_verify_email_path**
|
|
1223
|
+
> Dict[str, object] apps_authentication_api_verify_email_path(token)
|
|
1224
|
+
|
|
1225
|
+
Verify Email Path
|
|
1226
|
+
|
|
1227
|
+
Verify email address (path parameter format for backwards compatibility).
|
|
1228
|
+
|
|
1229
|
+
### Example
|
|
1230
|
+
|
|
1231
|
+
|
|
1232
|
+
```python
|
|
1233
|
+
import spatialflow_generated
|
|
1234
|
+
from spatialflow_generated.rest import ApiException
|
|
1235
|
+
from pprint import pprint
|
|
1236
|
+
|
|
1237
|
+
# Defining the host is optional and defaults to https://api.spatialflow.io
|
|
1238
|
+
# See configuration.py for a list of all supported configuration parameters.
|
|
1239
|
+
configuration = spatialflow_generated.Configuration(
|
|
1240
|
+
host = "https://api.spatialflow.io"
|
|
1241
|
+
)
|
|
1242
|
+
|
|
1243
|
+
|
|
1244
|
+
# Enter a context with an instance of the API client
|
|
1245
|
+
async with spatialflow_generated.ApiClient(configuration) as api_client:
|
|
1246
|
+
# Create an instance of the API class
|
|
1247
|
+
api_instance = spatialflow_generated.AuthenticationApi(api_client)
|
|
1248
|
+
token = 'token_example' # str |
|
|
1249
|
+
|
|
1250
|
+
try:
|
|
1251
|
+
# Verify Email Path
|
|
1252
|
+
api_response = await api_instance.apps_authentication_api_verify_email_path(token)
|
|
1253
|
+
print("The response of AuthenticationApi->apps_authentication_api_verify_email_path:\n")
|
|
1254
|
+
pprint(api_response)
|
|
1255
|
+
except Exception as e:
|
|
1256
|
+
print("Exception when calling AuthenticationApi->apps_authentication_api_verify_email_path: %s\n" % e)
|
|
1257
|
+
```
|
|
1258
|
+
|
|
1259
|
+
|
|
1260
|
+
|
|
1261
|
+
### Parameters
|
|
1262
|
+
|
|
1263
|
+
|
|
1264
|
+
Name | Type | Description | Notes
|
|
1265
|
+
------------- | ------------- | ------------- | -------------
|
|
1266
|
+
**token** | **str**| |
|
|
1267
|
+
|
|
1268
|
+
### Return type
|
|
1269
|
+
|
|
1270
|
+
**Dict[str, object]**
|
|
1271
|
+
|
|
1272
|
+
### Authorization
|
|
1273
|
+
|
|
1274
|
+
No authorization required
|
|
1275
|
+
|
|
1276
|
+
### HTTP request headers
|
|
1277
|
+
|
|
1278
|
+
- **Content-Type**: Not defined
|
|
1279
|
+
- **Accept**: application/json
|
|
1280
|
+
|
|
1281
|
+
### HTTP response details
|
|
1282
|
+
|
|
1283
|
+
| Status code | Description | Response headers |
|
|
1284
|
+
|-------------|-------------|------------------|
|
|
1285
|
+
**200** | OK | - |
|
|
1286
|
+
**400** | Bad Request | - |
|
|
1287
|
+
|
|
1288
|
+
[[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)
|
|
1289
|
+
|