Discussions
ZealiD CSC 2QR API Token
Hi,
I am trying to generate token for CSC 2QR API, have provided all the necessary credentials using your api docs like grant_type, code, client_id & client_secret. But it's showing
{
"code": 440002,
"error": "invalid_request",
"error_description": "Request data missing",
"message": "Request data missing",
"status": "error",
"success": false
}
I have two questions for it.
1. What is missing in my request?
2. When sending authorize request, I have found only one query parameter named code. Then in api docs, you have mentioned that we need api_key for authentication. where will I find this key?
Posted by Md Jobayer Islam 3 months ago
Staging environment tests
Is it possible to do tests in a staging environment? I need tests my app in the staging environment and need to be safe for not affect the production.
Thank you
Posted by Bruno Carvalho about 3 years ago