According the MongoHQ's document "[I] will pass your key as a params named _apikey for authentication."
But I could not find my api key, all I could find, after clicking my account's name on the right corner, is Account API Token. Are they the same thing?
I try https://api.mongohq.com/databases?_apikey=AccountAPIToken
But I got {"error":"Unauthorized"}.
Is there anything I'm missing?
Thanks!!