For the last couple of hours, we've been unable to retrieve a session token to view a document. We're POSTing to https://view-api.box.com/1/sessions (JSON with a document_id which appears to be valid), and with a valid authorization header. Every such request results in a 500 error, with body of {"message": "Internal server error", "type": "error"}
Nothing in our code has changed. Wondering if anyone else is experiencing similar?