Skip to main content
Announcements
A fresh, new look for the Data Integration & Quality forums and navigation! Read more about what's changed.
cancel
Showing results for 
Search instead for 
Did you mean: 
jhon001
Contributor

API is working in POSTMAN but not in my integration

 

Speakatoo API functions correctly in POSTMAN, but it's not working when integrated elsewhere. What could be the issue?

 
Labels (1)
3 Replies
F_B
Specialist

Several common issues might be the cause, can you share any more details?

p_verkooijen
Partner - Specialist II

Indeed @F_B, without any information anything could be the case.

 

So @jhon001  Provide documentation, examples, screenshot(s) of errors and settings. Et cetera

What connector are you using, REST or Web Connectors

 

I see in the documentation https://www.speakatoo.com/documentation_view/speakatoo--api-documentation you have to start with a singin request. Does this work ?

radonba2
Contributor

ctrl + shift + i to open a side menu in chrome and you should be able to see console logs. It's likely a CORS issue (cross origin request). CORS issues occurs when a website is talking to an API hosted on a different domain and your API is not setup to allow that website. Postman will not tell you of any CORS issues because it's not a web browser.