Skip to content

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