cURL
curl --request PATCH \ --url https://api.us.lexful.app/v1/accounts/{accountId}/settings \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'X-Account-ID: <api-key>' \ --data ' { "logo_url": "<string>", "auth_methods": [ "google_oauth" ] } '
{ "logo_url": "<string>", "auth_methods": [ "google_oauth" ] }
Update account settings
Documentation IndexFetch the complete documentation index at: https://developer.lexful.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developer.lexful.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token
Account ID
Account logo URL
Enabled authentication methods
google_oauth
microsoft_oauth
login_link
sso
Default Response
Was this page helpful?