Skip to main content

Get today's goal plan

Get today's goal plan.

Query Parameters
    type string required

    Possible values: [QURAN_TIME, QURAN_PAGES, QURAN_RANGE, COURSE, QURAN_READING_PROGRAM]

    The type of the goal.

Header Parameters
    x-timezone string

    The current timezone of the user. Not providing the value might affect the accuracy of how we calculate days and streaks.

Responses

Request has been handled successfully.


Schema
    success boolean
    data object
    oneOf

    object

GET /v1/goals/get-todays-plan

Authorization

name: x-auth-tokentype: apiKeyin: headerdescription: The JWT access token required for accessing the endpoints.
name: x-client-idtype: apiKeyin: headerdescription: Your client id

Request

Base URL
https://apis-prelive.quran.foundation/auth
x-auth-token
x-client-id
type — query required
x-timezone — header
curl / cURL
curl -L -X GET 'https://apis-prelive.quran.foundation/auth/v1/goals/get-todays-plan' \
-H 'Accept: application/json' \
-H 'x-auth-token: <API_KEY_VALUE>' \
-H 'x-client-id: <API_KEY_VALUE>'