GetPlaylist retrieves a playlist by ID along with its paginated items. Accessible with either an API key (public playlists) or OAuth token.
Documentation Index
Fetch the complete documentation index at: https://docs.sdk.anghami.com/llms.txt
Use this file to discover all available pages before exploring further.
OAuth 2.0 Bearer token for user-authenticated requests. Format: Bearer <access_token>. Required for GetUserPlaylists; optional for GetPlaylist if x-api-key is provided.
"Bearer eyJhbGciOiJSUzI1NiIs..."
API key for server-to-server access. Only valid for GetPlaylist on public playlists.
"ang_live_..."
Preferred locale for localized content in playlist items (BCP 47).
"ar"
Unique identifier of the playlist to retrieve.
Maximum number of items to return per page (1-100, default 20).
Opaque page token from a previous response. Omit for the first page.