A beta version of the new Box developer documentation site is launching soon! Updated Developer Guides, modern API Reference, and AI-powered search are on the way to help you build with Box faster. Stay tuned for more updates.
Returns a domain that has been deemed safe to create collaborations for within the current enterprise.
213123The ID of the entry in the list.
Returns an entry on the list of allowed domains.
An unexpected client error.
curl -i -X GET "https://api.box.com/2.0/collaboration_whitelist_entries/213123" \
-H "authorization: Bearer <ACCESS_TOKEN>"await client.collaborationAllowlistEntries.getCollaborationWhitelistEntryById(
newEntry.id!,
);client.collaboration_allowlist_entries.get_collaboration_whitelist_entry_by_id(
new_entry.id
)await client.CollaborationAllowlistEntries.GetCollaborationWhitelistEntryByIdAsync(collaborationWhitelistEntryId: NullableUtils.Unwrap(newEntry.Id));try await client.collaborationAllowlistEntries.getCollaborationWhitelistEntryById(collaborationWhitelistEntryId: newEntry.id!)client.getCollaborationAllowlistEntries().getCollaborationWhitelistEntryById(newEntry.getId())string entryID = "11111";
BoxCollaborationWhitelistEntry entry = await client.CollaborationWhitelistManager.GetCollaborationWhitelistEntryAsync(
entryID
);client.collaborationAllowlist.getAllowlistedDomain('12345', {}, callback);{
"id": "11446498",
"type": "collaboration_whitelist_entry",
"created_at": "2012-12-12T10:53:43-08:00",
"direction": "both",
"domain": "example.com",
"enterprise": {
"id": "11446498",
"type": "enterprise",
"name": "Acme Inc."
}
}