K
K
KnightForce2020-06-29 23:51:41
API
KnightForce, 2020-06-29 23:51:41

How to get ZenMoney token via Api on Node.js?

I am using Node.js.

I follow the instructions:
https://github.com/zenmoney/ZenPlugins/wiki/ZenMon...

I write the following code:

var url = `https://api.zenmoney.ru/oauth2/authorize/?response_type=code&client_id=${consumerKey}&redirect_uri=${redirectUri}`;
axios.get(url)


The response comes with html in response.data.

When I try to use it, it says that there is no vendor.js and auth.js.

The API says that there should be a redirect.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question