Skip to main content

Log a post view

Log a post view.

Path Parameters
    postId string required

    The id of the post.

Responses

Request has been handled successfully.


Schema
    success boolean
    data object
    success boolean
POST /v1/posts/view/:postId

Authorization

name: o_t_htype: apiKeyin: header

Request

Base URL
https://auth.quran.com
ApiKeyAuth
postId — path required
Body
{}
curl / cURL
curl -L -X POST 'https://auth.quran.com/v1/posts/view/:postId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'o_t_h: <API_KEY_VALUE>' \
--data-raw '{}'