- 23 Mar 2023
- 1 Minute to read
- DarkLight
Overview
- Updated on 23 Mar 2023
- 1 Minute to read
- DarkLight
The Torq REST API enables programmatic access to Torq and allows you to invite users to a Torq account and to manage custom secrets. In the future, we'll support API access to additional resources, such as workflows and integrations.
API requests
All requests are made for the account on which the API key was created. If you are active on multiple accounts, make sure you're using the key for the correct account.
When would this make a difference? Let's say you want to send the Invite a single user request. The user will be invited to the account where the API key that was used in the request was created.
Rate limiting
Torq API supports a maximum of 50 requests per second.
Date/time
All times and timestamps are in RFC 3339 format: yyyy-MM-ddTHH:mm:ss.SSSZ
.
For example, March 9, 2022 8:40 AM would be: 2022-03-09T08:40:18.490771179Z