File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -257,17 +257,17 @@ Steps to migrate:
2572571 . Request API access — see [ instructions above] ( #step-1-request-api-access ) .
2582582 . Obtain your client credentials and token — follow the [ Authentication section] ( #step-2-get-your-access-token-authentication ) .
2592593 . Update your base URL:
260- - Pre-Production:
260+ - Pre-Production:
261261
262- ```
263- https://prelive-oauth2 .quran.foundation/content/api/v4/...
264- ```
262+ ```
263+ https://apis-prelive .quran.foundation/content/api/v4/...
264+ ```
265265
266- - Production:
266+ - Production:
267267
268- ```
269- https://oauth2 .quran.foundation/content/api/v4/...
270- ```
268+ ```
269+ https://apis .quran.foundation/content/api/v4/...
270+ ```
271271
2722724. Add authorization headers — follow [Use the Access Token](#step-3-use-the-access-token) to include your token and client ID with each request.
273273
You can’t perform that action at this time.
0 commit comments