{
"data": [
{
"id": "<unknown>",
"type": "<string>",
"attributes": {
"created_at": "2023-11-07T05:31:56Z",
"slug": "<string>",
"name": "<string>"
}
}
],
"links": {
"next": "<string>"
}
}Projects
List Projects
Lists all projects that the requesting user has at minimum read access to.
GET
/
v1
/
beta
/
projects
{
"data": [
{
"id": "<unknown>",
"type": "<string>",
"attributes": {
"created_at": "2023-11-07T05:31:56Z",
"slug": "<string>",
"name": "<string>"
}
}
],
"links": {
"next": "<string>"
}
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

