You can access the API over plain TCP or secure TCP with TLS by using the following endpoints, based on your Ubidots account type:
| Security | Ubidots Account | Endpoint | Port |
|---|---|---|---|
| No TLS | Industrial / Stem | industrial.api.ubidots.com | 9012 |
| TLS | Industrial / Stem | industrial.api.ubidots.com | 9812 |
Update: things.ubidots.comIn the past, Ubidots supported industrial, educational, and STEM users through the
things.ubidots.comendpoint. Because this endpoint will only be supported for a limited time, we strongly recommend that you use the industrial endpoints listed above, regardless of your license type.
You can download the Ubidots PEM certificate for TLS here.
Security NoteWe strongly recommend always using TCP with TLS to ensure your data is encrypted in transit and to avoid exposing your API token or sensor data to third parties.
Note: To avoid future issues, we recommend using both certificates in your device's authentication routines. While the second certificate is currently valid, we will use the first after 2021.

