Security REST Endpoints

Security
Manage connections and access.
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.
Method: post
Path: /social/api/v1/connections
Determine if there is an existing connection, or return information about the connection.
Method: get
Path: /social/api/v1/connections
Disconnect an existing connection.
Method: delete
Path: /social/api/v1/connections
Update an existing connection.
Method: patch
Path: /social/api/v1/connections
Update an existing connection.
Method: put
Path: /social/api/v1/connections