Skip to main content
GET
/
v1
/
accounts
/
{accountId}
/
settings
Get Account Settings
curl --request GET \
  --url https://api.us.lexful.app/v1/accounts/{accountId}/settings \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Account-ID: <api-key>'
{
  "logo_url": "<string>",
  "auth_methods": [
    "google_oauth"
  ]
}

Authorizations

Authorization
string
header
required

Bearer token

X-Account-ID
string
header
required

Account ID

Path Parameters

accountId
string<uuid>
required

Account ID

Response

Default Response

logo_url
string<uri> | null

Account logo URL

auth_methods
enum<string>[]

Enabled authentication methods

Available options:
google_oauth,
microsoft_oauth,
login_link,
sso