Is there a v3 API?

Is there a v3 API with v3 endpoints? Seems my ISY/Polyglot integration built on v2 API is getting 404 errors on the v2 endpoints.

1 Like

Hey @kingwr

We say that our API is on v3, but we do not have v3 endpoints (xxxxxx/v3/xxxx).

Which endpoint is replying 404? and can you share the request you’re performing?

(You probably already have it, but here is the API docs link)

2 Likes

Thanks. Turns out a user was receiving the new, second hash value β€œβ€”β€œ and I wasn’t filtering it out (only β€œ-β€œ) so it was trying to retrieve device properties for device ID β€œβ€”β€œ and getting the 404.

1 Like

I had the same problem, which I reported a few months ago. So I changed my code to ignore anything starting with β€œ-”.

2 Likes