Website logo

Gets a branding image details associated with an authenticated user

Returns a branding image associated with a member. The response includes the Url to the branding image.

URL: https://api.trademe.co.nz/v1/Member/{memberId}/BrandingImages/{brandingId}.{file_format}
HTTP Method: GET
Requires Authentication? Yes
Permission Required: MyTradeMeRead: Read your membership & listing data.
Supported Formats: XML, JSON
Rate Limited? Yes

URL parameters

memberId Integer (required)

brandingId Integer (required)

file_format Enumeration (required) The format of the response.
xml Serialize responses into XML.
json Serialize responses into JSON.

Returns

<BrandingImageDetails>

A branding image with it's detail

Example XML Response (switch to JSON)

<BrandingImageDetails xmlns="http://api.trademe.co.nz/v1" />

Example JSON Response (switch to XML)

{
}