Hi,
I have a User-Defined API configured. I can trigger it using client test tools.
However when trying to use postman (running on localhost) it is not working
Checked Troubleshooting User-Defined APIs | DataMiner Docs and everything seems OK.
Daniela Oliveira [SLC] [DevOps Advocate] Selected answer as best 5th February 2024
Hi Daniela,
It looks like the URL you are trying to use is incomplete. The path should always start with 'api/custom/'. This would thus make: "https://<host>/api/custom/DOL/maintenance". Can you give this a try?
Daniela Oliveira [SLC] [DevOps Advocate] Selected answer as best 5th February 2024
Hi Thomas,
Indeed you’re right :D.
Needed a second pair of eyes!
Thanks!