Retrieve the details of an organization.
Successful operation
Bad request error
Unauthorized error
Forbidden error
Not found error
Internal server error
curl -i -X GET \ https://api-prod.surfsight.net/v2/organizations/:orgId \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "data": {
- "name": "Amazing organization",
- "purgeDays": 90,
- "purgeDaysFrontCamera": 90,
- "purgeDaysRearCamera": 90,
- "purgeDaysAuxiliaryCameras": 90,
- "exclusivePartnerOnly": true,
- "isOrganizationProfileEnabled": true,
- "id": 17,
- "partnerId": 1,
- "alarmsCount": 7,
- "liveVideoTimeoutSeconds": 30,
- "deIdEnabled": false,
- "deIdBacklogEnabled:": false,
- "deIdEnableStrictBlurring": false,
- "deviceRetentionMinutes": 4,
- "deIdAnalyticsAllowed": true,
- "usersCount": 10,
- "devicesCount": 17,
- "hasGeotabUserSetup": true,
- "ssoSecret": "6955b3f79gbbdcbbfe5632304bb036f2749db3af19bc86ffaee0c47bfc44f6f8"
}
}