What is the /write endpoint for InfluxDB cloud?

I’d like to load data via the Python libraries, but it requires a hostname/port/user credentials. Alternatively I can write the line protocol, but cannot find any reference to an API endpoint while using influxdb 2.0 cloud. Is it possible to use something other than Telegraf to load in data?

Hi @turtlebits,

The write endpoint is https://us-west-2-1.aws.cloud2.influxdata.com/api/v2/write

Any luck with working with the python library and InfluxData cloud, my first couple attempts have failed and with minimal documentation and myself being new to Influx slowly working to figure out my issues.