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
}
}