Version 8.3.8

Back | 

WsYouTubeAccount

Returns YouTube Accounts assocciated with the Account

URL Format

/ws/Ws_You_Tube_Account/api/{app_token}/mode/json/apiv/5?&clientId={clientId}

Parameters

Name Req Type Description
app_token string The api token for the given account. You can find the api token when navigating through account->api accounts
apiv integer The api version; only version 5 supported.
clientId string account id

Request Headers

Name

Possible Responses

  • 1240 YouTube Account(s) found
  • 102 Invalid app token

Example Response

{
  "response": {
    "success": {
      "code": 1240,
      "message": "YouTube Account(s) found",
      "details": ""
    },
    "WsYouTubeAccountResponse": {
      "YouTubeAccount": [
        {
          "id": 50,
          "clientId": 73
        }
      ]
    }
  }
}