Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 1.59 KB

AccountApi.md

File metadata and controls

54 lines (32 loc) · 1.59 KB

\AccountApi

All URIs are relative to https://api.uptrends.com/v4

Method HTTP request Description
AccountGetAccountStatistics Get /Account Returns the account statistics.
AccountGetSettings Get /Account/Settings Returns account general settings.

AccountGetAccountStatistics

AccountStatistics AccountGetAccountStatistics(ctx, ) Returns the account statistics.

Required Parameters

This endpoint does not need any parameter.

Return type

AccountStatistics

Authorization

basicauth

HTTP request headers

  • Content-Type: application/json, application/xml
  • Accept: application/json, application/xml

[Back to top] [Back to API list] [Back to Model list] [Back to README]

AccountGetSettings

AccountSettings AccountGetSettings(ctx, ) Returns account general settings.

Required Parameters

This endpoint does not need any parameter.

Return type

AccountSettings

Authorization

basicauth

HTTP request headers

  • Content-Type: application/json, application/xml
  • Accept: application/json, application/xml

[Back to top] [Back to API list] [Back to Model list] [Back to README]