Authorization_error, You are not authorized to do that error in coinbase commerce

{“error”:{“type”:“authorization_error”,“message”:“You are not authorized to do that.”}} error

Im integrating coinbase commerce into zoho cliq platform, while accessing the “https://api.commerce.coinbase.com/checkouts” end point, i got this error, Help me

Hello @kalyan, welcome to the forum! We’re happy to help, but first we’ll need you to provide us with the following information so that we can further assist you with the issue:

  • Can you provide the steps you took in integrating Coinbase Commerce into the Zoho Cliq platform?
  • Can you also please provide the code snippet you used when calling the /checkouts endpoint?

Once you send us the information requested above, we’ll work to quickly address this issue. We appreciate your patience and understanding.

2 Likes

here is the deluge script which i wrote,
header_data.put(“accept”,“application/json”);
header_data.put(“X-CC-Version”,“2018-03-22”);
resp = invokeurl
[
url :“https://api.commerce.coinbase.com/checkouts
type :GET
headers:header_data
connection:“commerce”
];
info resp;

Steps taken:
Initally i connected coinbase commerce with zoho cliq by creating a custom service

and then used the above script the get the data

Hello @kalyan! It looks like you don’t have an API key on your script, that’s why you are getting the Authentication error. You will need an API key and most Commerce API requests must be authenticated with an API key. We would like to recommend you to try integrating again but with the API key header now which is specified here on this link. Hope this helps, thank you!

Yeah, I tried that tooo…


still the same error.

Hello @kalyan! Apologies for the delayed response. We’re happy to help! Again, we will be needing more clarification so that we can further assist you with the issue:

  • For clarification, what is your desired goal upon integration of the Zoho Cliq platform with Coinbase Commerce?
  • What exactly were you trying to achieve with your codes?

Once you send us the information requested above, we’ll work to quickly address this issue. We appreciate your patience and understanding. Thank you.

1 Like

amazing thank you for your information

@kalyan Were you able to resolve this?