{"id":24983469,"url":"https://github.com/basis-theory/basistheory-dotnet","last_synced_at":"2026-03-07T03:02:05.021Z","repository":{"id":37049234,"uuid":"370339431","full_name":"Basis-Theory/basistheory-dotnet","owner":"Basis-Theory","description":"Basis Theory .NET SDK","archived":false,"fork":false,"pushed_at":"2025-01-21T18:00:02.000Z","size":836,"stargazers_count":9,"open_issues_count":6,"forks_count":1,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-11-22T06:07:34.551Z","etag":null,"topics":["csharp","dotnet","dotnet-core"],"latest_commit_sha":null,"homepage":"https://basistheory.com","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Basis-Theory.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-24T12:10:29.000Z","updated_at":"2025-01-21T18:00:05.000Z","dependencies_parsed_at":"2023-02-13T01:45:44.559Z","dependency_job_id":"80060cdc-c244-4906-9076-96dc2d3803c0","html_url":"https://github.com/Basis-Theory/basistheory-dotnet","commit_stats":{"total_commits":143,"total_committers":13,"mean_commits":11.0,"dds":0.6013986013986015,"last_synced_commit":"f685c233d8055094099716cbdb017a68c64efa5b"},"previous_names":[],"tags_count":76,"template":false,"template_full_name":null,"purl":"pkg:github/Basis-Theory/basistheory-dotnet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Basis-Theory%2Fbasistheory-dotnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Basis-Theory%2Fbasistheory-dotnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Basis-Theory%2Fbasistheory-dotnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Basis-Theory%2Fbasistheory-dotnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Basis-Theory","download_url":"https://codeload.github.com/Basis-Theory/basistheory-dotnet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Basis-Theory%2Fbasistheory-dotnet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30206339,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"online","status_checked_at":"2026-03-07T02:00:06.765Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["csharp","dotnet","dotnet-core"],"created_at":"2025-02-04T09:19:11.920Z","updated_at":"2026-03-07T03:02:04.978Z","avatar_url":"https://github.com/Basis-Theory.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BasisTheory.net - the C# library for the Basis Theory API\n\n\u003e [!CAUTION]\n\u003e This SDK has been deprecated.\n\u003e\n\u003e Our new SDK can be found at https://github.com/Basis-Theory/dotnet-sdk\n\u003e\n\u003e See our documentation site for more information. https://developers.basistheory.com/docs/sdks/server-side/dotnet\n\n## Getting Started\n* Sign-in to [Basis Theory](https://basistheory.com) and go to [Applications](https://portal.basistheory.com/applications)\n* Create a Basis Theory Private Application\n* All permissions should be selected\n* Paste the API Key into the `BT-API-KEY` variable\n\nThis C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:\n\n- API version: v1\n- SDK version: 1.0.0\n- Build package: org.openapitools.codegen.languages.CSharpNetCoreClientCodegen\n\n\u003ca name=\"frameworks-supported\"\u003e\u003c/a\u003e\n## Frameworks supported\n- .NET Core \u003e=1.0\n- .NET Framework \u003e=4.6\n- Mono/Xamarin \u003e=vNext\n\n\u003ca name=\"dependencies\"\u003e\u003c/a\u003e\n## Dependencies\n\n- [RestSharp](https://www.nuget.org/packages/RestSharp) - 106.13.0 or later\n- [Json.NET](https://www.nuget.org/packages/Newtonsoft.Json/) - 13.0.1 or later\n- [JsonSubTypes](https://www.nuget.org/packages/JsonSubTypes/) - 1.8.0 or later\n\nThe DLLs included in the package may not be the latest version. We recommend using [NuGet](https://docs.nuget.org/consume/installing-nuget) to obtain the latest version of the packages:\n```\nInstall-Package RestSharp\nInstall-Package Newtonsoft.Json\nInstall-Package JsonSubTypes\n```\n\nNOTE: RestSharp versions greater than 105.1.0 have a bug which causes file uploads to fail. See [RestSharp#742](https://github.com/restsharp/RestSharp/issues/742).\nNOTE: RestSharp for .Net Core creates a new socket for each api call, which can lead to a socket exhaustion problem. See [RestSharp#1406](https://github.com/restsharp/RestSharp/issues/1406).\n\n\u003ca name=\"installation\"\u003e\u003c/a\u003e\n## Installation\nGenerate the DLL using your preferred tool (e.g. `dotnet build`)\n\nThen include the DLL (under the `bin` folder) in the C# project, and use the namespaces:\n```csharp\nusing BasisTheory.net.Api;\nusing BasisTheory.net.Client;\nusing BasisTheory.net.Model;\n```\n\u003ca name=\"usage\"\u003e\u003c/a\u003e\n## Usage\n\nTo use the API client with a HTTP proxy, setup a `System.Net.WebProxy`\n```csharp\nConfiguration c = new Configuration();\nSystem.Net.WebProxy webProxy = new System.Net.WebProxy(\"http://myProxyUrl:80/\");\nwebProxy.Credentials = System.Net.CredentialCache.DefaultCredentials;\nc.Proxy = webProxy;\n```\n\n\u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n## Getting Started\n\n```csharp\nusing System.Collections.Generic;\nusing System.Diagnostics;\nusing BasisTheory.net.Api;\nusing BasisTheory.net.Client;\nusing BasisTheory.net.Model;\n\nnamespace Example\n{\n    public class Example\n    {\n        public static void Main()\n        {\n\n            Configuration config = new Configuration();\n            config.BasePath = \"https://api.basistheory.com\";\n            // Configure API key authorization: ApiKey\n            config.ApiKey.Add(\"BT-API-KEY\", \"YOUR_API_KEY\");\n            // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed\n            // config.ApiKeyPrefix.Add(\"BT-API-KEY\", \"Bearer\");\n\n            var apiInstance = new ApplicationKeysApi(config);\n            var id = \"id_example\";  // Guid | \n\n            try\n            {\n                ApplicationKey result = apiInstance.Create(id);\n                Debug.WriteLine(result);\n            }\n            catch (ApiException e)\n            {\n                Debug.Print(\"Exception when calling ApplicationKeysApi.Create: \" + e.Message );\n                Debug.Print(\"Status Code: \"+ e.ErrorCode);\n                Debug.Print(e.StackTrace);\n            }\n\n        }\n    }\n}\n```\n\n\u003ca name=\"documentation-for-api-endpoints\"\u003e\u003c/a\u003e\n## Documentation for API Endpoints\n\nAll URIs are relative to *https://api.basistheory.com*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*ApplicationKeysApi* | [**Create**](docs/ApplicationKeysApi.md#create) | **POST** /applications/{id}/keys | \n*ApplicationKeysApi* | [**Delete**](docs/ApplicationKeysApi.md#delete) | **DELETE** /applications/{id}/keys/{keyId} | \n*ApplicationKeysApi* | [**Get**](docs/ApplicationKeysApi.md#get) | **GET** /applications/{id}/keys | \n*ApplicationKeysApi* | [**GetById**](docs/ApplicationKeysApi.md#getbyid) | **GET** /applications/{id}/keys/{keyId} | \n*ApplicationTemplatesApi* | [**Get**](docs/ApplicationTemplatesApi.md#get) | **GET** /application-templates | \n*ApplicationTemplatesApi* | [**GetById**](docs/ApplicationTemplatesApi.md#getbyid) | **GET** /application-templates/{id} | \n*ApplicationsApi* | [**Create**](docs/ApplicationsApi.md#create) | **POST** /applications | \n*ApplicationsApi* | [**Delete**](docs/ApplicationsApi.md#delete) | **DELETE** /applications/{id} | \n*ApplicationsApi* | [**Get**](docs/ApplicationsApi.md#get) | **GET** /applications | \n*ApplicationsApi* | [**GetById**](docs/ApplicationsApi.md#getbyid) | **GET** /applications/{id} | \n*ApplicationsApi* | [**GetByKey**](docs/ApplicationsApi.md#getbykey) | **GET** /applications/key | \n*ApplicationsApi* | [**RegenerateKey**](docs/ApplicationsApi.md#regeneratekey) | **POST** /applications/{id}/regenerate | \n*ApplicationsApi* | [**Update**](docs/ApplicationsApi.md#update) | **PUT** /applications/{id} | \n*DetokenizeApi* | [**Detokenize**](docs/DetokenizeApi.md#detokenize) | **POST** /detokenize | \n*EnrichmentsApi* | [**BankAccountVerify**](docs/EnrichmentsApi.md#bankaccountverify) | **POST** /enrichments/bank-account-verify | \n*LogsApi* | [**Get**](docs/LogsApi.md#get) | **GET** /logs | \n*LogsApi* | [**GetEntityTypes**](docs/LogsApi.md#getentitytypes) | **GET** /logs/entity-types | \n*PermissionsApi* | [**Get**](docs/PermissionsApi.md#get) | **GET** /permissions | \n*ProxiesApi* | [**Create**](docs/ProxiesApi.md#create) | **POST** /proxies | \n*ProxiesApi* | [**Delete**](docs/ProxiesApi.md#delete) | **DELETE** /proxies/{id} | \n*ProxiesApi* | [**Get**](docs/ProxiesApi.md#get) | **GET** /proxies | \n*ProxiesApi* | [**GetById**](docs/ProxiesApi.md#getbyid) | **GET** /proxies/{id} | \n*ProxiesApi* | [**Patch**](docs/ProxiesApi.md#patch) | **PATCH** /proxies/{id} | \n*ProxiesApi* | [**Update**](docs/ProxiesApi.md#update) | **PUT** /proxies/{id} | \n*ReactorFormulasApi* | [**Create**](docs/ReactorFormulasApi.md#create) | **POST** /reactor-formulas | \n*ReactorFormulasApi* | [**Delete**](docs/ReactorFormulasApi.md#delete) | **DELETE** /reactor-formulas/{id} | \n*ReactorFormulasApi* | [**Get**](docs/ReactorFormulasApi.md#get) | **GET** /reactor-formulas | \n*ReactorFormulasApi* | [**GetById**](docs/ReactorFormulasApi.md#getbyid) | **GET** /reactor-formulas/{id} | \n*ReactorFormulasApi* | [**Update**](docs/ReactorFormulasApi.md#update) | **PUT** /reactor-formulas/{id} | \n*ReactorsApi* | [**Create**](docs/ReactorsApi.md#create) | **POST** /reactors | \n*ReactorsApi* | [**Delete**](docs/ReactorsApi.md#delete) | **DELETE** /reactors/{id} | \n*ReactorsApi* | [**Get**](docs/ReactorsApi.md#get) | **GET** /reactors | \n*ReactorsApi* | [**GetById**](docs/ReactorsApi.md#getbyid) | **GET** /reactors/{id} | \n*ReactorsApi* | [**Patch**](docs/ReactorsApi.md#patch) | **PATCH** /reactors/{id} | \n*ReactorsApi* | [**React**](docs/ReactorsApi.md#react) | **POST** /reactors/{id}/react | \n*ReactorsApi* | [**ReactAsync**](docs/ReactorsApi.md#reactasync) | **POST** /reactors/{id}/react-async | \n*ReactorsApi* | [**ResultGetById**](docs/ReactorsApi.md#resultgetbyid) | **GET** /reactors/{id}/results/{requestId} | \n*ReactorsApi* | [**Update**](docs/ReactorsApi.md#update) | **PUT** /reactors/{id} | \n*RolesApi* | [**Get**](docs/RolesApi.md#get) | **GET** /roles | \n*SessionsApi* | [**Authorize**](docs/SessionsApi.md#authorize) | **POST** /sessions/authorize | \n*SessionsApi* | [**Create**](docs/SessionsApi.md#create) | **POST** /sessions | \n*TenantsApi* | [**CreateConnection**](docs/TenantsApi.md#createconnection) | **POST** /tenants/self/connections | \n*TenantsApi* | [**CreateInvitation**](docs/TenantsApi.md#createinvitation) | **POST** /tenants/self/invitations | \n*TenantsApi* | [**Delete**](docs/TenantsApi.md#delete) | **DELETE** /tenants/self | \n*TenantsApi* | [**DeleteConnection**](docs/TenantsApi.md#deleteconnection) | **DELETE** /tenants/self/connections | \n*TenantsApi* | [**DeleteInvitation**](docs/TenantsApi.md#deleteinvitation) | **DELETE** /tenants/self/invitations/{invitationId} | \n*TenantsApi* | [**DeleteMember**](docs/TenantsApi.md#deletemember) | **DELETE** /tenants/self/members/{memberId} | \n*TenantsApi* | [**Get**](docs/TenantsApi.md#get) | **GET** /tenants/self | \n*TenantsApi* | [**GetInvitations**](docs/TenantsApi.md#getinvitations) | **GET** /tenants/self/invitations | \n*TenantsApi* | [**GetMembers**](docs/TenantsApi.md#getmembers) | **GET** /tenants/self/members | \n*TenantsApi* | [**GetTenantUsageReport**](docs/TenantsApi.md#gettenantusagereport) | **GET** /tenants/self/reports/usage | \n*TenantsApi* | [**OwnerGet**](docs/TenantsApi.md#ownerget) | **GET** /tenants/self/owner | \n*TenantsApi* | [**ResendInvitation**](docs/TenantsApi.md#resendinvitation) | **POST** /tenants/self/invitations/{invitationId}/resend | \n*TenantsApi* | [**Update**](docs/TenantsApi.md#update) | **PUT** /tenants/self | \n*TenantsApi* | [**UpdateMember**](docs/TenantsApi.md#updatemember) | **PUT** /tenants/self/members/{memberId} | \n*ThreeDSApi* | [**ThreeDSAuthenticateSession**](docs/ThreeDSApi.md#threedsauthenticatesession) | **POST** /3ds/sessions/{sessionId}/authenticate | \n*ThreeDSApi* | [**ThreeDSCreateSession**](docs/ThreeDSApi.md#threedscreatesession) | **POST** /3ds/sessions | \n*ThreeDSApi* | [**ThreeDSGetChallengeResult**](docs/ThreeDSApi.md#threedsgetchallengeresult) | **GET** /3ds/sessions/{sessionId}/challenge-result | \n*ThreeDSApi* | [**ThreeDSGetSessionById**](docs/ThreeDSApi.md#threedsgetsessionbyid) | **GET** /3ds/sessions/{id} | \n*TokenizeApi* | [**Tokenize**](docs/TokenizeApi.md#tokenize) | **POST** /tokenize | \n*TokensApi* | [**Create**](docs/TokensApi.md#create) | **POST** /tokens | \n*TokensApi* | [**Delete**](docs/TokensApi.md#delete) | **DELETE** /tokens/{id} | \n*TokensApi* | [**Get**](docs/TokensApi.md#get) | **GET** /tokens | \n*TokensApi* | [**GetById**](docs/TokensApi.md#getbyid) | **GET** /tokens/{id} | \n*TokensApi* | [**GetV2**](docs/TokensApi.md#getv2) | **GET** /v2/tokens | \n*TokensApi* | [**Search**](docs/TokensApi.md#search) | **POST** /tokens/search | \n*TokensApi* | [**SearchV2**](docs/TokensApi.md#searchv2) | **POST** /v2/tokens/search | \n*TokensApi* | [**Update**](docs/TokensApi.md#update) | **PATCH** /tokens/{id} | \n\n\n\u003ca name=\"documentation-for-models\"\u003e\u003c/a\u003e\n## Documentation for Models\n\n - [Model.AccessRule](docs/AccessRule.md)\n - [Model.Application](docs/Application.md)\n - [Model.ApplicationKey](docs/ApplicationKey.md)\n - [Model.ApplicationPaginatedList](docs/ApplicationPaginatedList.md)\n - [Model.ApplicationTemplate](docs/ApplicationTemplate.md)\n - [Model.AuthenticateThreeDSSessionRequest](docs/AuthenticateThreeDSSessionRequest.md)\n - [Model.AuthorizeSessionRequest](docs/AuthorizeSessionRequest.md)\n - [Model.BankVerificationRequest](docs/BankVerificationRequest.md)\n - [Model.BinDetails](docs/BinDetails.md)\n - [Model.BinDetailsBank](docs/BinDetailsBank.md)\n - [Model.BinDetailsCountry](docs/BinDetailsCountry.md)\n - [Model.BinDetailsProduct](docs/BinDetailsProduct.md)\n - [Model.CardDetails](docs/CardDetails.md)\n - [Model.Condition](docs/Condition.md)\n - [Model.CreateApplicationRequest](docs/CreateApplicationRequest.md)\n - [Model.CreateProxyRequest](docs/CreateProxyRequest.md)\n - [Model.CreateReactorFormulaRequest](docs/CreateReactorFormulaRequest.md)\n - [Model.CreateReactorRequest](docs/CreateReactorRequest.md)\n - [Model.CreateSessionResponse](docs/CreateSessionResponse.md)\n - [Model.CreateTenantConnectionRequest](docs/CreateTenantConnectionRequest.md)\n - [Model.CreateTenantConnectionResponse](docs/CreateTenantConnectionResponse.md)\n - [Model.CreateTenantInvitationRequest](docs/CreateTenantInvitationRequest.md)\n - [Model.CreateThreeDSSessionRequest](docs/CreateThreeDSSessionRequest.md)\n - [Model.CreateThreeDSSessionResponse](docs/CreateThreeDSSessionResponse.md)\n - [Model.CreateTokenRequest](docs/CreateTokenRequest.md)\n - [Model.CursorPagination](docs/CursorPagination.md)\n - [Model.GetApplications](docs/GetApplications.md)\n - [Model.GetLogs](docs/GetLogs.md)\n - [Model.GetPermissions](docs/GetPermissions.md)\n - [Model.GetProxies](docs/GetProxies.md)\n - [Model.GetReactorFormulas](docs/GetReactorFormulas.md)\n - [Model.GetReactors](docs/GetReactors.md)\n - [Model.GetTenantInvitations](docs/GetTenantInvitations.md)\n - [Model.GetTenantMembers](docs/GetTenantMembers.md)\n - [Model.GetTokens](docs/GetTokens.md)\n - [Model.GetTokensV2](docs/GetTokensV2.md)\n - [Model.Log](docs/Log.md)\n - [Model.LogEntityType](docs/LogEntityType.md)\n - [Model.LogPaginatedList](docs/LogPaginatedList.md)\n - [Model.Pagination](docs/Pagination.md)\n - [Model.PatchProxyRequest](docs/PatchProxyRequest.md)\n - [Model.PatchReactorRequest](docs/PatchReactorRequest.md)\n - [Model.Permission](docs/Permission.md)\n - [Model.Privacy](docs/Privacy.md)\n - [Model.ProblemDetails](docs/ProblemDetails.md)\n - [Model.Proxy](docs/Proxy.md)\n - [Model.ProxyPaginatedList](docs/ProxyPaginatedList.md)\n - [Model.ProxyTransform](docs/ProxyTransform.md)\n - [Model.ReactRequest](docs/ReactRequest.md)\n - [Model.ReactRequestAsync](docs/ReactRequestAsync.md)\n - [Model.ReactResponse](docs/ReactResponse.md)\n - [Model.Reactor](docs/Reactor.md)\n - [Model.ReactorFormula](docs/ReactorFormula.md)\n - [Model.ReactorFormulaConfiguration](docs/ReactorFormulaConfiguration.md)\n - [Model.ReactorFormulaPaginatedList](docs/ReactorFormulaPaginatedList.md)\n - [Model.ReactorFormulaRequestParameter](docs/ReactorFormulaRequestParameter.md)\n - [Model.ReactorPaginatedList](docs/ReactorPaginatedList.md)\n - [Model.Role](docs/Role.md)\n - [Model.SearchTokensRequest](docs/SearchTokensRequest.md)\n - [Model.SearchTokensRequestV2](docs/SearchTokensRequestV2.md)\n - [Model.StringStringKeyValuePair](docs/StringStringKeyValuePair.md)\n - [Model.Tenant](docs/Tenant.md)\n - [Model.TenantConnectionOptions](docs/TenantConnectionOptions.md)\n - [Model.TenantInvitationResponse](docs/TenantInvitationResponse.md)\n - [Model.TenantInvitationResponsePaginatedList](docs/TenantInvitationResponsePaginatedList.md)\n - [Model.TenantInvitationStatus](docs/TenantInvitationStatus.md)\n - [Model.TenantMemberResponse](docs/TenantMemberResponse.md)\n - [Model.TenantMemberResponsePaginatedList](docs/TenantMemberResponsePaginatedList.md)\n - [Model.TenantUsageReport](docs/TenantUsageReport.md)\n - [Model.ThreeDSAcsRenderingType](docs/ThreeDSAcsRenderingType.md)\n - [Model.ThreeDSAddress](docs/ThreeDSAddress.md)\n - [Model.ThreeDSAuthentication](docs/ThreeDSAuthentication.md)\n - [Model.ThreeDSCardholderAccountInfo](docs/ThreeDSCardholderAccountInfo.md)\n - [Model.ThreeDSCardholderAuthenticationInfo](docs/ThreeDSCardholderAuthenticationInfo.md)\n - [Model.ThreeDSCardholderInfo](docs/ThreeDSCardholderInfo.md)\n - [Model.ThreeDSCardholderPhoneNumber](docs/ThreeDSCardholderPhoneNumber.md)\n - [Model.ThreeDSDeviceInfo](docs/ThreeDSDeviceInfo.md)\n - [Model.ThreeDSMerchantInfo](docs/ThreeDSMerchantInfo.md)\n - [Model.ThreeDSMerchantRiskInfo](docs/ThreeDSMerchantRiskInfo.md)\n - [Model.ThreeDSMessageExtension](docs/ThreeDSMessageExtension.md)\n - [Model.ThreeDSMethod](docs/ThreeDSMethod.md)\n - [Model.ThreeDSMobileSdkRenderOptions](docs/ThreeDSMobileSdkRenderOptions.md)\n - [Model.ThreeDSPriorAuthenticationInfo](docs/ThreeDSPriorAuthenticationInfo.md)\n - [Model.ThreeDSPurchaseInfo](docs/ThreeDSPurchaseInfo.md)\n - [Model.ThreeDSRequestorInfo](docs/ThreeDSRequestorInfo.md)\n - [Model.ThreeDSSession](docs/ThreeDSSession.md)\n - [Model.ThreeDSVersion](docs/ThreeDSVersion.md)\n - [Model.Token](docs/Token.md)\n - [Model.TokenCursorPaginatedList](docs/TokenCursorPaginatedList.md)\n - [Model.TokenEnrichments](docs/TokenEnrichments.md)\n - [Model.TokenExtras](docs/TokenExtras.md)\n - [Model.TokenMetrics](docs/TokenMetrics.md)\n - [Model.TokenPaginatedList](docs/TokenPaginatedList.md)\n - [Model.TokenReport](docs/TokenReport.md)\n - [Model.UpdateApplicationRequest](docs/UpdateApplicationRequest.md)\n - [Model.UpdatePrivacy](docs/UpdatePrivacy.md)\n - [Model.UpdateProxyRequest](docs/UpdateProxyRequest.md)\n - [Model.UpdateReactorFormulaRequest](docs/UpdateReactorFormulaRequest.md)\n - [Model.UpdateReactorRequest](docs/UpdateReactorRequest.md)\n - [Model.UpdateTenantMemberRequest](docs/UpdateTenantMemberRequest.md)\n - [Model.UpdateTenantRequest](docs/UpdateTenantRequest.md)\n - [Model.UpdateTokenRequest](docs/UpdateTokenRequest.md)\n - [Model.User](docs/User.md)\n - [Model.ValidationProblemDetails](docs/ValidationProblemDetails.md)\n\n\n\u003ca name=\"documentation-for-authorization\"\u003e\u003c/a\u003e\n## Documentation for Authorization\n\n\u003ca name=\"ApiKey\"\u003e\u003c/a\u003e\n### ApiKey\n\n- **Type**: API key\n- **API key parameter name**: BT-API-KEY\n- **Location**: HTTP header\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasis-theory%2Fbasistheory-dotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasis-theory%2Fbasistheory-dotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasis-theory%2Fbasistheory-dotnet/lists"}