Skip to main content
POST
Generate a WebRTC login token

Body

The telephony login request containing connection details.

Request model for telephony login token generation.

device
object | null

Identifier and display name of the related device.

Response

Login token was successfully generated.

Response model for telephony login token generation.

username
string

Username for this telephony login.

password
string

Password for this telephony login.

expiresAt
null | string<date-time>

UTC timestamp for expires at on this telephony login.

callbackToken
string

Callback token for this telephony login.

Last modified on August 11, 2026