Hey team, I’ve completed the OAuth flow and saved the access token, refresh token, and locationId after selecting the correct sub-account. The locationId I’m using exactly matches the one shown in the GHL sub-account URL. I’m including all required headers (Authorization
, LocationId
, Version: 2021-04-15
), and calling /contacts?email=
and /contacts/{id}/tags
. Still, I’m getting a 403 error: “The token does not have access to this location.”
What could cause this? The install is visible in the sub-account under Integrations, and the token is fresh. Any idea why it doesn’t work even though the IDs match?
Thanks in advance!