How to read vimeo API response?

24 views Asked by At

I am playing around with Vimeo APIs. I fetch all folders(projects) using

$options= array();    
$response = $client->request('/me/folders?page=2&perPage=3', $options, 'GET');

It returns a reponse, 'https://pastebin.com/WnjyX72D' which is not recognizable by any json formatting tool. What am I doing wrong?

0

There are 0 answers