List all projects
get
/v1/projectsReturns a list of all projects you've previously created.
OAuth scopes
- projects:read
The fine-grained token must include the following permissions to access this endpoint:
- projects_read
Response codes
- 200
- 401
- 403
- 429
Response (200)
[ { "id": "lorem", "ref": "abcdefghijklmnopqrst", "organization_id": "lorem", "organization_slug": "tsrqponmlkjihgfedcba", "name": "lorem", "region": "lorem", "created_at": "lorem", "status": "INACTIVE", "database": { "host": "lorem", "version": "lorem", "postgres_engine": "lorem", "release_channel": "lorem" } }]