Unable to read values coming from an API call

Hello,
I have an API call behind an Oauth session, with a number of values set on the server side (PHP).
I am unable to read any of these values from Appconnect, either directly, or by putting them on a var:
image .
ticket_length, autoclose, EM_engaged, EM_requested, none of these return anything on the client side, despite being in the json response.

Would anyone have a clue of why this is?

From the looks of it, the JSON is incorrect.
The screenshot shows two JSON objects, one after another.
They should be either contained inside an array and be separated by a comma, or just be a single object.

Thanks Sid, that is certainly it. I’ll look into it.