Returns Vimeo accounts associated with this account
/ws/Ws_Vimeo_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": 1245, "message": "Vimeo Account(s) found", "details": "" }, "WsVimeoAccountResponse": { "VimeoAccount": [ { "id": 50, "clientId": "73", "dateModified": "-0001-11-30T00:00:00Z" } ] } } }