List profiles
Returns the profiles that belong to your workspace. Profiles are the brand containers that sit under one workspace and drive hosted Connect branding.
Authorization
AuthorizationBearer <token>In header
Workspace API key.
Response Body
200
data[]array
Profiles that belong to the workspace behind the API key.
data[].idstring
Profile ID.
data[].workspace_idstring
Workspace that owns the profile.
data[].namestring
Human-readable profile name.
data[].branding_logo_urlstring | null
Optional hosted Connect logo URL.
data[].branding_display_namestring | null
Optional hosted Connect display name.
data[].branding_primary_colorstring | null
Optional hosted Connect primary brand color.
data[].branding_hide_powered_byboolean
Whether hosted Connect hides the footer attribution for that profile.
data[].account_countnumber
Connected account count for that profile.
meta.totalnumber
Total number of profiles in the workspace.
meta.limitnumber
Applied list size for this response.
request_idstring
Request identifier for debugging and support.
401
error.codestring
Usually "UNAUTHORIZED".
error.normalized_codestring
Lowercase alias such as "unauthorized".
error.messagestring
Human-readable error message.
request_idstring
Request identifier for debugging and support.
500
error.codestring
Usually "UNAUTHORIZED".
error.normalized_codestring
Lowercase alias such as "unauthorized".
error.messagestring
Human-readable error message.
request_idstring
Request identifier for debugging and support.