{"id":17809934,"url":"https://github.com/jong/moneylion-openapi-client","last_synced_at":"2026-02-19T00:35:37.932Z","repository":{"id":254192346,"uuid":"845770977","full_name":"jong/moneylion-openapi-client","owner":"jong","description":"generated openapi client for MoneyLion API`","archived":false,"fork":false,"pushed_at":"2024-08-21T22:43:46.000Z","size":269,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-02-07T21:19:27.797Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jong.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-21T22:38:12.000Z","updated_at":"2024-08-21T22:38:16.000Z","dependencies_parsed_at":"2024-08-22T00:32:55.152Z","dependency_job_id":null,"html_url":"https://github.com/jong/moneylion-openapi-client","commit_stats":null,"previous_names":["jong/moneylion-openapi-client"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jong%2Fmoneylion-openapi-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jong%2Fmoneylion-openapi-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jong%2Fmoneylion-openapi-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jong%2Fmoneylion-openapi-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jong","download_url":"https://codeload.github.com/jong/moneylion-openapi-client/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246766705,"owners_count":20830335,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-27T15:24:07.085Z","updated_at":"2025-10-17T19:46:47.542Z","avatar_url":"https://github.com/jong.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# openapi-client\nNo description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)\n\nThis Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:\n\n- API version: 1.58.0\n- Package version: 1.0.0\n- Generator version: 7.8.0\n- Build package: org.openapitools.codegen.languages.PythonClientCodegen\nFor more information, please visit [https://engine.tech/docs](https://engine.tech/docs)\n\n## Requirements.\n\nPython 3.7+\n\n## Installation \u0026 Usage\n### pip install\n\nIf the python package is hosted on a repository, you can install directly using:\n\n```sh\npip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git\n```\n(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)\n\nThen import the package:\n```python\nimport openapi_client\n```\n\n### Setuptools\n\nInstall via [Setuptools](http://pypi.python.org/pypi/setuptools).\n\n```sh\npython setup.py install --user\n```\n(or `sudo python setup.py install` to install the package for all users)\n\nThen import the package:\n```python\nimport openapi_client\n```\n\n### Tests\n\nExecute `pytest` to run the tests.\n\n## Getting Started\n\nPlease follow the [installation procedure](#installation--usage) and then run the following:\n\n```python\n\nimport openapi_client\nfrom openapi_client.rest import ApiException\nfrom pprint import pprint\n\n# Defining the host is optional and defaults to https://api.engine.tech\n# See configuration.py for a list of all supported configuration parameters.\nconfiguration = openapi_client.Configuration(\n    host = \"https://api.engine.tech\"\n)\n\n# The client must configure the authentication and authorization parameters\n# in accordance with the API server security policy.\n# Examples for each auth method are provided below, use the example that\n# satisfies your auth use case.\n\n# Configure Bearer authorization: confidentialBearerToken\nconfiguration = openapi_client.Configuration(\n    access_token = os.environ[\"BEARER_TOKEN\"]\n)\n\n\n# Enter a context with an instance of the API client\nwith openapi_client.ApiClient(configuration) as api_client:\n    # Create an instance of the API class\n    api_instance = openapi_client.AnalyticsApi(api_client)\n    timestamp = '2013-10-20T19:20:30+01:00' # datetime | The lower bound for when an event hit Engine by MoneyLion's system. \n\n    try:\n        # Get lead client tags\n        api_response = api_instance.get_lead_client_tags(timestamp)\n        print(\"The response of AnalyticsApi-\u003eget_lead_client_tags:\\n\")\n        pprint(api_response)\n    except ApiException as e:\n        print(\"Exception when calling AnalyticsApi-\u003eget_lead_client_tags: %s\\n\" % e)\n\n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *https://api.engine.tech*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*AnalyticsApi* | [**get_lead_client_tags**](docs/AnalyticsApi.md#get_lead_client_tags) | **GET** /supplyAnalytics/leadClientTags | Get lead client tags\n*AnalyticsApi* | [**get_lead_events**](docs/AnalyticsApi.md#get_lead_events) | **GET** /supplyAnalytics/leadEvents | Get lead events\n*AnalyticsApi* | [**get_lead_payouts**](docs/AnalyticsApi.md#get_lead_payouts) | **GET** /supplyAnalytics/leadPayouts | Get lead payouts\n*ApprovalProbabilityApi* | [**create_loans_approval_probability_report**](docs/ApprovalProbabilityApi.md#create_loans_approval_probability_report) | **POST** /approvalProbability/loanReports | Get a loan approval probability report\n*ApprovalProbabilityApi* | [**get_loans_approval_probability_report**](docs/ApprovalProbabilityApi.md#get_loans_approval_probability_report) | **GET** /approvalProbability/loanReports/{uuid} | Get approval probability loan report\n*LeadApi* | [**get_lead**](docs/LeadApi.md#get_lead) | **GET** /leads/{uuid} | Get lead\n*LeadApi* | [**get_rate_table**](docs/LeadApi.md#get_rate_table) | **GET** /originator/rateTables/{uuid} | Get rate table\n*LeadApi* | [**get_rate_table_for_specified_lead**](docs/LeadApi.md#get_rate_table_for_specified_lead) | **POST** /leads/{leadUuid}/rateTables | Submit a lead and get a rate table\n*LeadApi* | [**submit_lead**](docs/LeadApi.md#submit_lead) | **POST** /leads/rateTables | Submit lead\n*LeadApi* | [**update_lead**](docs/LeadApi.md#update_lead) | **PATCH** /leads/{uuid} | Update a lead\n*OfferPreviewApi* | [**get_preview_credit_card_offers**](docs/OfferPreviewApi.md#get_preview_credit_card_offers) | **GET** /offerPreview/creditCardOffers | Get preview credit card offers\n*OfferPreviewApi* | [**get_preview_loan_offers**](docs/OfferPreviewApi.md#get_preview_loan_offers) | **GET** /offerPreview/loanOffers | Get preview loan offers\n*OfferPreviewApi* | [**get_preview_savings_offers**](docs/OfferPreviewApi.md#get_preview_savings_offers) | **GET** /offerPreview/savingsOffers | Get preview savings offers\n*UIEventsApi* | [**create_offer_display**](docs/UIEventsApi.md#create_offer_display) | **POST** /uiEvent/offerDisplays | Record offer display\n*UIEventsApi* | [**create_session_init**](docs/UIEventsApi.md#create_session_init) | **POST** /uiEvent/sessionInits | Record new session\n*UIUtilsApi* | [**get_featured_financial_institutions**](docs/UIUtilsApi.md#get_featured_financial_institutions) | **GET** /uiUtil/featuredFinancialInstitutions | Get featured financial institutions\n*UIUtilsApi* | [**get_universities**](docs/UIUtilsApi.md#get_universities) | **GET** /leads/universities | Get university names\n*UIUtilsApi* | [**get_vehicle_makes**](docs/UIUtilsApi.md#get_vehicle_makes) | **GET** /leads/vehicles/makes | Get vehicle makes\n*UIUtilsApi* | [**get_vehicle_models**](docs/UIUtilsApi.md#get_vehicle_models) | **GET** /leads/vehicles/models | Get vehicle models\n*UIUtilsApi* | [**get_vehicle_trims**](docs/UIUtilsApi.md#get_vehicle_trims) | **GET** /leads/vehicles/trims | Get vehicle trims\n*UIUtilsApi* | [**get_vehicle_years**](docs/UIUtilsApi.md#get_vehicle_years) | **GET** /leads/vehicles/years | Get vehicle years\n\n\n## Documentation For Models\n\n - [ApiApprovedEventData](docs/ApiApprovedEventData.md)\n - [ApiError](docs/ApiError.md)\n - [ApiRejectedEventData](docs/ApiRejectedEventData.md)\n - [AppliedEventData](docs/AppliedEventData.md)\n - [ApprovedEventData](docs/ApprovedEventData.md)\n - [AprType](docs/AprType.md)\n - [BankAccountType](docs/BankAccountType.md)\n - [CardBenefit](docs/CardBenefit.md)\n - [CardPurpose](docs/CardPurpose.md)\n - [CardType](docs/CardType.md)\n - [CarrierDecisionType](docs/CarrierDecisionType.md)\n - [CitizenshipStatus](docs/CitizenshipStatus.md)\n - [CompoundingMethod](docs/CompoundingMethod.md)\n - [ConversionEventData](docs/ConversionEventData.md)\n - [CreditCardOffer](docs/CreditCardOffer.md)\n - [CreditCardOfferDetails](docs/CreditCardOfferDetails.md)\n - [EducationLevel](docs/EducationLevel.md)\n - [EmploymentPayFrequency](docs/EmploymentPayFrequency.md)\n - [EmploymentStatus](docs/EmploymentStatus.md)\n - [EventData](docs/EventData.md)\n - [EventType](docs/EventType.md)\n - [FeaturedFinancialInstitution](docs/FeaturedFinancialInstitution.md)\n - [FederalInsuranceType](docs/FederalInsuranceType.md)\n - [FinancialInstitutionLoanReport](docs/FinancialInstitutionLoanReport.md)\n - [FundedEventData](docs/FundedEventData.md)\n - [Gender](docs/Gender.md)\n - [GraduateDegreeType](docs/GraduateDegreeType.md)\n - [IdType](docs/IdType.md)\n - [IncentiveDetails](docs/IncentiveDetails.md)\n - [IncentiveType](docs/IncentiveType.md)\n - [IncentiveUnit](docs/IncentiveUnit.md)\n - [IntroOfferType](docs/IntroOfferType.md)\n - [Lead](docs/Lead.md)\n - [LeadAction](docs/LeadAction.md)\n - [LeadActionType](docs/LeadActionType.md)\n - [LeadAutoInsuranceInformation](docs/LeadAutoInsuranceInformation.md)\n - [LeadBestTimeToCall](docs/LeadBestTimeToCall.md)\n - [LeadClientTag](docs/LeadClientTag.md)\n - [LeadClientTagsResponse](docs/LeadClientTagsResponse.md)\n - [LeadCoApplicantInformation](docs/LeadCoApplicantInformation.md)\n - [LeadCreateData](docs/LeadCreateData.md)\n - [LeadCreditCardInformation](docs/LeadCreditCardInformation.md)\n - [LeadCreditInformation](docs/LeadCreditInformation.md)\n - [LeadEducationInformation](docs/LeadEducationInformation.md)\n - [LeadEmploymentInformation](docs/LeadEmploymentInformation.md)\n - [LeadEvent](docs/LeadEvent.md)\n - [LeadEventResponse](docs/LeadEventResponse.md)\n - [LeadFinancialInformation](docs/LeadFinancialInformation.md)\n - [LeadHealthInformation](docs/LeadHealthInformation.md)\n - [LeadIdentificationInformation](docs/LeadIdentificationInformation.md)\n - [LeadLegalInformation](docs/LeadLegalInformation.md)\n - [LeadLoanInformation](docs/LeadLoanInformation.md)\n - [LeadMortgageInformation](docs/LeadMortgageInformation.md)\n - [LeadPayout](docs/LeadPayout.md)\n - [LeadPayoutResponse](docs/LeadPayoutResponse.md)\n - [LeadPersonalInformation](docs/LeadPersonalInformation.md)\n - [LeadSavingsInformation](docs/LeadSavingsInformation.md)\n - [LeadSessionInformation](docs/LeadSessionInformation.md)\n - [LeadUuid](docs/LeadUuid.md)\n - [LifeInsuranceOffer](docs/LifeInsuranceOffer.md)\n - [LifeInsuranceOfferDetails](docs/LifeInsuranceOfferDetails.md)\n - [ListedEventData](docs/ListedEventData.md)\n - [LoanOffer](docs/LoanOffer.md)\n - [LoanProbability](docs/LoanProbability.md)\n - [LoanPurpose](docs/LoanPurpose.md)\n - [LoanReport](docs/LoanReport.md)\n - [LoanReportCreateData](docs/LoanReportCreateData.md)\n - [MedicalExam](docs/MedicalExam.md)\n - [MortgageAdjustmentType](docs/MortgageAdjustmentType.md)\n - [MortgageLoanType](docs/MortgageLoanType.md)\n - [MortgageOffer](docs/MortgageOffer.md)\n - [MortgageOfferDetails](docs/MortgageOfferDetails.md)\n - [MortgageType](docs/MortgageType.md)\n - [OccupancyType](docs/OccupancyType.md)\n - [Offer](docs/Offer.md)\n - [OfferClickedEventData](docs/OfferClickedEventData.md)\n - [OfferDisplay](docs/OfferDisplay.md)\n - [OfferDisplayCreateData](docs/OfferDisplayCreateData.md)\n - [OpenedEventData](docs/OpenedEventData.md)\n - [Originator](docs/Originator.md)\n - [OriginatorImage](docs/OriginatorImage.md)\n - [PackageType](docs/PackageType.md)\n - [Partner](docs/Partner.md)\n - [PendingResponse](docs/PendingResponse.md)\n - [PersonalReferenceInformation](docs/PersonalReferenceInformation.md)\n - [PersonalReferenceRelationType](docs/PersonalReferenceRelationType.md)\n - [ProductSubType](docs/ProductSubType.md)\n - [ProductType](docs/ProductType.md)\n - [PropertySearchStatus](docs/PropertySearchStatus.md)\n - [PropertyStatus](docs/PropertyStatus.md)\n - [PropertyType](docs/PropertyType.md)\n - [ProvidedCreditRating](docs/ProvidedCreditRating.md)\n - [PurchaseStatus](docs/PurchaseStatus.md)\n - [RateTable](docs/RateTable.md)\n - [RefinanceLoanInformation](docs/RefinanceLoanInformation.md)\n - [RefinanceLoanType](docs/RefinanceLoanType.md)\n - [RefinanceType](docs/RefinanceType.md)\n - [RejectReason](docs/RejectReason.md)\n - [SavingsOffer](docs/SavingsOffer.md)\n - [SavingsOfferDetails](docs/SavingsOfferDetails.md)\n - [SessionInit](docs/SessionInit.md)\n - [SessionInitCreateData](docs/SessionInitCreateData.md)\n - [SpecialOffer](docs/SpecialOffer.md)\n - [State](docs/State.md)\n - [TermUnit](docs/TermUnit.md)\n - [VehicleDetails](docs/VehicleDetails.md)\n - [VehicleInformation](docs/VehicleInformation.md)\n\n\n\u003ca id=\"documentation-for-authorization\"\u003e\u003c/a\u003e\n## Documentation For Authorization\n\n\nAuthentication schemes defined for the API:\n\u003ca id=\"publishableBearerToken\"\u003e\u003c/a\u003e\n### publishableBearerToken\n\n- **Type**: Bearer authentication\n\n\u003ca id=\"confidentialBearerToken\"\u003e\u003c/a\u003e\n### confidentialBearerToken\n\n- **Type**: Bearer authentication\n\n\u003ca id=\"experimentalBearerToken\"\u003e\u003c/a\u003e\n### experimentalBearerToken\n\n- **Type**: Bearer authentication\n\n\n## Author\n\nhelp@engine.tech\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjong%2Fmoneylion-openapi-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjong%2Fmoneylion-openapi-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjong%2Fmoneylion-openapi-client/lists"}