Retrieve or update the list of domains allowed to embed your data app (GET to list, PUT to update).
Authorization header. See the data app creation guide and the API Token guide.
application/json.app.example.com)*.example.com)192.168.1.1 or 192.168.1.1:3000)localhost with optional port (e.g. localhost or localhost:8080)http:// or https://. Pass an empty array [] to clear all whitelisted domains.| Error Code | HTTP Status | Description |
|---|---|---|
INVALID_DATA_APP_API_KEY | 400 | Missing or invalid data app API key |
INVALID_SERVICE_TOKEN | 400 | Invalid or expired token; cannot resolve company context |
INVALID_REQUEST_BODY | 400 | Invalid or malformed domains (e.g. protocol included, invalid format) |
INTERNAL_SERVER_ERROR | 500 | Unexpected server error |