My objective is to authenticate in activecollab
in order to access the projects.
I have attempted the following steps:
api: http://<site url>/api/v1/issue-token
data: {
"email": "email",
"password": "password",
"client_name": "name",
"client_vendor": "vendor"
}
Despite receiving an error message stating "invalid email address," I am able to successfully log in using the same email and password combination on my browser. I am puzzled by the significance of the client vendor
. When I input the client name as the client vendor, it triggers the "invalid email address" message. Otherwise, if I leave it as is, it prompts the message "client information missing."