We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sorry if this is not the right place but I can't find help for my problem
I'm trying to connect to ActiveCollab API but it is impossible. I tried with Postman and cURL but I'm obtain the same result:
{ "type": "ValueError", "message": "DOMDocument::loadXML(): Argument #1 ($source) must not be empty", "code": 0 }
This is the command with the endpoint
curl -XPOST -d '[email protected]&password=XXXXXX' https://app.activecollab.com/XXXXXX/api/v1/issue-token
Any idea?
The text was updated successfully, but these errors were encountered:
Hi,
Try wit this:
curl --request POST \ --url https://app.activecollab.com/api/v1/issue-token \ --header 'Content-Type: application/json' \ --data '{ "username": "[email protected]", "password": "XXXXXX", "client_name": "Test App", "client_vendor": "Test" }'
Sorry, something went wrong.
The above does not work as well, Same problem here, are there any solutions for that?
this works for cloud version: #35 (comment)
No branches or pull requests
Sorry if this is not the right place but I can't find help for my problem
I'm trying to connect to ActiveCollab API but it is impossible. I tried with Postman and cURL but I'm obtain the same result:
This is the command with the endpoint
curl -XPOST -d '[email protected]&password=XXXXXX' https://app.activecollab.com/XXXXXX/api/v1/issue-token
Any idea?
The text was updated successfully, but these errors were encountered: