From Postman Response tab
-Wrong input while generating report
In Postman Response tab :
While authentication and generating token, in the response tab if you fetch error such as :
"status": false,
"message": "Credentials mismatch, please re-check and try."
}
Recheck the generated Company id , Client id and Client Secret Id and then fetch response again
-Unauthenticated
Duration for a token being valid for use is Maximum 24 Hours. In the response tab if you receive a message as “Unauthenticated” that means the token has expired and needs to be regenerated again .
Or:
Check the Authorization in Postman. The TYPE should be “ Inherit Auth from parent “
-API limit exceeds
"status": false,
"message": "Per Minute API usage exceeded"
}
"status": false,
"message": "Hourly API usage exceeded"
}
"status": false,
"message": "Daily API usage exceeded"
}
"status": false,
"message": "Monthly API usage exceeded"
}
-Credentials Mismatch
If there is mismatch in DSA Client Is, Client secret ID, Company ID. “Credentials mismatch, please re-check and try” Response will be fetched by the user.
"status": false,
"message": "Credentials mismatch, please re-check and try."
}