v1

latestOpenAPI 3.1.02026-07-24590188.7 KB

media/logo/upload

post/v2/api/media/logo/upload

Request body

advertiser_idstring
filestring
file_namestring

Response

200

idstring
advertiser_idstring
file_namestring
public_urlstring
mime_typestring
created_atstring
updated_atstring

Example response

{
  "id": "<adsId>",
  "advertiser_id": "<adsId>",
  "file_name": "<string>",
  "public_url": "<string>",
  "mime_type": "<string>",
  "created_at": "<instant>",
  "updated_at": "<instant>"
}