cURL
projects
Retrieve a list of projects
Allows to retrieve the list of projects of the authenticated user or team. The list will be paginated and the provided query parameters allow filtering the returned projects.
GET
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The Team identifier or Team slug to perform the request on behalf of.
Example:
"team_xbtegd63gdg5636gdg"
Maximum number of projects to list from a request
Example:
20
Get projects created after this JavaScript timestamp
Example:
"1540095775941"
Get projects created before this JavaScript timestamp
Example:
"1540095775941"