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.
| Go | Get(ctx context.Context) (*Me, error) |
|---|---|
| Python | def get(self) -> Any |
| JavaScript | get() |
| Status | Body | Means |
|---|---|---|
| 200 | Me | The caller. |
| 401 | Error | No studio token, or a revoked or unknown one. Code `unauthenticated`. |