In this article, we will cover:
- Overview
- How to add a Webhook
- How to create an OAuth Application
- How to get the Client ID and Secret ID for the OAuth Application
Overview
TINT's API is a RESTful API that allows you to interact with TINT's data and features. It is built on HTTP, uses the OAuth 2.0 protocol to authorize applications to access data on behalf of the user, and requests and responses are formatted in JSON:API specification.
The TINT API provides a variety of endpoints that allow you to do things like:
- Create, update, and delete tints
- Manage users
- Manage teams
- Insights into your TINTs
- And much more
The TINT API is a powerful tool that can be used to automate tasks, keep your data up-to-date, and integrate with other applications. If you are looking for a way to get more out of TINT, then our API is definitely the way to go.
For complete documentation on our API please reference our developer docs, found here.
How to add a Webhook
- Click on the name in the right-hand corner
- Click on Team Settings
- Click on API on the left-hand side in the list
- Click on + Add button next to the WebHooks header
- This will open a pop-up box. For this, you will need an
- Then you will select SELECT EVENTS TO LISTEN TO: from the list
- Click on Apply
- This will put your Webhook in the list
How to create an OAuth Application
- Click on the name in the right-hand corner
- Click on Team Settings
- Click on API on the left-hand side in the list
- Click on + Add button next to the OAuth Applications header
- This will open a pop-up box. For this, you will need a DISPLAY NAME and REDIRECT URI.
- Click Create
- This will put your OAuth Application in the list
How to get the Client and Secret ID for the OAuth Application
- To open the information, click on the dropdown arrow on the OAuth Application you want to see the Client and Secret ID for
- The Client ID is already visible. To get the Secret ID, click on Show
- This will then ask you for your TINT password, enter this and click Confirm Password
- Then your Secret ID will be visible for you to copy as well
If you have any questions regarding the TINT API, please don't hesitate to contact Technical Support at support@tintup.com.
Comments
Please sign in to leave a comment.