Get SmartThings configuration
GET/v1/admin/integrations/smartthings/configuration
Retrieves the stored SmartThings client ID. The client secret is never returned. Super-admin only.
Responses
- 200
- 401
- 403
- 404
- 500
Configuration retrieved successfully
Unauthorized - Invalid or missing authentication
Forbidden - User does not have permission to access the resource
Not found - the resource does not exist, or the feature is not enabled on this deployment. For username lookups the message is deliberately generic — it does not reveal whether an address is registered.
Internal server error