Skip to content

Project

Properties

NAME TYPE DESCRIPTION
$id
string

Project ID.

$createdAt
string

Project creation date in ISO 8601 format.

$updatedAt
string

Project update date in ISO 8601 format.

name
string

Project name.

description
string

Project description.

teamId
string

Project team ID.

logo
string

Project logo file ID.

url
string

Project website URL.

legalName
string

Company legal name.

legalCountry
string

Country code in ISO 3166-1 two-character format.

legalState
string

State name.

legalCity
string

City name.

legalAddress
string

Company Address.

legalTaxId
string

Company Tax ID.

authDuration
integer

Session duration in seconds.

authLimit
integer

Max users allowed. 0 is unlimited.

authSessionsLimit
integer

Max sessions allowed per user. 100 maximum.

authPasswordHistory
integer

Max allowed passwords in the history list per user. Max passwords limit allowed in history is 20. Use 0 for disabling password history.

authPasswordDictionary
boolean

Whether or not to check user's password against most commonly used passwords.

authPersonalDataCheck
boolean

Whether or not to check the user password for similarity with their personal data.

authMockNumbers
array

An array of mock numbers and their corresponding verification codes (OTPs).

Can be one of:

Mock Number model

authSessionAlerts
boolean

Whether or not to send session alert emails to users.

authMembershipsUserName
boolean

Whether or not to show user names in the teams membership response.

authMembershipsUserEmail
boolean

Whether or not to show user emails in the teams membership response.

authMembershipsMfa
boolean

Whether or not to show user MFA status in the teams membership response.

authInvalidateSessions
boolean

Whether or not all existing sessions should be invalidated on password change

oAuthProviders
array

List of Auth Providers.

Can be one of:

AuthProvider model

platforms
array

List of Platforms.

Can be one of:

Platform model

webhooks
array

List of Webhooks.

Can be one of:

Webhook model

keys
array

List of API Keys.

Can be one of:

Key model

devKeys
array

List of dev keys.

Can be one of:

DevKey model

smtpEnabled
boolean

Status for custom SMTP

smtpSenderName
string

SMTP sender name

smtpSenderEmail
string

SMTP sender email

smtpReplyTo
string

SMTP reply to email

smtpHost
string

SMTP server host name

smtpPort
integer

SMTP server port

smtpUsername
string

SMTP server username

smtpPassword
string

SMTP server password

smtpSecure
string

SMTP server secure protocol

pingCount
integer

Number of times the ping was received for this project.

pingedAt
string

Last ping datetime in ISO 8601 format.

labels
array

Labels for the project.

status
string

Project status

authEmailPassword
boolean

Email/Password auth method status

authUsersAuthMagicURL
boolean

Magic URL auth method status

authEmailOtp
boolean

Email (OTP) auth method status

authAnonymous
boolean

Anonymous auth method status

authInvites
boolean

Invites auth method status

authJWT
boolean

JWT auth method status

authPhone
boolean

Phone auth method status

serviceStatusForAccount
boolean

Account service status

serviceStatusForAvatars
boolean

Avatars service status

serviceStatusForDatabases
boolean

Databases (legacy) service status

serviceStatusForTablesdb
boolean

TablesDB service status

serviceStatusForLocale
boolean

Locale service status

serviceStatusForHealth
boolean

Health service status

serviceStatusForStorage
boolean

Storage service status

serviceStatusForTeams
boolean

Teams service status

serviceStatusForUsers
boolean

Users service status

serviceStatusForSites
boolean

Sites service status

serviceStatusForFunctions
boolean

Functions service status

serviceStatusForGraphql
boolean

GraphQL service status

serviceStatusForMessaging
boolean

Messaging service status

region
string

Project region

billingLimits
object

Billing limits reached

Can be one of:

BillingLimits model

blocks
array

Project blocks information

Can be one of:

Block model

consoleAccessedAt
string

Last time the project was accessed via console. Used with plan's projectInactivityDays to determine if project is paused.

Example