Account Details

GET {{baseUrl}}/account/detail?format={{format}}

Allows you to retrieve the Account Details for the BGL Licence Owner (generally business or firm).

Best Practice - We recommend storing the bglAccountId when a user connects to your application. This helps identify if multiple users belong to the same organisation.

KeyTypeDesacription
address1StringAddress Line 1 BGL Licence Owner
address2StringAddress Line 2 BGL Licence Owner
address3StringTown/ Suburb for BGL Licence Owner
contactStringMain Contact for BGL Licence Owner
countryStringCountry for BGL Licence Owner
currencyStringCurrency for BGL Licence Owner
emailStringMain email for BGL Licence Owner. This could be different for Token Owner
nameStringName of the Business/Firm which owns the BGL Licence
postCodeStringPost Code for BGL Licence Owner
stateStringAddress State for BGL Licence Owner
telephoneStringTown/ Suburb for BGL Licence Owner
bglAccountIdStringUUID for BGL Licence Owner

Request Params

KeyDatatypeRequiredDescription
formatstringOPTIONAL

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"Account":{"address1":"606 Hawthorn Road","address2":null,"address3":"Brighton East","contact":"Jeevan Tokhi ","country":"Australia","currency":"AU","email":"api@bglcorp.com.au","mobile":"","name":"ABC Accountants Pty Ltd ","postCode":"3187","state":"Vic","telephone":"","bglAccountId":"d2a4592e-aa01-11ea-9265-005056a00492"}}