You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok I was able to fiddle it out (for the cloud version at least).
It needs 2 requests:
To https://activecollab.com/api/v1/external/login with email & password as payload, to receive an intend (not https://my.activecollab.com/api/v1/external/login)
To issue-token-intent path of the tenant api url to receive the token.
Here is the Elixir snippet, but should also work with JS and others.
I don't know if it's the right place or event if this repo is maintain, but I'll give it a chance!
When trying to get a auth token (using this URL pattern; https://app.activecollab.com/XXXXXX/api/v1/issue-token), I got that response:
I tried with fetch(), axios and Postaman, still the name result.
Here's a piece of what I am using:
The push() method:
Note that the
/api
path is a proxy ofhttps://app.activecollab.com/XXXX/api/v1
.The text was updated successfully, but these errors were encountered: