My request to `https://api.revenuecat.com/v2/projects/:projectId/customers` is returning a 404 error which doesn’t really make sense. Full error object below:
```
{
"doc_url": "https://errors.rev.cat/resource-missing",
"message": "Resource not found",
"object": "error",
"retryable": false,
"type": "resource_missing"
}
```
I am using the projectId returned from calling GET Projects in the v2 API.
I am using a V2 API key. The permissions look like:
One thing I noticed is that the API key permissions has a “Customer information permissions” section, but there’s nothing there.
I know the v2 API is in Beta… is something not finished here?