Access to API
Hi,
I can log in and create datasets and do what I need in builder. But I cannot access the sql or import api.
How can you access the APIs in the container?
Kind Regards.
The container is configured with subdomainless urls
The sql api is running at http://cartodb.localhost/user/{username}/api/v2/sql?api_key={api_key}&q={SQL query}
The import api is running at http://cartodb.localhost/user/{username}/api/v1/imports/?api_key={api_key}
Hi @sverhoeven , thanks for replying.
The SQL API works great thanks.
I can access the import api endpoint in the browser now, which is more promising, but I get an error with CURL.
Trying 127.0.1.1... TCP_NODELAY set Connection failed connect to 127.0.1.1 port 80 failed: Operation timed out Failed to connect to 127.0.1.1 port 80: Operation timed out Closing connection 0 curl: (7) Failed to connect to 127.0.1.1 port 80: Operation timed out
I am following the api information here https://carto.com/developers/import-api/reference/# and trying to import a file.
Hello @sverhoeven How about accessing the Maps API?