Retrieve a list of the organizations belonging to the current authenticated entity.
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 \ -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,
- "deIdAnalyticsAllowed": true,
- "resellerName": "Reseller Name"
}
]
}