Discussions

Ask a Question
Back to all

API Errors

hello, I'm looking to utiilize the data api (api v1) and I'm having some trouble sending a simple post request to login, I was wondering if I'm using the wrong api url?

I have the Data API key, I'm shooting a post request to "https://www.humanity.com/api"

I'm sending a request containing the key, module, method, username, and password as specified by the docs

and in return I get a ton of HTML as though I sent an actual GET request

I'm testing this in Postman currently, but earlier I was writing up a node.js implementation

kinda at a brick wall being unable to hit the auth endpoint for a token