Changes for page SearchTourPackages - Basic Version
Last modified by Giorgi Mdivnishvili on 2024/07/11 12:45
From version 10.1
edited by Giorgi Mdivnishvili
on 2024/04/11 11:32
on 2024/04/11 11:32
Change comment:
There is no comment for this version
To version 11.1
edited by Giorgi Mdivnishvili
on 2024/04/11 16:44
on 2024/04/11 16:44
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -910,18 +910,18 @@ 910 910 == Important == 911 911 912 912 {{error}} 913 - It'sImportant to in every otherrequestheader, put Auth token913 +=== Implementing Authorization in Subsequent Requests === 914 914 915 - **Key**-Authorization915 +For every API request after the initial authentication, it's crucial to include the authorization token in the request header. This ensures your requests are authorized and can access the necessary resources. Here's how to properly include your token: 916 916 917 -**Value **- Bearer Token what is given in this response. 917 +* **Header Key:** Authorization 918 +* **Header Value:** Bearer [Your Token Here] - Use the bearer token provided in the initial authentication response. The authorization type should be specified as Bearer Token. 918 918 920 +Additionally, to ensure your requests are properly formatted and recognized, include the following headers: 919 919 920 -**also note in headers that:** 922 +* **Content-Type:** Specify this header as application/json to indicate the format of the request body. 923 +* **Header Key:** X-nugios-timezone 924 +* **Header Value:** 240 - Adjust this value to match your local timezone offset in minutes. 921 921 922 -Content-Type - application/json 923 - 924 -**Key - **X-nugios-timezone 925 - 926 -**Value **- 240 926 +Incorporating these headers with their respective values is essential for the successful processing of your API requests. 927 927 {{/error}}