Product Docs Help

logos

Get the merchant logos by mm3customersid

GET method/logos/{mm3customersid}

Returns the logos of the merchant

Request parameters

Responses

[ { "Paths": [ "logos/17882/test.png" ], "Contents": { "Key": "logos/17882/logo.png", "LastModified": "2022-08-25T11:57:37.000Z", "ETag": "230f0015b0475438892862e564b8a8a7", "ChecksumAlgorithm": [ "SHA-1" ], "Size": 28846, "StorageClass": "STANDARD", "Owner": { "DisplayName": "amazonservices", "ID": "5062f1fec6ea6ca653f3063ab7131ad2f8b37503644b47cb0e6a93220106e791" } } } ]

Post the merchant logo

POST method/logos/{mm3customersid}

Place a new logo in the logos of a Merchant

Request parameters

Responses

{ "ETag": "230f0015b0475438892862e564b8a8a7", "Location": "https://test-billmate.s3.eu-west-1.amazonaws.com/logos/17882/logo.png", "key": "logos/17882/logo.png", "Bucket": "test-billmate" }

Post the merchant logo

GET method/logos/{mm3customersid}/{fileName}

Place a new logo in the logos of a Merchant

Request parameters

Responses

Delete a logo

DELETE method/logos/{mm3customersid}/{fileName}

Removes a logo

Request parameters

Responses

{}
Last modified: 13 September 2024