Project_
Properties
| Name | Type | Description |
|---|---|---|
string | Project ID. | |
string | Project creation date in ISO 8601 format. | |
string | Project update date in ISO 8601 format. | |
string | Project name. | |
string | Project team ID. | |
string | Project region | |
arrayof DevKey | Deprecated since 1.9.5: List of dev keys. | |
boolean | Status for custom SMTP | |
string | SMTP sender name | |
string | SMTP sender email | |
string | SMTP reply to name | |
string | SMTP reply to email | |
string | SMTP server host name | |
integer | SMTP server port | |
string | SMTP server username | |
string | SMTP server password. This property is write-only and always returned empty. | |
string | SMTP server secure protocol | |
integer | Number of times the ping was received for this project. | |
string | Last ping datetime in ISO 8601 format. | |
arrayof string | Labels for the project. | |
string | Project status | |
object | Stage progress (completed or skipped) with timestamps and actor types, keyed by stage id. | |
arrayof ProjectAuthMethod | List of auth methods. | |
arrayof ProjectService | List of services. | |
arrayof ProjectProtocol | List of protocols. | |
arrayof Block | Project blocks information | |
string | Last time the project was accessed via console. Used with plan's projectInactivityDays to determine if project is paused. | |
object | Billing limits reached | |
boolean | OAuth2 server status | |
string | OAuth2 server authorization URL | |
arrayof string | OAuth2 server allowed scopes | |
arrayof string | OAuth2 server accepted RFC 9396 authorization_details types | |
integer | OAuth2 server access token duration in seconds for confidential clients | |
integer | OAuth2 server refresh token duration in seconds for confidential clients | |
integer | OAuth2 server access token duration in seconds for public clients (SPAs, mobile, native) | |
integer | OAuth2 server refresh token duration in seconds for public clients (SPAs, mobile, native) | |
boolean | When enabled, PKCE is required for confidential clients (server-side flows using client_secret). PKCE is always required for public clients regardless of this setting. | |
string | URL to your application page where users enter the device flow user code. Empty when the Device Authorization Grant is not configured. | |
integer | Number of characters in the device flow user code, excluding the formatting separator. | |
string | Character set for device flow user codes: | |
integer | Lifetime in seconds of device flow device codes and user codes. | |
string | OAuth2 server discovery URL |
Was this page helpful?
Share what worked or what we should fix. Once approved, our agents automatically apply suggested updates to the docs.