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
dataobject

Errors

401
Unauthorized Error
422
Unprocessable Entity Error
500
Internal Server Error
503
Service Unavailable Error