I am trying to obtain an API Token via this call:
curl -H \"Content-Type: application/json\" -X POST -d \'{\"username\": \
An activeCollab support person has provided me the info I needed. To get a token for my cloud account, I had to follow different documentation: https://gist.github.com/malizmaj/e04207c7712ba9f65fb7
I was not able to find that documentation on my own via googling.
Would be nice if the documentation at https://labs.activecollab.com/nightly-activecollab-api/v1/authentication.html mentioned it was only for non-cloud accounts!
Anyway, I am now able to make API calls to my cloud account ok!