List projects
GET /v1/projects
GET
/v1/projects
Returns all projects belonging to the authenticated tenant.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”List of projects.
object
success
boolean
data
Response payload (varies by endpoint).
Headers
Section titled “Headers ” X-RateLimit-Limit
integer
Maximum number of requests allowed per hour.
X-RateLimit-Remaining
integer
Number of requests remaining in the current window.
X-RateLimit-Reset
integer
Unix timestamp when the rate limit window resets.
Missing or invalid API key.
object
success
boolean
error
Human-readable error message.
string
Rate limit exceeded.
object
success
boolean
error
Human-readable error message.
string
Headers
Section titled “Headers ” X-RateLimit-Limit
integer
Maximum number of requests allowed per hour.
X-RateLimit-Remaining
integer
Number of requests remaining in the current window.
X-RateLimit-Reset
integer
Unix timestamp when the rate limit window resets.