Changes for page 1. Authorization

Last modified by Giorgi Mdivnishvili on 2024/04/26 15:59

From version 27.1
edited by Giorgi Mdivnishvili
on 2024/01/09 14:19
Change comment: There is no comment for this version
To version 28.1
edited by Giorgi Mdivnishvili
on 2024/04/11 15:33
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -9,9 +9,12 @@
9 9  
10 10  = Method Description =
11 11  
12 -The initial method of the integration process is authorization. You will be provided with a  unique user username and password to generate the access token that you will need to pass in all the following methods.
13 13  
13 +=== Authorization: Starting Your Integration ===
14 14  
15 +The first step in integrating with our API is the authorization process. As a developer, you'll be assigned a unique username and password. These credentials are essential for generating the access token, a critical component that must be included in the headers of all subsequent API requests. This token validates your requests and grants you access to the full suite of our services.
16 +
17 +
15 15  == Request URL - [POST] ==
16 16  
17 17  (% class="box infomessage" %)