We are trying to use the Deprecated API calls endpoint, but it gives a 404.
- We log into the store: https://abc.myshopify.com/
- We enter this URL in the browser address bar: https://abc.myshopify.com/admin/api/2021-04/deprecated_api_calls.json
- We get http error 404
Other endpoints work fine, such as this: https://abc.myshopify.com/admin/api/2021-04/orders.json
We are using API version 2021-04 for a private app.
Is this a problem with the API, or with the way we are using the call?
Thank you!