action box_get_collaboration_whitelist_entries { label: "List allowed collaboration domains" description: "Returns the list domains that have been deemed safe to create collaborations\nfor within the current enterprise." provider: box method: GET path: "/collaboration_whitelist_entries" encoding: json input: { type: "object" properties: { limit: { type: "integer" format: "int64" } marker: { type: "string" } } additionalProperties: false } output: { type: "object" description: "A list of allowed domains for collaboration." } }