get https://api.datananas.com/users/authorize
Once the user has entered his credentials, he will be redirected to the page
you specified in redirect_uri
. You will be able to get code
and state
from url parameters.
Once the user has entered his credentials, he will be redirected to the page
you specified in redirect_uri
. You will be able to get code
and state
from url parameters.
Try It!
to start a request and see the response here!