V5 get-channel not work

Doc here https://dev.twitch.tv/docs/v5/reference/channels/#get-channel
v5 not work.
here is my v5 result:

-> % curl -H 'Accept: application/vnd.twitchtv.v5+json' \
-H 'Client-ID: <Client-ID>' \
-H 'Authorization: OAuth <token>' \
-X GET 'https://api.twitch.tv/kraken/channels' -ik
HTTP/1.1 404 Not Found
Date: Sat, 24 Dec 2016 18:02:48 GMT
Content-Type: application/json
Content-Length: 47
Connection: keep-alive
Server: nginx
Access-Control-Allow-Headers: Accept, Authorization, Client-Id, Twitch-Api-Token, X-Forwarded-Proto, X-Requested-With, X-Csrf-Token, Content-Type
Access-Control-Allow-Methods: GET, POST, PUT, DELETE
Access-Control-Allow-Origin: *
Access-Control-Max-Age: 0
Twitch-Trace-Id: 321741c2b95294a778eeec82b1f39e7a

{"error":"Not Found","status":404,"message":""}

here is my v3 result:

-> % curl -H 'Accept: application/vnd.twitchtv.v3+json' -H 'Authorization: OAuth <token>' \
-X GET https://api.twitch.tv/kraken/channel -ik
HTTP/1.1 200 OK
Date: Sat, 24 Dec 2016 18:04:18 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 1275
Connection: keep-alive
Server: nginx
Status: 200 OK
X-API-Version: 3
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods:
Access-Control-Allow-Headers:
X-Frame-Options: SAMEORIGIN
Cache-Control: max-age=0, private, must-revalidate
Vary: Accept-Encoding
X-UA-Compatible: IE=Edge,chrome=1
ETag: "5983ba5e4425b756e5fe7238910dac42"
X-Request-Id: 87eae85f6d22aa9e9090c565e9f51267
Accept-Ranges: bytes
X-Varnish: 2613904622
Age: 0
Via: 1.1 varnish
X-MH-Cache: rails-varnish-api-aws-0ebc20e1194e31d27; M
Front-End-Https: on

{"mature":null,"status":..........................

The v5 is not released?

Possibly another error in the docs. https://api.twitch.tv/kraken/channel works in v5 but https://api.twitch.tv/kraken/channels (as shown in the docs) does not.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.