Discussions

Ask a Question
Back to All

Task API not working

When attempting to access tasks via the API with the following curl command:

curl --request GET
--url https://api.breezeway.io/public/inventory/v1/task
--header 'Authorization: JWT {{token}}'
--header 'accept: application/json'

I received the following response:

Redirecting...

Redirecting...

You should be redirected automatically to target URL: http://api.breezeway.io/public/inventory/v1/task/?limit=50&updated_at=2024-10-22,2024-10-25. If not click the link.

Attempting to access this endpoint via HTTP instead of HTTPS results in a timeout.

I’ve tested the property endpoint with the same credentials, and it returns results successfully.

Is it possible that there is some sort of issue with Task API endpoint?