Skip to main content
GET
Get databases
Lists all databases for your organization.
  • Returns all databases accessible to your API key
  • Use Get Database by ID to retrieve full table and field structure for a specific database

Authorizations

Authorization
string
header
required

Enter your Zite API key. Format: Bearer <api_key>

Response

List of databases

id
string
required

Unique identifier for the database

Example:

"cd6ff4eff7845d96"

name
string
required

Name of the database

Example:

"Business Website Database"

url
string<uri>
required

URL to view this database in the app

Example:

"https://app.zite.com/database/cd6ff4eff7845d96"

Last modified on April 28, 2026