/accounts returns an empty list

Hi

I’ve connected to the frame.io api v2 to fetch some assets but i have some problems with invoking endpoints

The /me endpoint seems to work . It returns a json with some details about the user.
But the rest of endpoints returns or 404 or an empty list ( like /accounts)

For authentication I’ve tested with OAuth 2 and token auth.
For scope I’ve used all of the scopes.

Do you have any ideas what could be the reason

1 Like

If you’re on a V4 account that is to be expected, and I’m guessing that you are. The legacy API (anything available via /v2) will not work with V4 accounts. We have an update coming soon for developers on how to proceed.

1 Like