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.
Path parameters
unique identifier of the tenant you want to get the details for
Response
OK
Example response
{
"id": "eu-sales",
"name": "EU Sales",
"tenant_id": "eu-sales",
"tenant_name": "EU Sales",
"parent_id": "eu",
"ancestors": [
"acme-corp",
"eu"
],
"level": 2,
"logo": "https://logo.png",
"timezone": "America/New_York",
"blocked_channels": [
"sms"
],
"embedded_preference_url": "https://app.suprsend.com/en/user-settings/notifications",
"hosted_preference_domain": "preferences.suprsend.com",
"primary_color": "#ff0055",
"secondary_color": "#00ff00",
"tertiary_color": "#0000ff",
"social_links": {
"website": "https://suprsend.com"
},
"properties": {
"team_size": 42
},
"updated_at": "2026-08-27T21:01:35.359787Z"
}Changes
Changed in 1 of the 7 revisions of this API.19
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○