Discussions

Ask a Question
Back to All

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?