🔑Get temporary access token
Call rate is 1 time per second, please guard against possible concurrent access.
POST https://apis.palmtech-tz.com/authorization/v1
Headers
Name
Value
Content-Type
application/json
Body
Name
Type
Required
Description
apiUsername
String
Yes
API Username
apiPassword
String
Yes
Security Key
Request Example
{
"apiUsername":"ORApvAWA8cQQckyp",
"apiPassword":"CXz0OXA4qp1NW6fvgK7Acdcz"
}Response Body
Filed
Type
Required
Description
code
String
Yes
Interface business status code, see the status code appendix
msg
String
Yes
Interface Message
data
Object
Yes
-
⌞token
String
Yes
Interface Access Token
⌞validDurationSeconds
Integer
Yes
Token expiration, seconds
Response Example
Last updated