Authentication
Login
curl --location --globoff '{{url}}/order/client/tieup/login' \
--header 'key-id: {{client_secret_code}}' \
--header 'Content-Type: application/json' \
--data '{
"clientId": {{client_id}},
"clientSecretCode": {{client_secret_code}}
}'Name
Value
Name
Type
Description
{
"status": true,
"message": "Authorization Successful",
"data": {
"clientId": "8676-8782-89823-98HU",
"token": "eyJhbG***",
"refreshToken": "eyKg***"
}
}{
"status": false,
"message": "Authorization failed",
"data": {}
}Refresh Token
Name
Value
Name
Type
Description
Last updated