Website logo

Retrieve the Renti status of a member

Retrieve renti status of the logged in member. Member will be inferred from context.

URL: https://api.trademe.co.nz/v1/Property/Renti/MemberStatus.{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

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

Returns

<RentiStatusResponse>

Response object with a boolean indicating if member is enabled or not.

Enabled Boolean

Is renti enabled for a member

Example XML Response (switch to JSON)

<RentiStatusResponse xmlns="http://api.trademe.co.nz/v1">
  <Enabled>false</Enabled>
</RentiStatusResponse>

Example JSON Response (switch to XML)

{
  "Enabled": false
}