403 Scope and URL mismatch

Hi I am receiving the above when trying to access the endpoints.

I have tried the following endpoints with POST requests

{api_domain}/v1/dealFields
{api_domain}/dealFields
{api_domain}/v1/organizationFields
{api_domain}/organizationFields
{api_domain}/v1/leadLabels
{api_domain}/leadLabels

I have the following scopes set for the app

Deals - Full access
Contacts - Full access
Leads - Full access

Any ideas?

Thanks

Paul.

Hi @Paul_Bradbury
Welcome to the community :wave: and thanks for being patient. I see that you have already selected the right scopes. Can you share the URL that you are using for the api_domain ?

Also are you sure that you making use of the latest access token for the authorized user?

Hi,

I solved the issue, I needed access to the administrator scope as well to create (POST request) deal fields, org fields etc.

Paul.

1 Like