Skip to content
helmstudio
Contents

me

GET /me

Who the token belongs to, what it may do, and how much quota is left.

05 §3 and 07 §3. `provider` says which provider answered, which is the first question every integration bug asks (05 §4).

Any studio token.

GoGet(ctx context.Context) (*Me, error)
Pythondef get(self) -> Any
JavaScriptget()
StatusBodyMeans
200MeThe caller.
401ErrorNo studio token, or a revoked or unknown one. Code `unauthenticated`.