Returns YouTube Accounts assocciated with the Account
/ws/Ws_You_Tube_Account/api/{app_token}/mode/json/apiv/5?&clientId={clientId}
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 |
Name |
---|
{ "response": { "success": { "code": 1240, "message": "YouTube Account(s) found", "details": "" }, "WsYouTubeAccountResponse": { "YouTubeAccount": [ { "id": 50, "clientId": 73 } ] } } }