Skip to content
Management API Reference

Gets a specific project that belongs to the authenticated user

get/v1/projects/{ref}

OAuth scopes

  • projects:read

Path parameters

  • ref
    Required
    string

    Project ref

Response codes

  • 200
  • 401
  • 403
  • 429
  • 500

Response (200)

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