GET
/api/v1/projects

Returns all projects that belong to the authenticated user.


Authentication

Request

  • Method: GET
  • URL: /api/v1/projects

Parameters

None

Response

  • 200 OK: An array of Project objects.
  • 401 Unauthorized: API key is missing or invalid

Example Request

Example Response