LoginSession.wr

06-16-2022

Authenticates a user session and returns session information.

Parameters

  • String : username - The username to log in as.
  • String : password - The password for the user.
  • Number : clientid - (optional) Client ID to assume once authenticated.
    (This is depricated. Specify the client id by including it in each request as the first path segment in the url.)

Usage

Example Request

POST /loginsession.wr HTTP/1.1
Host: api.voicebroadcasting.com
Content-Type: application/x-www-form-urlencoded

username=TestUser&password=myPassword1

Example Response

{"clientid":67890,"multiclient":true,"opname":"TestUser","opnumber":109876,"sidtoken":"288ddcd961b8cfed9b05d16d7360f1c1","webstyle":"default"}