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 code 429.

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.