Skip to main content
GET
Get Config

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required

The organization's id (UUID) or slug — either form is accepted.

projectId
string
required

The project's id (UUID) or slug — either form is accepted.

Response

App-auth configuration.

enabled
boolean
required
allowedOrigins
string[]
required

Exact browser origins. Wildcards are not accepted.

redirectUrls
string[]
required

Exact post-sign-in redirect URLs. HTTPS is required except for loopback localhost URLs.

accessTokenTtlSeconds
integer
required
refreshTokenTtlSeconds
integer
required
sessionIdleTtlSeconds
integer
required
sessionMaxTtlSeconds
integer
required
google
object
required
callbackUrl
string
required

Exact Google OAuth callback URL to register for this project.

createdAt
string<date-time>
required
updatedAt
string<date-time>
required