Get Tenant
API to fetch properties and blocked channel settingcorresponding to a tenant_id. To create or update tenant data, use the Create/Update Tenant endpoint.
Authorizations
Pass as Bearer <API_KEY>. Get API Key from SuprSend dashboard Developers -> API Keys section.
Path Parameters
unique identifier of the tenant you want to get the details for
Response
OK
Tenant object returned. Fields hold the tenant's own local values — values not set on this tenant come back as null (or as empty objects/arrays). For flat tenants (no sub-tenants), unset fields stay unresolved and the tenant simply has no value for them. For sub-tenants, unset fields still return null here, but are resolved from the closest ancestor that has a value set at trigger time.
Tenant id. Replaces the legacy tenant_id field; both are returned.
"eu-sales"
Tenant display name. Replaces the legacy tenant_name field; both are returned.
"EU Sales"
Will be deprecated in future. Use id instead.
"eu-sales"
Will be deprecated in future. Use name instead.
"EU Sales"
Parent tenant id when this tenant is a sub-tenant. null for root tenants (including flat tenants that aren't part of a hierarchy).
"eu"
For sub-tenants: ancestor tenant ids from root down to the immediate parent (excludes the tenant itself). Empty for root and flat tenants.
For sub-tenants: depth in the tree. Root = 0, max = 4. Flat tenants always report 0.
2
For sub-tenants: number of direct children. 0 for tenants with no sub-tenants.
0
Tenant logo URL.
"https://logo.png"
Tenant timezone. Used as a fallback when the recipient user has no timezone set.
"America/New_York"
Channels turned off for this tenant. Notifications on these channels won't be sent to any user of the tenant — including on root categories (which users normally can't unsubscribe from) — and users can't override this. If sub-tenants are used, a block set here also applies to every sub-tenant below and can't be removed lower down.
URL of your product's preference page.
"https://app.suprsend.com/en/user-settings/notifications"
Domain of the SuprSend-hosted preference page.
"preferences.suprsend.com"
Primary brand color, used in the tenant's email header, buttons, and footer. If left empty on create, it's copied from the default tenant.
"#ff0055"
Secondary brand color. Not part of the default tenant component but can be used in templates as {{$tenant.secondary_color}}. If left empty on create, it's copied from the default tenant.
"#00ff00"
Tertiary brand color. Not part of the default tenant component but can be used in templates as {{$tenant.tertiary_color}}. If left empty on create, it's copied from the default tenant.
"#0000ff"
Tenant's social media URLs.
Custom tenant properties (local values only). Inherited values from ancestors are resolved at trigger time.
Timestamp when the tenant was last updated.
"2026-08-27T21:01:35.359787Z"