"Scope and URL mismatch" for https://api.pipedrive.com/v1/filters/helpers

Hello.
I am trying to get all filter helpers in Postman, as it described in the AP doc. My Pipedrive APP has all the available scopes:

And this is the response to the “get a new token” request:

scope

base,deals:full,mail:full,activities:full,contacts:full,products:full,users:read,recents:read,search:read,admin,leads:full,phone-integration,goals:full

api_domain

https://g-integratorllc-sandbox.pipedrive.com

However, I am getting the response:

{
    "success": false,
    "error": "Scope and URL mismatch",
    "errorCode": 403,
    "error_info": "Please check developers.pipedrive.com"
}

Other requests, for example, https://api.pipedrive.com/v1/filters, return the expected values.

What’s wrong with my “/filters/helpers” request?
Thank you!

Hey @gint
Thanks for bringing this to our attention and for being patient :slight_smile:
I can replicate this issue on my end as well. It seems like this endpoint is only accessible via API token and is inaccessible via OAuth even with an admin scope. Let me check with the concerned team regarding the same.

Hi @gint
Our awesome engineers have fixed the issue and the same should be accessible via OAuth :slight_smile:
Can you try and let me know