Getting Started
Getting Started with the T3 API¶
There are three common methods of using the T3 API: 1. API Reports: configuring a spreadsheet to load and refresh API reports automatically. This does not require any code. 2. API Scripts: talking to the API using a programming language like Python 3. Postman: an API platform used for designing, building, testing, and documenting APIs
Note: The T3 API requires a T3+ subscription for most endpoints.
Setting Up Python¶
To talk to the T3 API with Python scripts, you'll need to do some setup. Refer to the Setting Up Python guide for details.
T3 Python Libraries¶
You do not have to write Python scripts from scratch. T3 has a number of Python libraries to assist you in authentication, data loading, and analysis. Learn more here
Postman¶
T3 has a public Postman workspace generated from the OpenAPI spec, along with an example Postman Flow that demonstrates authentication and reading data. See the OpenAPI Spec page for links and import instructions.
Next Steps¶
- Learn how to set up your Python environment
- Write API scripts with the T3 Python libraries
- Review the OpenAPI spec and how to consume subsets of it
- Refer to the T3 API documentation to explore all the available endpoints.
- Most API endpoints require a T3+ subscription. If you don't have a T3+ subscription, you can sign up here.