Skip to content
Management API Reference

List all projects

get/v1/projects

Returns a list of all projects you've previously created.

OAuth scopes

  • projects:read

Response codes

  • 200
  • 401
  • 403
  • 429

Response (200)

1
[
2
{
3
"id": "lorem",
4
"ref": "abcdefghijklmnopqrst",
5
"organization_id": "lorem",
6
"organization_slug": "tsrqponmlkjihgfedcba",
7
"name": "lorem",
8
"region": "lorem",
9
"created_at": "lorem",
10
"status": "INACTIVE",
11
"database": {
12
"host": "lorem",
13
"version": "lorem",
14
"postgres_engine": "lorem",
15
"release_channel": "lorem"
16
}
17
}
18
]