I have got access to Sandbox. I have created api user and downloaded the secret.
I have setup the postman collection Boiler plate Fireblocks Environment as suggested .
When I run any GET request (e.g ‘Fireblocks Console’) I get 200 response but I don’t get any response body with results. Instead I get a html which is nothing but Fireblocks Logo.
Am I missing any thing in testing Fireblocks Postman scripts collection?
I followed the details as per the documentation and set environment variables.
Please do not Share your API keys and/or Private keys - Per our Guidelines (I removed the screenshot - Sagar (Forum Admin)), You can mask them and leave either first 4 or last 4 digits of the keys if absolutely needed
Hi @seshalkimi – it looks like this API user is disabled. Can you please retry the above with an enabled API user? You can log into the console and navigate to the users page to double-check the state of users on your workspace.
I have created a new api user now, “seshapi” and used those new api key and secret. I am still getting { “message”: “Unauthorized: JWT is missing”, “code”: -3} error for https://sandbox-api.fireblocks.io/v1
@seshalkimi : Forgot to add: the same duplication is seen for baseURL - please ensure only one is available and set correctly. This will eliminate chances of incorrect scoped variables being used.
I removed duplication.
When I run with base url set as - https://sandbox-api.fireblocks.io as you suggested I am getting 404 (not found).
When I run with base url set as https://sandbox-api.fireblocks.io/v1 then I am getting - { “message”: “Unauthorized: JWT is missing”, “code”: -3}