GET /api/v4/workspaces/social_accounts
List of workspaces social accounts. Last update: 23/10/24

Request headers

Only registered user can perform this action
  Authentication - string - required
    Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"

Success response body

{
  "accounts": [
    {
      "social_channel": "Twitter",
      "name": "Test_page",
      "nickname": null,
      "logo": "LOGO",
      "teams_count": 0,
      "twitter_nickname": "nickname"
    },
    {
      "social_channel": "Facebook",
      "name": "Test Page 2",
      "nickname": null,
      "logo": "LOGO",
      "teams_count": 0,
      "is_silhouette": true
    },
    {
      "social_channel": "Instagram",
      "name": "ninjarendan",
      "nickname": null,
      "logo": "LOGO",
      "teams_count": 0
    }
  ],
  "meta": {
    "total_count": 3
  }
}

Params

Param name Description
page
optional

Validations:

  • Must be a Integer