Fetch a signed URL for the organization logo
Return a short-lived signed URL for the organization’s logo.
Deliberately JSON rather than a 307 to the signed URL. A redirect reads like
the natural fit for an <img src>, but an <img> tag cannot send an
Authorization header, so the request arrives unauthenticated, is
rejected, and the browser blocks the cross-origin response (ORB) before the
redirect is ever followed. The client fetches this endpoint with its normal
authenticated transport and puts the returned storage URL in the tag; that
URL carries its own signature and needs no header.
Path Parameters
Response
Successful Response
A signed URL for reading an organization's logo.