curl --request GET \
--url https://api.embedreach.com/partner/tenants{
"success": true,
"message": "<string>",
"data": {
"results": [
{
"id": "<string>",
"name": "<string>",
"website": "<string>",
"externalId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"userCount": 123,
"locations": [
{
"addressLine1": "<string>",
"locality": "<string>",
"district": "<string>",
"postalCode": "<string>",
"countryCode": "<string>",
"addressLine2": "<string>",
"addressLine3": "<string>"
}
],
"branding": {
"logoBase64": "<string>",
"logoURL": "<string>",
"primaryColor": "<string>",
"secondaryColors": [
"<string>"
],
"brandName": "<string>",
"primaryPhone": "<string>",
"primaryEmail": "[email protected]",
"brandTagline": "<string>",
"brandPersonality": {
"tone": "<string>",
"voice": "<string>",
"values": [
"<string>"
]
},
"colorPalette": {
"primary": "<string>",
"secondary": [
"<string>"
],
"accent": [
"<string>"
],
"background": [
"<string>"
],
"text": [
"<string>"
]
}
},
"deletedAt": "<string>",
"dataIntegrationCompletedAt": "<string>",
"websiteTrackingCompletedAt": "<string>",
"uiDefaults": {
"emailHelpDialogShow": false,
"engageOnboardingShow": true
},
"smsOptInImageUrls": [
"<string>"
]
}
],
"pagination": {
"hasNextPage": true,
"total": 123,
"cursor": "<string>"
}
}
}List all tenants
curl --request GET \
--url https://api.embedreach.com/partner/tenants{
"success": true,
"message": "<string>",
"data": {
"results": [
{
"id": "<string>",
"name": "<string>",
"website": "<string>",
"externalId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"userCount": 123,
"locations": [
{
"addressLine1": "<string>",
"locality": "<string>",
"district": "<string>",
"postalCode": "<string>",
"countryCode": "<string>",
"addressLine2": "<string>",
"addressLine3": "<string>"
}
],
"branding": {
"logoBase64": "<string>",
"logoURL": "<string>",
"primaryColor": "<string>",
"secondaryColors": [
"<string>"
],
"brandName": "<string>",
"primaryPhone": "<string>",
"primaryEmail": "[email protected]",
"brandTagline": "<string>",
"brandPersonality": {
"tone": "<string>",
"voice": "<string>",
"values": [
"<string>"
]
},
"colorPalette": {
"primary": "<string>",
"secondary": [
"<string>"
],
"accent": [
"<string>"
],
"background": [
"<string>"
],
"text": [
"<string>"
]
}
},
"deletedAt": "<string>",
"dataIntegrationCompletedAt": "<string>",
"websiteTrackingCompletedAt": "<string>",
"uiDefaults": {
"emailHelpDialogShow": false,
"engageOnboardingShow": true
},
"smsOptInImageUrls": [
"<string>"
]
}
],
"pagination": {
"hasNextPage": true,
"total": 123,
"cursor": "<string>"
}
}
}The cursor to start from
The limit of items to return, default is 100
Whether to include deactivated tenants in the results.
Search term to filter tenants by name, external ID, or website.
Field to sort by.
name, created_at, updated_at Sort direction.
asc, desc Comma-separated list of fields to return. This reduces payload size and improves performance by only fetching requested data. Available fields: id, name, website, external_id, locations, branding, created_at, updated_at, deleted_at, data_integration_completed_at, website_tracking_completed_at, uiDefaults, userCount. Example: "id,name" to only return id and name. If not provided, all fields are returned.
Status 200 response
Show child attributes
Show child attributes
The id of the business
A friendly name for the business
The website of the business
The external id of the business
The date and time the business was created
The date and time the business was last updated
The number of users for this business
The locations of the business
Show child attributes
The city or town of the business (e.g. New York)
The State (e.g. NY, CA, etc.) of the business
The postal code of the business
The country code of the business (e.g. USA)
The branding of the business
Show child attributes
Base64 encoded logo image. We recommend 128px x 128px for best results. (either this or logoURL)
Absolute URL for the brand logo. We recommend 128px x 128px for best results. (either this or logoBase64)
The primary color of the business.
Secondary brand colors.
The name of the brand.
The primary phone of the business.
The primary email of the business.
The brand tagline or slogan.
Brand color palette.
Show child attributes
Primary color.
Secondary colors.
Accent colors.
Background colors.
Text colors.
The date and time the business was deactivated
The date and time the business completed data integration
The date and time the business completed website tracking configuration
Business-specific UI defaults for dialogs and feature toggles
Array of URLs that demonstrate how SMS consent is obtained. Can be image URLs (screenshots) or URLs to ordering/checkout pages where consent is captured.