Reference
User
GET
/v1/me
Get the authenticated user
Authorization
AuthorizationRequiredBearer <token>
Personal access token in the form sv_live_\<24 chars\>. Generate one at https://savee.com/developer/.
In: header
| Status code | Description |
|---|---|
200 | Authenticated user. |
400 | Invalid input. |
401 | Missing or invalid Bearer token. |
402 | Authenticated but the user has no active subscription. |
403 | The Public API is not enabled for this account. |
429 | Rate limit exceeded. |