Skip to content
On this page

Me


The "Me" namespace is a collection of endpoints that pertain to the currently authenticated user.

Fields

NameTypeNullableDefaultDescription
idIntegerNoYesThe primary key of the resource
nameStringNoYesThe username of the resource
emailStringNoYesThe email address of the resource
email_verified_atDateYesYesThe date that the user verified their email address
two_factor_confirmed_atDateYesYesThe date that the user confirmed 2FA
created_atDateNoNoThe date that the resource was created
updated_atDateNoNoThe date that the resource was last modified
deleted_atDateYesNoThe date that the resource was deleted

Allowed Include Paths

  • permissions
  • playlists
  • roles

Endpoints

My Show

The my show endpoint returns the user resource for the currently authenticated user.

My Playlists

The my playlists endpoint returns a listing of playlist resources owned by the currently authenticated user.

Released under the MIT License.