Token creation

This API endpoint allows the creation of a bearer token. The API endpoint can also be used to create a
new room, once a room is created, participants can join it, creating a conference. Once a room is
created, the validity period is 15 minutes.

More example on this API usages can be found here.

Authentication:

  • 8x8 Video Interaction API implements a token authentication.
    • You can contact 8x8 CPaaS team to get an API key
    • You need to include the following header in your requests: Authorization: Bearer {API key}
  • NB: (replace the {API key} placeholder with the key)
Language
Click Try It! to start a request and see the response here!