version 8.3.8

Back | 

WsVimeoAccount

Returns Vimeo accounts associated with this account

URL Format

/ws/Ws_Vimeo_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

  • 1245 Vimeo Account(s) found
  • 1246 No Vimeo Account(s) found
  • 102 Invalid app token

Example Response

{
  "response": {
    "success": {
      "code": 1245,
      "message": "Vimeo Account(s) found",
      "details": ""
    },
    "WsVimeoAccountResponse": {
      "VimeoAccount": [
        {
          "id": 50,
          "clientId": "73",
          "dateModified": "-0001-11-30T00:00:00Z"
        }
      ]
    }
  }
}