Hi All,
I'm trying to automate some tasks for data export service but i'm running into quite some issues using the api. I was wondering if it's me or if the api is that bad.
The issues i'm running into:
- Unable to use with client credentials flow (daemon). I can use the api with a user token but I need to execute my tasks unsupervised. I can't (and won't) use username/password flow because it is a) impossible with mfa enabled and b) bad practice
- /metadata/organizations: The endpoint always returns an empty array (with status code 200). Even though i'm an admin in multiple organizations that have data export service enabled.
- /metadata/discover: error 500, "An error has occured"
- /profiles/{id}/test: error code (statuscode 500, detail code 1030, message "an error occured")
So, has any of you experienced one of this issues?