question

testatester avatar image
testatester asked

Get Authorization Code

hi

im trying to get Authorization Code using "https://sandbox.dev.clover.com/oauth/authorize?client_id=338PWQPJKT58J" url in python http request

im using "GET" method

headers = {"accept": "application/json"}

==============requeust




url_str =https://sandbox.dev.clover.com/oauth/authorize?client_id=338PWQPJKT58J

headers = {"accept": "application/json"}

response = requests.request("GET", url_str, headers=headers)



all i get is an html page data:

===============================================


am i doing something wrong ?


OAuth
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

0 Answers

·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community