Returns some basic (non public) details of a ScubaTribe users account.

Example JSON response:

{
"account": {
    "user_id": 60,
    "first_name": "John",
    "last_name": "Alignak",
    "company": "Acme Dive Tours",
    "address_1": "34 Pier Road",
    "address_2": "",
    "city": "Cairns",
    "state": "QLD",
    "zip": "",
    "country_code": "AU",
    "country": "Australia",
    "phone": 123456,
    "tarif_id": 5,
    "tarif_name": "ScubaTest",
    "email": "example@example.com",
    "created": "2013-03-25T04:30:21Z",
    "active_account": 1},
"status": "OK",
"num_records": 1
}

 

Back to Top