Make your first API call
Get a token to call the API
SQL API request
SELECT geom, name FROM `carto-demo-data.demo_tables.populated_places` curl --get \
--url https://direct-gcp-us-east1.api.carto.com/v3/sql/carto_dw/query \
--data-urlencode "q=SELECT geom, name FROM carto-demo-data.demo_tables.populated_places" \
--header "Authorization: Bearer <API_ACCESS_TOKEN>"LDS API Request
Last updated
Was this helpful?
