API to get the profiles

I have the proper Basic Auth with account id and secret key as username / password. and I get a 200 on the reply… but the body is empty… there are no data

https://api.youcanbook.me/v1/:accountId/bookings?profileIds=xxxxxxxxx

it returned nothing empty

@Gio If you are checking on bookings for a profileId that is associated with your account and permissions, this request will pull in the bookings for that page. If you are getting a blank return this means that your API key does not have permission to view bookings for that profileId

Hi Ben, Thanks for the reply. My account is an administrator account. Should I be able to retrieve all bookings in the system? If not how to do it?

Thanks in advance.