For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Support Center
OverviewAPIResources
OverviewAPIResources
  • REST API Endpoints
    • GETGet Timestamp
    • GETO IDC User Info
      • GETAdmin Alert Find
      • GETAdmin Alert Item
      • GETAdmin Alert Items
      • GETAdmin Alert List
      • GETAdmin Alert Suggest
      • GETClearing House Find
      • GETClearing House Item
      • GETClearing House Items
      • GETClearing House List
      • GETClearing House Suggest
      • GETClient App Find
      • GETClient App Item
      • GETClient App Items
      • GETClient App List
      • GETClient App Suggest
      • GETEntitlement Item
      • GETEntitlement Items
      • GETEntitlement List
      • GETOrder Strategy Type Find
      • GETOrder Strategy Type Item
      • GETOrder Strategy Type Items
      • GETOrder Strategy Type List
      • GETOrder Strategy Type Suggest
      • GETProperty Find
      • GETProperty Item
      • GETProperty Items
      • GETProperty List
      • GETProperty Suggest
Support Center
LogoLogo
REST API EndpointsConfiguration

Client App Find

GET
https://demo-d.tradovateapi.com/v1/clientApp/find
GET
/v1/clientApp/find
1const url = 'https://demo-d.tradovateapi.com/v1/clientApp/find?name=name';
2const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
3
4try {
5 const response = await fetch(url, options);
6 const data = await response.json();
7 console.log(data);
8} catch (error) {
9 console.error(error);
10}
200Retrieved
1{
2 "name": "string",
3 "timestamp": "2024-01-15T09:30:00Z",
4 "active": true,
5 "clientAuthType": "AppId",
6 "internal": true,
7 "locked": true,
8 "allowTradeNoMD": true,
9 "archived": true,
10 "id": 1,
11 "redirectURI": "string",
12 "scope": "string",
13 "logo": "string",
14 "privacyPolicyLink": "string",
15 "termsAndConditionsLink": "string",
16 "userId": 1,
17 "allowMD": true
18}

Fetches ClientApp entity by name field

Was this page helpful?
Previous

Client App Item

Next
Built with

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

namestringRequired

Response

ClientApp
namestringformat: "^(?!.* {2})(?=\S)(?=.*\S$)[a-zA-Z0-9 ]+$"<=64 characters
timestampdatetime
activeboolean
clientAuthTypeenum
AppId, Key, Oauth, Signature
Allowed values:
internalboolean
lockedboolean
allowTradeNoMDboolean
archivedboolean
idlong
redirectURIstring<=8192 characters
scopestring<=8192 characters
logostringformat: "data:image\/[^;]+;base64[^\&quot;]+"<=8192 characters
privacyPolicyLinkstring<=8192 characters
termsAndConditionsLinkstring<=8192 characters
userIdlong
allowMDboolean