curl --request GET \ --url https://app.fastgen.ai/v1/projects/ \ --header 'Authorization: Bearer <token>'
[ { "uuid": "a23f3b87-cf68-4db2-966a-22108ca0ab66", "name": "Fastgen", "created_at": "2024-12-18T18:37:03.504781626Z", "updated_at": "2024-12-18T18:37:03.504781626Z" }, { "uuid": "23f3b87a-cf68-4db2-966a-22108ca0ab66", "name": "Sandbox", "created_at": "2024-12-18T18:37:03.504781626Z", "updated_at": "2024-12-18T18:37:03.504781626Z" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The project's unique identifier (36 characters)
The project's name
The timestamp of creation
The timestamp of last update