User
GET
/v1/me
Get the authenticated user
Authorization
AuthorizationRequiredBearer <token>
Personal access token: the prefix sv_live_ followed by 24 characters. Generate one at https://savee.com/developers/.
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 available on this account. |
429 | Rate limit exceeded. Retry after the number of seconds in Retry-After. |
500 | Unexpected server error. |