| 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, "name" : String, "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 } | ||
| header | Authorization | Bearer 281c9355-9a93-4be6-a421-dd48508713a5 |
| status | 404 | |
| 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=() |
{ "message": "Organization ? not found", "errorMessage": "Organization ? not found" } | ||