Skip to main content

User-related API environment

Pre-live user-related API docs

These pages describe the Pre-live user-related API stack.

Use pre-live OAuth credentials, pre-live API base URLs, and pre-live app URLs when following this documentation. Keep your OAuth flow, API requests, callback URLs, and manual testing within the pre-live environment.

Get bookmark

Get a bookmark by details

Query Parameters
    isReading boolean

    Whether to fetch the reading bookmark

    key object

    Surah, Juz or page number.

    type object

    Possible values: [page, juz, surah, ayah]

    Default value: ayah

    The bookmark type.

    verseNumber object

    The Ayah number of the bookmark

    mushafId integer

    Possible values: [1, 2, 3, 4, 5, 6, 7, 11, 19]

    The id of the Mushaf being used.

    1 = QCFV2

    2 = QCFV1

    3 = Indopak

    4 = UthmaniHafs

    5 = KFGQPCHAFS

    6 = Indopak15Lines

    7 = Indopak16Lines

    11 = Tajweeed

    19 = QCFTajweedV4 Preferred field name.

    mushaf integer

    Possible values: [1, 2, 3, 4, 5, 6, 7, 11, 19]

    The id of the Mushaf being used.

    1 = QCFV2

    2 = QCFV1

    3 = Indopak

    4 = UthmaniHafs

    5 = KFGQPCHAFS

    6 = Indopak15Lines

    7 = Indopak16Lines

    11 = Tajweeed

    19 = QCFTajweedV4 Legacy alias for mushafId.

Responses

Request has been handled successfully.


Schema
    success boolean
    data object
    id string required
    createdAt date-time required
    type string required
    key integer required
    verseNumber integer nullable
    group string required
    isInDefaultCollection boolean required
    isReading boolean nullable required
    collectionsCount integer

    Total user-visible collection memberships for this bookmark, including Favorites when isInDefaultCollection=true.

Loading...