To request to server need specific parameters are a, b, api_Key, license_key, post_token and signature.
- a. Is constant with “license” value.
- b. This parameter carry different value depend on the operation you need such as get, verify, check and so on.
- api_key. A static key generated for your account to authenticate your access to the API.
- license_key. Each license must have a license_key that uniquely key for every license. The same key number cannot be used more than once on the API.
- post_token. A random value from 1 to 500 is hashed using the MD5 algorithm. As the MD5 hash incorporates a unique submission number each time, it serves as a signing mechanism to prevent reuse of authentication headers
- apiSecret. A static key generated to authenticate your access to the API.
- signature. A random value from 1 to 500 is hashed using the MD5 algorithm. As the MD5 hash incorporates a unique submission number each time, it serves as a signing mechanism to prevent reuse of authentication headers.
Example for request
apiKey = 338e7963ffd9137deb18dd002b7deff9.
licenseKey = 74382066405804.
post_token = md5(rand(1,500).time()).
apiSecret = b71617e35e4fdeecfd5b1afe8b54fdbf.
signature = bc0d3eb4d01d597ca8726b592fb633bd.