I have a vue-node application and want to authenticate the users with zapier authentication API.
I tried using the below API but it takes account_id parameter which I don’t know how to get.
"account_id": 19907586,
https://zapier.com/api/v3/login
I could not find any official documentation of any API that can authenticate users with their zapier credentials, how can I do this ?