curl --request GET \
--url https://app.usequeue.com/api/v1/projects \
--header 'Authorization: Bearer <token>'{
"success": true,
"projects": [
{
"id": "abc123",
"title": "My Project",
"avatar": "https://ui-avatars.com/api/?name=A",
"created_at": "2025-01-28T15:49:48.062Z",
"updated_at": "2025-02-28T14:37:42.441Z",
"archive": null,
"private": false
}
]
}curl --request GET \
--url https://app.usequeue.com/api/v1/projects \
--header 'Authorization: Bearer <token>'{
"success": true,
"projects": [
{
"id": "abc123",
"title": "My Project",
"avatar": "https://ui-avatars.com/api/?name=A",
"created_at": "2025-01-28T15:49:48.062Z",
"updated_at": "2025-02-28T14:37:42.441Z",
"archive": null,
"private": false
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful response
true
Show child attributes
"abc123"
"My Project"
"https://ui-avatars.com/api/?name=A"
"2025-01-28T15:49:48.062Z"
"2025-02-28T14:37:42.441Z"
null
false