- 11 Sep 2023
- 1 Minute to read
- DarkLight
Overview
- Updated on 11 Sep 2023
- 1 Minute to read
- DarkLight
The Torq REST API enables programmatic access to Torq and the management of resources such as workflows, users, secrets, and more.
API requests
All requests are made for the workspace on which the API key was created. If you are active on multiple workspaces, make sure you're using the key for the correct workspace.
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 workspace 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