Authentication and token creation

Before performing any api method calls, you must create an token session id (sidtoken) to be passed with all system calls. To create a new session and acquire an sidtoken do the following...

  1. Call the LoginSession method with a valid username and password.

When calling the LoginSession method with a valid username and password, you will be returned a sidtoken. All subsequent calls to the VoiceBroadcasting API will require this sidtoken in order to successfully send and receive data.

See also