v1

latestOpenAPI 3.0.12026-07-24210349345.4 KB
Brand

Default Brand for Tenant

Resolves the brandId (UUID) for your tenant. All other widget endpoints take brandId, not tenantId. Cache the result for the widget session.

get/brands/default/{tenantId}

Path parameters

tenantIdinteger required
Example:1234

Your Optimove tenant number.

Response

Default brand for the tenant.

idstring uuid

Your brandId. Use this in all subsequent calls.

tenantIdinteger

Mirrors the path parameter. Confirms you got the right tenant.

namestring

Human-readable brand name.

isDefaultboolean

true if this is the default brand for the tenant (typically always true).

createdAtstring date-time
updatedAtstring date-time