cURL
curl --request POST \ --url https://app.aegister.com/api/v1/organizations/{id}/branding/logo \ --header 'Content-Type: multipart/form-data' \ --header 'X-Aegister-Token: <api-key>' \ --form 'logo=<string>'
{ "error": 123, "messages": [ "<string>" ], "data": { "logo_url": "<string>", "favicon_url": "<string>" } }
Upload a logo for an organization. Accepts PNG, JPG, or SVG files up to 2MB. Automatically generates: - Resized logo (max 400x400) - Favicon (32x32) Updates the organization’s branding data with the new URLs.
Logo image file (PNG, JPG, or SVG, max 2MB).
Logo uploaded successfully
Show child attributes