GET/v1/organizations/{id}Get organization

Get a specific organization
headerAuthorizationAuthentication token (bearer token or API key).

Response

status200All ok, returned found account
status401Invalid authentication token
status403Insufficient rights
status404Account 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
}
}

Example: Get organization

GET/v1/organizations/73

headerAuthorizationBearer 95f9f8d7-dfa6-441a-888a-22f9321d4c03

Response

status200
headerAccess-Control-Expose-Headersauthorization, content-type
headerAccess-Control-Allow-Headersauthorization, content-type
headerAccess-Control-Allow-MethodsGET, POST, DELETE, OPTIONS, PUT
headerAccess-Control-Allow-Origin*
headerStrict-Transport-Securitymax-age=31536000; includeSubDomains
headerX-Frame-OptionsSAMEORIGIN
headerX-Content-Type-Optionsnosniff
headerX-XSS-Protection1; mode=block
headerContent-Security-Policydefault-src 'none'; frame-ancestors 'none'; base-uri 'none'; form-action 'none'
headerReferrer-Policyno-referrer
headerFeature-Policyself
headerPermissions-policyinterest-cohort=()
{
"id": 73,
"name": "Organization",
"personal": true,
"restricted": false,
"dateCreated": "2026-03-10T09:32:57.363979Z",
"permissions": {
"rangeBoostMode": false,
"unlimitedUsers": false,
"remoteAccess": false,
"backupPins": false,
"shareAccess": false,
"eventLog": false,
"turnToActivate": false,
"tailgaterProtection": false,
"matter": false,
"turnToBoost": false,
"lockedStatus": false,
"buttonAutoDisable": false,
"powerSaveMode": false,
"nightLock": false,
"leaveAlert": false,
"tamperDetection": false,
"webKeys": false,
"dynamicPins": false,
"extendedEventLog": false,
"keepActiveMode": false,
"showRealUser": false,
"portal": false,
"deviceGroups": false,
"userGroups": false,
"temporaryShares": false,
"managedClickers": false,
"importUsers": false,
"exportEvents": false,
"userInviteEmail": false,
"userInviteSms": false,
"userInviteWhatsapp": false,
"integration": false,
"customClient": false,
"eventWebhooks": false,
"autoEmailMatch": false,
"requireEmailMatch": false,
"emailMatchCredentialFilter": false,
"nfcActivationTag": false,
"walkInMode": false,
"createOrganizations": false
}
}

Example: Get organization with System account

GET/v1/organizations/78

headerAuthorizationBearer be850cf6-aa8f-4137-a3c5-b254f1e30e1a

Response

status200
headerAccess-Control-Expose-Headersauthorization, content-type
headerAccess-Control-Allow-Headersauthorization, content-type
headerAccess-Control-Allow-MethodsGET, POST, DELETE, OPTIONS, PUT
headerAccess-Control-Allow-Origin*
headerStrict-Transport-Securitymax-age=31536000; includeSubDomains
headerX-Frame-OptionsSAMEORIGIN
headerX-Content-Type-Optionsnosniff
headerX-XSS-Protection1; mode=block
headerContent-Security-Policydefault-src 'none'; frame-ancestors 'none'; base-uri 'none'; form-action 'none'
headerReferrer-Policyno-referrer
headerFeature-Policyself
headerPermissions-policyinterest-cohort=()
{
"id": 78,
"name": "Organization",
"personal": true,
"restricted": false,
"dateCreated": "2026-03-10T09:32:58.07308Z",
"permissions": {
"rangeBoostMode": false,
"unlimitedUsers": false,
"remoteAccess": false,
"backupPins": false,
"shareAccess": false,
"eventLog": false,
"turnToActivate": false,
"tailgaterProtection": false,
"matter": false,
"turnToBoost": false,
"lockedStatus": false,
"buttonAutoDisable": false,
"powerSaveMode": false,
"nightLock": false,
"leaveAlert": false,
"tamperDetection": false,
"webKeys": false,
"dynamicPins": false,
"extendedEventLog": false,
"keepActiveMode": false,
"showRealUser": false,
"portal": false,
"deviceGroups": false,
"userGroups": false,
"temporaryShares": false,
"managedClickers": false,
"importUsers": false,
"exportEvents": false,
"userInviteEmail": false,
"userInviteSms": false,
"userInviteWhatsapp": false,
"integration": false,
"customClient": false,
"eventWebhooks": false,
"autoEmailMatch": false,
"requireEmailMatch": false,
"emailMatchCredentialFilter": false,
"nfcActivationTag": false,
"walkInMode": false,
"createOrganizations": false
}
}