Skip to main content

User-related API environment

Production user-related API docs

These pages describe the Production user-related API stack.

Use production OAuth credentials, production API base URLs, and production app URLs when following this documentation.

Need to test before going live? Switch to the Pre-live docs using the environment switcher above.

Add collection Bookmark

Add a bookmark to a collection. Use collectionId="__default__" to add an ayah bookmark to the virtual Favorites collection used by Quran.com.

Path Parameters
    collectionId string required

    The collection ID. Use __default__ to add an ayah bookmark to the virtual Favorites collection used by Quran.com.

Request Body
    oneOf

    key integer required

    The Surah number.

    type string

    Possible values: [ayah]

    Default value: ayah

    The bookmark type.

    verseNumber integer required
    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
    message

    Possible values: [collection bookmark added]

Loading...