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.
Key | Type | Desacription |
---|---|---|
address1 | String | Address Line 1 BGL Licence Owner |
address2 | String | Address Line 2 BGL Licence Owner |
address3 | String | Town/ Suburb for BGL Licence Owner |
contact | String | Main Contact for BGL Licence Owner |
country | String | Country for BGL Licence Owner |
currency | String | Currency for BGL Licence Owner |
String | Main email for BGL Licence Owner. This could be different for Token Owner | |
name | String | Name of the Business/Firm which owns the BGL Licence |
postCode | String | Post Code for BGL Licence Owner |
state | String | Address State for BGL Licence Owner |
telephone | String | Town/ Suburb for BGL Licence Owner |
bglAccountId | String | UUID for BGL Licence Owner |
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
format | string | OPTIONAL |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
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"}}