Get user settings

Retrieve the current user's settings. Creates default settings if none exist. The system supports finding users by ID, email, or phone number from the authentication token.

Authentication

AuthorizationBearer

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

Response

User settings retrieved successfully
successboolean or null
dataobject or null

Errors