v1

latestOpenAPI 3.0.2Apache-2.02026-07-142963051.0 MB
Domain restrictions for collaborations

Get allowed collaboration domain

Returns a domain that has been deemed safe to create collaborations for within the current enterprise.

get/collaboration_whitelist_entries/{collaboration_whitelist_entry_id}

Path parameters

collaboration_whitelist_entry_idstring required

The ID of the entry in the list.

Response

Returns an entry on the list of allowed domains.

idstring

The unique identifier for this entry.

type'collaboration_whitelist_entry'

The value will always be collaboration_whitelist_entry.

domainstring

The whitelisted domain.

direction'inbound' | 'outbound' | 'both'

The direction of the collaborations to allow.

created_atstring date-time

The time the entry was created at.

Example response

{
  "id": "11446498",
  "type": "collaboration_whitelist_entry",
  "domain": "example.com",
  "direction": "both",
  "enterprise": {
    "id": "11446498",
    "type": "enterprise",
    "name": "Acme Inc."
  },
  "created_at": "2012-12-12T10:53:43-08:00"
}