Thanks for the extra detail. The token response structure looks standard, so a few things to check:
-
Response Content-Type: Could you share the full response headers from Postman? Some APIs return text/plain instead of application/json, which can cause parsing issues on our side.
-
Empty body: Some APIs return 200 OK with an empty or malformed body. Please confirm the body is consistently returned and valid JSON.
-
External API: Which API are you trying to connect to? If there are public docs, we can review how the token endpoint is expected to behave.
If there is information you don’t want to share publicly here, feel free to email me directly at vicente.soriano@lansweeper.com , and we can take it from there.