Environment Setup
Go2Joy API URL
How to configure authentication
1. Prerequisites
2. Signature algorithm
3. Creating the signature base string
Sort all request parameters according to the parameter name in ASCII table.
The signature base string is formed by concatenating Timestamp|URL|Body (Body must be encoded).
There should be no space in the base string.
4. Client secret key
5. Calculating the signature
Last updated