Version: 1.0.0
Quran.com Auth V1 API
Quran.com Auth V1 APIs allow your app to authenticate and interact with Quran Foundation's users' resources.
See it in action https://share.descript.com/view/rBczFqlYZQz
Pagination
We are using cursor based pagination. The pagination query params consist of first
,after
, before
and last
.
Example
first: 10
will give you first 10 itemsfirst: 10, after: xyz
will give you first 10 items after the item with idxyz
last: 10
will give you the last 10 itemslast: 10, before: xyz
will give you the last 10 items before the item with idxyz
The only possible combinations are
first + after
orlast + before
. They should not be used together
Authentication
API Key: ApiKeyAuth
HTTP: Bearer Auth
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | o_t_h |
Security Scheme Type: | http |
---|---|
HTTP Authorization Scheme: | bearer |