Trying to refresh the token using the below as per documentation but it returns the error
Status: 400
Response: {“errorType”:“Input_Exception”,“errorCode”:“DH-905”,“errorMessage”:“Missing required fields, bad values for parameters etc.”}
Code
headers = {
“access-token”: access_token,
“client-id”: client_id # use client-id (same as profile)
}
I’m also facing same error while trying to renew token as per documentation
Response Code 400.
Response Text {“errorType”:“Input_Exception”,“errorCode”:“DH-905”,“errorMessage”:“Missing required fields, bad values for parameters etc.”}
As you can see in the image, the token is active and returns the order list with status as success but the renewtoken when used as mentioned in your api docs, it gives the missing required field issue