Hello,
I'm trying to extract data using Research API with Python 3.6.0.
I tryed to get credentials using this code.
retCredentials = httpUtil.get_credential(credentialServerURL, 200, None, subscribeOutputs['endpoint'])")
But, I got the following error.Why is this code not working?
{"error":{"code":"10003","id":" -------- ","message":"Endpoint pattern was not found","status":"400"}} differences status code expected: 200 but got 400 Failed to retrieve credentials with error: differences status code expected: 200 but got 400