
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Several common issues might be the cause, can you share any more details?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
