ADF Zendesk API Issue
Posted May 03, 2024
Hi,
I'm using ADF doing calls to this API : https://api.getbase.com/v2/ (Is this correct)?
I'm getting this error below when testing with Postman :
{
"errors": [
{
"error": {
"code": "unauthorized",
"details": "Required access token is missing, malformed, expired, or invalid.",
"message": "request is unauthorized"
},
"meta": {
"type": "error",
"links": {
"more_info": "https://developers.getbase.com/docs/rest/articles/errors"
}
}
}
],
"meta": {
"type": "collection",
"logref": "87e371c658a51ff2-IAD",
"links": {
"more_info": "https://developers.getbase.com/docs/rest/articles/errors"
},
"http_status": "401 Unauthorized"
}
}
When using cURL to that same URL I'm getting this error :
{"errors":[{"error":{"code":"not_found", "details":"Requested path was not found.", "message":"Not Found"}, "meta": {"type": "error","links": {"more_info": "https://developers.getbase.com/docs/rest/articles/errors"}}}], "meta": {"type": "collection","logref": "87e30b700f6a2123-CPT", "links": {"more_info": "https://developers.getbase.com/docs/rest/articles/errors"}, "http_status": "404 Not Found"}}
For auth I'm using anonymous.
But when testing through ADF I get this :
https://pasteboard.co/2Sw1ROmaYuPv.png
What am I missing here, any help would be much appreciated.
Thanks 😀
0
0 comments
Sign in to leave a comment.