Checking authentication...
Connection
Get account info
1 tools
Get Account Info
Read Idempotent
POST /v1/tools/sharefile/getAccountInfo
Get ShareFile account information including subdomain, company, and plan details
Prefer minimal output: ⢠basic info ā summary_only: true Full response only when you need billing, preferences, or storage details.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
summary_only | boolean | optional | Essential fields only (Id, Subdomain, CompanyName) |
Flags
| Name | Type | Description |
|---|---|---|
summary_only | boolean | Essential fields only (Id, Subdomain, CompanyName) |
Request
curl -X POST https://api.syncello.io/v1/tools/sharefile/getAccountInfo \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"Response
{
"CompanyName": "Acme Corporation",
"PlanName": "ShareFile Premium",
"PlanTrack": "Solution Offering",
"BillingType": "SFHybris",
"BaseDiskSpace": 5242880,
"BaseUsers": 5,
"UserMax": 5,
"DiskSpaceMax": 5242880,
"Address1": "500 Enterprise Way",
"City": "Austin",
"State": "TX",
"Zip": "78701",
"Country": "US",
"CreationDate": "2024-01-15T00:00:00Z",
"IsFreeTrial": false,
"IsCancelled": false,
"IsSuspended": false,
"Subdomain": "acmefiles",
"RootItemId": "fo00000a-1b2c-3d4e-5f60-7a8b9c0d1e2f",
"Id": "a1b2c3d4-5e6f-7081-92a3-b4c5d6e7f890",
"url": "https://acmefiles.sf-api.com/sf/v3/Accounts"
}Alternate mode
{
"Id": "a1b2c3d4-5e6f-7081-92a3-b4c5d6e7f890",
"Subdomain": "acmefiles",
"CompanyName": "Acme Corporation",
"PlanName": "ShareFile Premium"
} Try It
Try it
Sign in to execute this tool
Sign In