Projects
List projects
List every project owned by the authenticated account.
GET
/api/v1/projectsAuthentication: REST bearer token required.
Parameters
This endpoint has no path, query, or body parameters.
Responses
200An array of projects in the account.
401The bearer token is missing, invalid, or expired.