API Databank – Python GET request to retrieve a saved selection
Code Example
Useful Information
The id of the saved selection can be found by sending a GET request to endpoint /users/me and looking through the response containing all ids of the saved selections under your account. Make sure to indicate the selection id on the URL of the request and indicate your API-Key in the header of the request. This code example sends a GET request to /download/selection_id endpoint.