Account

This is an object representing the DoorFlow account. You can retrieve it to see properties on the account like the current support contact info, or if the account is enabled yet to make live changes.

The Account Object

Example Request

GET /api/3/account

Example Response

{
    "id": 20445,
    "name": "Acme Inc.",
    "time_zone": "London",
    "monitored": true,
    "reseller": {
        "id": 2,
        "name": "NetNodes Limited",
        "support_contact": "Stewart Johnson",
        "support_email": "support@doorflow.com",
        "support_telephone": "+44 (0)20 3322 3456"
    },
    "sync": {
        "status": "pending",
        "last_sync": null,
        "description": null
    },
    "user": {
        "id": 329,
        "first_name": "Robot",
        "last_name": "Test 2",
        "email": "oauth-application-15-185@example.com"
    },
    "passport": {
        "remote_unlock_enabled": false,
        "hid_mobile_access": false
    }
}

Full account details are available via the API. These include:

  • account settings
  • support contact information
  • sync state
  • full user details (keyed on API key provided)
  • passport features