Hello,
I'm trying to authenticate to my Gravityzone Cloud API. I tried doing the using the Authentication header like "Basic TjhLendjcVZVeEFJMVJvUGk1anlGSlBrUGxrRGw5dkY6" (the token it's just an example) but i keep getting the following error:
{
"id": 1,
"jsonrpc": "2.0",
"error": {
"code": -32000,
"message": "Server error",
"data": {
"details": "Invalid authorization header format."
}
}
}
Can anybody help me with this issue?