Blue Jeans Relay API
Relay serves a JSON REST API over HTTPS.
Root URI
https://relay.bluejeans.com/api/
Content Types
Unless otherwise noted, all requests and responses use message bodies in JSON format, with a Content-Type: application/json header. Characters are encoded in UTF-8.
Rate Limiting
Please keep your request rate below 2 per second, otherwise you should expect to see error responses with status code429.
Representations
Dates and Times
A date and time is represented as a Number in JSON. It is a whole number, not floating-point. Its value is the number of milliseconds since the Unix epoch started (January 1, 1970 at 12:00 AM UTC), which was
milliseconds ago.Feedback
If this API does something you don't like, or if you want it to do something it currently doesn't, send your suggestions to the developers. In addition, you should definitely let us know if you've built something cool with this API!