I am experiencing a validation error with my http callout. I'm trying to access this api:
https://opendata.dc.gov/datasets/DCGIS::purchase-card-transactions/api
The url for the JSON Response is here:
I added the JSON Response URL to my external credential
When I create an HTTP callout in the flow, I don't add anything to the header or any query parameters
I can successfully connect to the schema:
However, I immediately get a validation error when I test the flow:
Any advice would be appreciated
6 respuestas
In screenshot from OP looks like url base path contains query params. I recommend stripping these out and building up the query just before callout. What type of authentication is in play? None, OAuth2, user/pword? Check to make sure permissions are configured correctly for user. I also recommend troubleshooting side by side with Postman.