GET api/2.0/files/thirdparty This function requires authentication

Description

Returns a list of all the connected third-party accounts.

Parameters

This method doesn't have any parameters.

Example
GET api/2.0/files/thirdparty
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
Returns

List of connected providers information

Example Response
{
  "status": 0,
  "response": [
    {
      "Corporate": true,
      "RoomsStorage": true,
      "CustomerTitle": "some text",
      "ProviderId": "some text",
      "ProviderKey": "some text"
    }
  ]
}