activecollab

I'm not able to authenticate as described in instructions


I'm following the instructions described here, using Postman. I get the error shown in the image. I'm not an app developer (I focus on reporting mostly) so it's possible there's some aspect of this API call I'm not understanding.

What am I doing wrong?

Note that this response (see image) came when I used my actual password.

enter image description here


Solution

  • Not params for e-mail and password

    It should be form-data of Body

    URL

    POST https://activecollab.com/api/v1/external/login
    

    enter image description here

    Detail REST API in here