Hi we’re trying to understand why the GET /field/{fieldId}/context API is consistently returning a 403 for us but the same call to GET /field/{fieldId}/contexts (deprecated) returns a 200 with data.
We’re using a connect app and sending valid JWT in both of our requests but only the deprecated API appears to be working.
We are also getting 403 when trying to access GET /field/{fieldId}/context/{contextId}/option once we retrieve the context ID from the deprecated /contexts API
The response isn’t a normal API 403 response either it is in html
Any idea what to do here?