Get public data

Retrieves public user data for the authenticated user, including email, notes, and Stripe customer information.

Authentication

AuthorizationBearer

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

Response

Successful Response
schema_versioninteger
user_idstring
_idstring
primary_email_addressstring or nullformat: "email"
customer_idstring or null
notesmap from strings to any or null