Ask about anything in DailyStory Developer Documentation

Type a question in your own words below. Answers are written from our published articles and cite the ones they came from.

Recently updated

    Dashboard
    Edit Article Logout

    About


    Returns the current tenant record including identity, settings, license, and optional white-label configuration. Use this to inspect the calling tenant's account context.

    HTTP Response Examples
    200
    { "Status": true, "Message": "", "Response": { "tenant": { "AccountOwnerUID": "owx7c4cd5q80geu0", "Id": 112, "ParentId": 0, "BillingId": "cus_QE9CEovPrb2QDJ", "Name": "Unit Test Account", "LogoUrl": "https://cdn-us-1.azureedge.net/ghg0ctulvdx7bu10/tenant_logo___ghg0ctulvdx7bu10.jpg?v=p6rv", "GeoCode": "32.9853049,-96.8298408", "DateCreated": "2017-02-09T21:52:24.363", "DateLastModified": "2025-08-28T07:58:11.68", "Status": 0, "TenantUID": "ghg0ctulvdx7bu10", "DataCenter": "us-1", "IsWhiteLabel": false, "IsTrusted": true, "Settings": { "Timezone": "America/Chicago", "Address": "123 South 1st\nDallas, TX 75248", "Phone": "+14695551212", "UrlWebsite": "https://example.com" }, "License": { "SubscriptionId": "sub_1RAxqTH2OztenwEuWH0oMBfY", "LicenseTerm": 0, "Expiration": "2119-04-17T00:00:00", "ClassOfService": "Invoice", "ApiCalls": 10, "TrackingLinks": 1000, "Contacts": 10000, "Users": 100, "Emails": 50, "is_sms_enabled": true, "is_mms_allowed": true }, "AppPathUrl": "https://us-1.dailystory.com" } } }
    HTTP Response Parameters
    tenantobject
    The tenant record for the authenticated account. Includes identity fields (Id, Name, TenantUID, DataCenter, DateCreated), plus Settings, License, and WhiteLabel sub-objects. See the response example for the full shape.


    How helpful was this article?

    πŸ‘ or πŸ‘Ž

    Related Articles

    Markdown Version