curl --location --request GET 'https://demo.myshopify.com//admin/api//deprecated_api_calls.json'
{
"data_updated_at": "2020-10-13T00:15:30Z",
"deprecated_api_calls": [
{
"api_type": "REST",
"description": "The page filter has been removed from multiple endpoints. Use cursor-based pagination instead.",
"documentation_url": "https://shopify.dev/api/usage/pagination-rest",
"endpoint": "Product",
"last_call_at": "2020-06-12T03:46:18Z",
"migration_deadline": "2020-07-02T13:00:00Z",
"graphql_schema_name": null,
"version": "2019-07"
}
]
}