Skip to main content

The App Object

Apps are applications within a workspace. Each app has its own authentication configuration, users, and API keys.

Attributes

string
required
Unique identifier for the appExample: app_123
string
required
App nameExample: My Application
string
required
URL-friendly app identifierExample: my-application
string
App origin URL for CORS and OAuth redirectsExample: https://myapp.com
string
OAuth callback URLExample: https://myapp.com/auth/callback
URL to the app logo imageExample: https://example.com/app-logo.png
string
required
ISO 8601 timestamp when the app was created
string
required
ISO 8601 timestamp when the app was last updated

Example App Object