Obtain Platform Access Credentials
Request Address
Environment
HTTPS Request Address
Mainland China Sandbox Environment
https://cnopenapi.autox3.com/openapi/api-v1/auth
Mainland China Production Environment
https://cnopengateway.autox3.com/openapi/api-v1/auth
Other Countries Environment
N/A
Request Parameter
Item
Required
Length
Type
Instruction
appKey
Yes
64
String
Authorization Key
appSecret
Yes
64
String
Authorization Key
Example:
Request Command (take curl command as an example) Example:
Response Parameter
Item
Sub-item
Required
Length
Type
Instruction
Sample Value
status
Yes
--
Integer
Please refer to Page "Public Parameters --> Error Code"
0
errorInfo
Yes
--
String
Error Info
network error
data
Yes
--
Object
Response JSON
expiresIn
Yes
--
Integer
Expire time, unit: second. The default expired time is 7 days
529200
accessToken
Yes
--
String
Open platform accessToken
0354980F3F116
Example:
Last updated
Was this helpful?