Skip to main content
GET
/
orgs
/
{org_id}
/
projects
/
{project_id}
/
auth
cURL
curl --request GET \
  --url https://api.timbal.ai/orgs/{org_id}/projects/{project_id}/auth \
  --header 'Authorization: Bearer <token>'
{
  "enabled": true,
  "providers": [
    {
      "configured": true,
      "enabled": true,
      "provider": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.

Path Parameters

org_id
string
required
project_id
string
required

Response

App auth settings

Full app-auth configuration for a project. Drives the settings UI.

enabled
boolean
required

Master switch: whether the deployed app requires end-user sign-in at all. When false the app is public and providers is moot until it's turned on.

providers
object[]
required

Every known sign-in method with its current state, in a stable order.