Fetches all projects associated with the authenticated user.
updatedAt
or createdAt
.
GET /v1/projects
sort
(string, optional): Specifies the field to sort by, either the date the project was created (createdAt
) or when it was last updated (updatedAt
). Defaults to updatedAt
.order
(string, optional): Specifies the sort order, either ascending (asc
) or descending (desc
). Defaults to desc
.Use format Bearer YOUR_API_KEY
.
updatedAt
, createdAt
asc
, desc
Projects retrieved successfully
The response is of type object
.