Hi everyone,
I’m a long-time user of Sentinel Hub services, and I’m currently facing issues after the migration to the new CDSE (Copernicus Data Space Ecosystem) platform.
Previously, I was using the following endpoints for authentication:
HUB_TOKEN_URL = "https://services.sentinel-hub.com/oauth/token"
HUB_TOKEN_INFO = "https://services.sentinel-hub.com/oauth/tokeninfo"
And I used to access data via:
https://scihub.copernicus.eu/dhus
After the recent transition, these URLs seem to be deprecated or redirected, and I’m not sure how to update my authentication workflow.
I have already created an account at https://dataspace.copernicus.eu, but I couldn’t find a clear explanation of the updated authentication procedure.
My main questions:
-
What is the new token URL I should use to obtain access tokens via API?
-
Is there a new structure for authentication (e.g., using client_id, client_secret, etc.)?
-
What is the new base URL for data access, replacing the old scihub.copernicus.eu/dhus?
-
Is there any official documentation or updated SDK for the new CDSE APIs?
Any help, updated examples, or links to docs would be highly appreciated.
Thanks in advance!