Update profile
Updates one profile. Public API callers can rename the profile and update the hosted Connect branding fields in the same request.
Authorization
AuthorizationBearer <token>In header
Workspace API key.
Path Params
profile_idstring
Profile ID such as pr_brand_us.
Request Body
branding_logo_url?string
HTTPS logo URL for hosted Connect.
branding_display_name?string
Display name shown on hosted Connect.
branding_primary_color?string
Hex color such as #10b981.
branding_hide_powered_by?boolean
Hide footer attribution on hosted Connect. Growth / Team only.
Response Body
200
idstring
Profile ID.
workspace_idstring
Owning workspace ID.
namestring
Profile name. Name remains dashboard-only editable today.
account_countnumber
Connected account count for that profile.
branding_logo_urlstring | null
Updated logo URL.
branding_display_namestring | null
Updated display name.
branding_primary_colorstring | null
Updated brand color.
branding_hide_powered_byboolean
Updated attribution toggle for hosted Connect.
updated_atstring
Last update timestamp.
request_idstring
Request identifier for debugging and support.
401
error.codestring
Common values include "UNAUTHORIZED", "NOT_FOUND", and "VALIDATION_ERROR".
error.normalized_codestring
Lowercase alias such as "unauthorized", "not_found", or "validation_error".
error.messagestring
Human-readable error message.
request_idstring
Request identifier for debugging and support.
404
error.codestring
Common values include "UNAUTHORIZED", "NOT_FOUND", and "VALIDATION_ERROR".
error.normalized_codestring
Lowercase alias such as "unauthorized", "not_found", or "validation_error".
error.messagestring
Human-readable error message.
request_idstring
Request identifier for debugging and support.
409
error.codestring
Common values include "UNAUTHORIZED", "NOT_FOUND", and "VALIDATION_ERROR".
error.normalized_codestring
Lowercase alias such as "unauthorized", "not_found", or "validation_error".
error.messagestring
Human-readable error message.
request_idstring
Request identifier for debugging and support.
422
error.codestring
Common values include "UNAUTHORIZED", "NOT_FOUND", and "VALIDATION_ERROR".
error.normalized_codestring
Lowercase alias such as "unauthorized", "not_found", or "validation_error".
error.messagestring
Human-readable error message.
request_idstring
Request identifier for debugging and support.
500
error.codestring
Common values include "UNAUTHORIZED", "NOT_FOUND", and "VALIDATION_ERROR".
error.normalized_codestring
Lowercase alias such as "unauthorized", "not_found", or "validation_error".
error.messagestring
Human-readable error message.
request_idstring
Request identifier for debugging and support.