API Reference
Metadata
Retrieve website configuration metadata
GET
https://analytics.flowsery.com/metadataFetch the configuration metadata for your website.
Bearer Token (API key)
Response fields
Response fields
| Parameter | Type | Description |
|---|---|---|
domain | string | The website's domain. |
timezone | string | IANA timezone identifier for the site (e.g., "America/New_York", "UTC"). |
name | string | Custom display name for the website. |
logo | string | null | URL of the custom site logo, or null when none is set. |
kpiColorScheme | string | Color scheme used for KPI visualizations. Possible values: red, orange, yellow, green, purple, pink, gray, blue, teal, indigo. |
kpi | string | null | The custom goal/event name designated as the key performance indicator for this site. |
currency | string | Currency code (e.g., "USD", "EUR", "GBP"). |