After going through the OAUTH flow to connect a customer to our app, we reach out to the merchants endpoint to pull back some data to save off on our side using this url path: $"/v3/merchants/{merchantId}?expand=employees,address";
We are using the token we just successfully got from the auth endpoint.
However, we are getting a 403 response.
I checked our app permissions and they do have read access to the merchants endpoint.
I can not figure out what is going on.