cURL
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" ] }
Get account settings
Bearer token
Account ID
Default Response
Account logo URL
Enabled authentication methods
google_oauth
microsoft_oauth
login_link
sso
Was this page helpful?