Skip to main content
GET
List projects

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

per_page
integer
default:20

Number of results per page

cursor
string

Cursor for pagination

Response

200 - application/json

A cursor-paginated list of projects

data
object[]
next_cursor
string | null