Platform capabilities
Returns the platform availability, supported metrics, and account health that power the unified UniPost Analytics API. Use this to understand optional native drilldowns without integrating each platform separately.
Authorization
AuthorizationBearer <token>In header
Workspace API key.
Query Params
fromOptionalstring
Start date as YYYY-MM-DD. Defaults to the last 30 days.
toOptionalstring
End date as YYYY-MM-DD. Inclusive by day.
profile_idOptionalstring
Limit availability and metrics to one profile.
Response Body
200
data[]array
One platform availability row for every analytics-capable destination.
data[].platformstring
Platform key.
data[].supported_metricsarray
Normalized metrics that UniPost can return for this platform.
data[].healthstring
Current analytics state.
Valuesnot_connected | pending | ready | degraded | needs_reconnect
data[].account_countnumber
Connected account count.
data[].last_successful_fetch_atstring
Latest successful post analytics fetch, when present.
data[].last_failure_reasonstring
Most recent cached upstream failure, when present.
401
error.codestring
Usually "UNAUTHORIZED", "PLAN_FEATURE_NOT_AVAILABLE", or "VALIDATION_ERROR".
error.messagestring
Human-readable error message.
402
error.codestring
Usually "UNAUTHORIZED", "PLAN_FEATURE_NOT_AVAILABLE", or "VALIDATION_ERROR".
error.messagestring
Human-readable error message.
422
error.codestring
Usually "UNAUTHORIZED", "PLAN_FEATURE_NOT_AVAILABLE", or "VALIDATION_ERROR".
error.messagestring
Human-readable error message.