Add domain to list of allowed collaboration domains

POST https://{{api.box.com}}/2.0/collaboration_whitelist_entries

Creates a new entry in the list of allowed domains to allow

https://developer.box.com/reference/post-collaboration-whitelist-entries

Request Body

{"domain"=>"example.com", "direction"=>"inbound"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"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"}