Get Local Site
GET/v1/api/admin/sites/local
Retrieves the site associated with the current device (i.e., the site whose ID matches
DEVICE_SITE_ID in the device configuration).
Auth Required
Required Permissions:
admin.sites:write
Responses
- 200
- 400
- 401
- 403
- 500
Local site retrieved successfully
Bad Request. The request was invalid or cannot be otherwise served.
Unauthorized. User is not authenticated or session is invalid.
Forbidden. User does not have the required permissions.
Internal Server Error