Create a new connection or determine if there is an existing connection. Also used with an empty name and password to get the random ID.

post

/social/api/v1/connections

Request

Supported Media Types
Body ()
The request body defines the details of the request.
Root Schema : XV1ConnectionCreateInfo
Type: object
V1 Connection Create Information.
Show Source
  • If set to true, enter the hive when logging in.
  • User name. Name and password are both optional. Both are required to create a new connection. Both should be absent when making a request to get the APIRandomID.
  • User password. Name and password are both optional. Both are required to create a new connection. Both should be absent when making a request to get the APIRandomID value.

Response

Supported Media Types

200 Response

Successful operation.
Body ()
V1 Conversation Property Information DTO.
Root Schema : XV1ConnectionInfo
Type: object
V1 Conversation Property Information DTO.
Show Source
Nested Schema : pushEnabled
Type: array
Determine which push devices are currently enabled.
Show Source
Nested Schema : serverHosts
Type: array
List of all server access hosts.
Show Source
Nested Schema : XV1PeopleInfo
Type: object
V1 People Information DTO.
Show Source
Nested Schema : XDeviceType
Type: object
Show Source
  • Allowed Values: [ "APNS", "EMAIL", "GCM", "SMS", "TXT" ]
    The device types.