Describe the bug
sdk.get.site_status(site_id=a valid site id) method is returning 404 on every call, confirmed valid site id's given as input.
Expected behavior
200 response with expected response payload.
Current behavior
returns 404 with valid site_id's provided.
Possible solution
Steps to reproduce
For me, authentication succeeds, then just make the method call with a valid site_id and a 404 response is received.
- Version used:
- Environment name and version: python 3.11.1
- Operating System and version (desktop or mobile): windows 11, desktop
Describe the bug
sdk.get.site_status(site_id=a valid site id) method is returning 404 on every call, confirmed valid site id's given as input.
Expected behavior
200 response with expected response payload.
Current behavior
returns 404 with valid site_id's provided.
Possible solution
Steps to reproduce
For me, authentication succeeds, then just make the method call with a valid site_id and a 404 response is received.