Configure SmartThings integration
POST/v1/admin/integrations/smartthings/configuration
Stores the SmartThings Schema App OAuth credentials (client ID and
client secret). Also registers the three SmartThings OAuth callback
URLs (https://c2c-us.smartthings.com/oauth/callback, c2c-eu,
c2c-ap) on the voice-assistant OIDC client. Super-admin only.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Configuration stored successfully
Invalid request - missing, empty, or oversized fields
Unauthorized - Invalid or missing authentication
Forbidden - User does not have permission to access the resource
Internal server error