Skip to main content
POST
Upload organization logo

Authorizations

X-API-Key
string
header
required

API key for authentication

Body

application/json

Logo image to store for the organization

fileName
string
required

Original file name, stored for display and download.

Example:

"acme-logo.png"

fileType
string
required

MIME type of the image.

Example:

"image/png"

fileData
string
required

Base64-encoded image contents.

Example:

"iVBORw0KGgo="

Response

201 - undefined