# BrokerAPI

# Authentication

# Headers

All requests have a set of headers, they are as followed:

Header Value Information
Accept application/json
Content-Type application/json
Version 20190501
Environment sandbox or live Default is sandbox

# Authentication

# Signatures [DEPRECATED]

  • This method of authentication has been deprecated and will be unsupported from February 2021. We suggest you use Basic Authorisation as detailed above.
  • If you are using an API that is not a GET method, you must provide a Signature header.
  • We will not trust your request/payload until we have authenticated your request to prove it was sent by you.
  • Signatures are a sha256-hashed combination of your SECRET, and your request's PAYLOAD in a JSON string format.
  • Note: The JSON payload you send must be the EXACT payload you used to generate your signature.

# APIKEY and API SECRET

  • You can view / generate / reset your APIKEY (and your API SECRET) from the "API Access" page in your Lend Platform login.
  • Once your SECRET has been generated, make a note of it, because it will never be revealed again (we do email it to the account holder too).
  • See here: https://partners.lend.com.au/partners/api-access (opens new window)