Update Subaccount Logo From URL
Updates the logo for a Subaccount with given id by downloading from given URL. The URL should point to a valid image in a supported image format, and should include the content type for the image in the HTTP response when the image is retrieved from the URL. Supported image types are: PNG (image/png), JPEG (image/jpeg), WEBP (image/webp), and SVG (image/svg+xml).
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of subaccount to modify logo for
Body
URL for a logo to set for this subaccount. The URL must be public. The logo will be downloaded to CNaught's hosting.
Response
Identifier that can be used to retrieve the subaccount details
Timestamp of when the subaccount was created (in UTC)
Name of the subaccount
512
Optional email associated with the subaccount.
Optional ID of the default portfolio used to fulfilling orders placed for this subaccount. If not specified, the parent account's default portfolio is the default portfolio for the subaccount.
Optional URL for the logo used for this subaccount, if any. This URL is for the logo as stored on CNaught's hosting.