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": [
      {
          "id": ID,
          "social_channel": "Instagram",
          "name": "USERNAME",
          "nickname": "USER NICKNAME",
          "logo": "LINK TO LOGO"
      },
      {
          "id": ID,
          "social_channel": "Facebook",
          "name": "USERNAME",
          "nickname": "USER NICKNAME",
          "logo": "LINK TO LOGO"
      },
  ],
  "meta": {
      "total_count": 2
  }
}

Params

Param name Description
page
optional

Validations:

  • Must be a Integer