REST API GET value for a single resource

Hello @Ahmad_Adeska,

just to be sure that your HTTP query is well defined, try this:

  1. go to Thinger Endpoints tab
  2. create a new endpoint with HTTP configuration, GET message,and paste there your query as shown in the image below:
  3. Save the configuration and click in the “test endpoint” button on the right top of this interface
  4. test the endpoint by clicking in the bottom button and show the result message:

If this is working fie… the problem is on your PHP code,

Best