| header | Authorization | Authentication token (bearer token or API key). |
| status | 200 | All ok, returned found account |
| status | 401 | Invalid authentication token |
| status | 403 | Insufficient rights |
| status | 404 | Account not found |
| { "id" : Number, "firstName" : String, "lastName" : String, "email" : String, "emailSuppression" : Boolean, "phone" : Phone number (E.164, e.g. "+31850607337"), "phoneCountryCode" : String, "emailIsVerified" : Boolean, "language" : Language code (ISO 639-1, e.g. "ar", "de", "en", "es", "fr", "it", "nl", "pl", "cs"), "isSystemAccount" : Boolean, "isSupportAccount" : Boolean, "isDistributorAccount" : Date/time with a timezone (ISO 8601, e.g. "2022-06-23T13:53:02+02:00"), "isSystemIntegration" : Boolean, "dateCreated" : Date/time with a timezone (ISO 8601, e.g. "2022-06-23T13:53:02+02:00"), "dateModified" : Date/time with a timezone (ISO 8601, e.g. "2022-06-23T13:53:02+02:00"), "datePreliminary" : Date/time with a timezone (ISO 8601, e.g. "2022-06-23T13:53:02+02:00"), "dateLastAuthentication" : Date/time with a timezone (ISO 8601, e.g. "2022-06-23T13:53:02+02:00"), "dateLastActivation" : Date/time with a timezone (ISO 8601, e.g. "2022-06-23T13:53:02+02:00"), "personalOrganization" : { "id" : Number, "name" : String, "personal" : Boolean, "restricted" : Boolean, "subscriptionId" : String, "creatorAccountId" : Number, "dateCreated" : Date/time with a timezone (ISO 8601, e.g. "2022-06-23T13:53:02+02:00"), "dateModified" : Date/time with a timezone (ISO 8601, e.g. "2022-06-23T13:53:02+02:00"), "permissions" : { }, "rangeBoostMode" : Boolean, "unlimitedUsers" : Boolean, "remoteAccess" : Boolean, "backupPins" : Boolean, "shareAccess" : Boolean, "eventLog" : Boolean, "turnToActivate" : Boolean, "tailgaterProtection" : Boolean, "matter" : Boolean, "turnToBoost" : Boolean, "lockedStatus" : Boolean, "buttonAutoDisable" : Boolean, "powerSaveMode" : Boolean, "nightLock" : Boolean, "leaveAlert" : Boolean, "tamperDetection" : Boolean, "webKeys" : Boolean, "dynamicPins" : Boolean, "extendedEventLog" : Boolean, "keepActiveMode" : Boolean, "showRealUser" : Boolean, "portal" : Boolean, "deviceGroups" : Boolean, "userGroups" : Boolean, "temporaryShares" : Boolean, "managedClickers" : Boolean, "importUsers" : Boolean, "exportEvents" : Boolean, "userInviteEmail" : Boolean, "userInviteSms" : Boolean, "userInviteWhatsapp" : Boolean, "integration" : Boolean, "customClient" : Boolean, "eventWebhooks" : Boolean, "autoEmailMatch" : Boolean, "requireEmailMatch" : Boolean, "emailMatchCredentialFilter" : Boolean, "nfcActivationTag" : Boolean, "walkInMode" : Boolean, "createOrganizations" : Boolean } "users" : [{ "id" : Number, "organization" : { "id" : Number, "name" : String, "personal" : Boolean, "restricted" : Boolean, "subscriptionId" : String, "creatorAccountId" : Number, "dateCreated" : Date/time with a timezone (ISO 8601, e.g. "2022-06-23T13:53:02+02:00"), "dateModified" : Date/time with a timezone (ISO 8601, e.g. "2022-06-23T13:53:02+02:00"), "permissions" : { }, "rangeBoostMode" : Boolean, "unlimitedUsers" : Boolean, "remoteAccess" : Boolean, "backupPins" : Boolean, "shareAccess" : Boolean, "eventLog" : Boolean, "turnToActivate" : Boolean, "tailgaterProtection" : Boolean, "matter" : Boolean, "turnToBoost" : Boolean, "lockedStatus" : Boolean, "buttonAutoDisable" : Boolean, "powerSaveMode" : Boolean, "nightLock" : Boolean, "leaveAlert" : Boolean, "tamperDetection" : Boolean, "webKeys" : Boolean, "dynamicPins" : Boolean, "extendedEventLog" : Boolean, "keepActiveMode" : Boolean, "showRealUser" : Boolean, "portal" : Boolean, "deviceGroups" : Boolean, "userGroups" : Boolean, "temporaryShares" : Boolean, "managedClickers" : Boolean, "importUsers" : Boolean, "exportEvents" : Boolean, "userInviteEmail" : Boolean, "userInviteSms" : Boolean, "userInviteWhatsapp" : Boolean, "integration" : Boolean, "customClient" : Boolean, "eventWebhooks" : Boolean, "autoEmailMatch" : Boolean, "requireEmailMatch" : Boolean, "emailMatchCredentialFilter" : Boolean, "nfcActivationTag" : Boolean, "walkInMode" : Boolean, "createOrganizations" : Boolean } "isSuperUser" : Boolean, "permissions" : [String] }], "agreements" : [{ "agreementType" : "TERMS_OF_SERVICE" / "END_USER_LICENSE_AGREEMENT" / "DATA_PROCESSING_AGREEMENT", "version" : Number, "url" : String, "startDate" : Date/time with a timezone (ISO 8601, e.g. "2022-06-23T13:53:02+02:00"), "accepted" : Boolean }], "appDebugLog" : Boolean, "passwordStrength" : Number, "securityClient" : { "clientInstanceId" : Number, "accountId" : Number, "organizationId" : Number, "clientId" : Number, "clientPermissions" : { "read" : Boolean, "events" : Boolean, "activate" : Boolean, "settings" : Boolean, "manage" : Boolean, "impersonate" : Boolean, "authorize" : Boolean }, "clientRequirements" : { "permissionIntegration" : Boolean }, "isImpersonated" : Boolean }, "credentials" : [{ } "credentialType" : "Google" / "Apple" / "Azure" / "Password", "emailAddress" : String, "dateCreated" : Date/time with a timezone (ISO 8601, e.g. "2022-06-23T13:53:02+02:00"), "dateModified" : Date/time with a timezone (ISO 8601, e.g. "2022-06-23T13:53:02+02:00") }] | ||
| header | Authorization | Bearer b6caa701-f2cb-4924-9b38-e173a0c700e8 |
| status | 200 | |
| header | Access-Control-Expose-Headers | authorization, content-type |
| header | Access-Control-Allow-Headers | authorization, content-type |
| header | Access-Control-Allow-Methods | GET, POST, DELETE, OPTIONS, PUT |
| header | Access-Control-Allow-Origin | * |
| header | Strict-Transport-Security | max-age=31536000; includeSubDomains |
| header | X-Frame-Options | SAMEORIGIN |
| header | X-Content-Type-Options | nosniff |
| header | X-XSS-Protection | 1; mode=block |
| header | Content-Security-Policy | default-src 'none'; frame-ancestors 'none'; base-uri 'none'; form-action 'none' |
| header | Referrer-Policy | no-referrer |
| header | Feature-Policy | self |
| header | Permissions-policy | interest-cohort=() |
{ "id": 1, "firstName": "Jane", "email": "sesam@example.com", "emailSuppression": false, "phone": "+40711111298", "emailIsVerified": false, "isSystemAccount": false, "isSupportAccount": false, "isSystemIntegration": false, "dateCreated": "2026-03-10T09:34:57.555376Z", "users": [], "agreements": [{ "agreementType": "TERMS_OF_SERVICE", "version": 2, "url": "/en/boldsmartlock_2021_eula.pdf", "startDate": "2026-02-10T09:34:57.925095Z", "accepted": false }], "appDebugLog": false, "passwordStrength": 0, "securityClient": { "clientInstanceId": 1, "accountId": 1, "clientId": 2, "clientPermissions": { "read": false, "events": false, "activate": false, "settings": false, "manage": false, "impersonate": false, "authorize": false }, "clientRequirements": { "permissionIntegration": false }, "isImpersonated": false }, "credentials": [{ }"credentialType": "Password", "emailAddress": "sesam@example.com", "dateCreated": "2026-03-10T09:34:57.890653Z" }] | ||