Get profile
Returns one profile that belongs to the workspace behind your API key.
Authorization
AuthorizationBearer <token>In header
Workspace API key.
Path Params
profile_idstring
Profile ID such as pr_brand_us.
Response Body
200
idstring
Profile ID.
workspace_idstring
Owning workspace ID.
namestring
Profile name.
account_countnumber
Connected account count for that profile.
branding_logo_urlstring | null
Optional hosted Connect logo URL.
branding_display_namestring | null
Optional hosted Connect display name.
branding_primary_colorstring | null
Optional hosted Connect primary brand color.
branding_hide_powered_byboolean
Whether hosted Connect hides the footer attribution for this profile.
created_atstring
Creation timestamp.
updated_atstring
Last update timestamp.
request_idstring
Request identifier for debugging and support.
401
error.codestring
Usually "UNAUTHORIZED" or "NOT_FOUND".
error.normalized_codestring
Lowercase alias such as "unauthorized" or "not_found".
error.messagestring
Human-readable error message.
request_idstring
Request identifier for debugging and support.
404
error.codestring
Usually "UNAUTHORIZED" or "NOT_FOUND".
error.normalized_codestring
Lowercase alias such as "unauthorized" or "not_found".
error.messagestring
Human-readable error message.
request_idstring
Request identifier for debugging and support.
500
error.codestring
Usually "UNAUTHORIZED" or "NOT_FOUND".
error.normalized_codestring
Lowercase alias such as "unauthorized" or "not_found".
error.messagestring
Human-readable error message.
request_idstring
Request identifier for debugging and support.