Question

GET Customers v2 API returning 404 error

  • 10 February 2024
  • 1 reply
  • 21 views

Badge +2

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?


1 reply

Userlevel 4
Badge +6

Hey @anders-leif,

Apologies, the Customers endpoints were added to our public docs in error. These are actually still in beta at this time. If you’re interested in joining the beta in order to use these endpoints, please fill out this Typeform with your use cases! There’s more information on the beta here in our docs as well.

Reply