Subaccounts
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).
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of subaccount to modify logo for
Examples:
"5nubL0NS"
Body
application/json
Subaccount Update Logo From URL Parameters
The body is of type object
.
Response
200
application/json
Subaccount Details after update
The response is of type object
.