Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://punchplay.tv/api/platform/v1/auth/device/code \ --header 'Content-Type: application/json' \ --data ' { "client_id": "<string>", "client_secret": "<string>", "scope": "profile:read playback:read playback:write events:read" } '
{ "user_code": "<string>", "device_code": "<string>", "verification_uri": "<string>", "verification_uri_complete": "<string>", "verification_uri_qr": "<string>", "expires_in": 123, "scope": "<string>" }
Start the PunchPlay device flow for a registered developer app.
Space-delimited platform scopes. If omitted, the app's allowed scopes are used.
"profile:read playback:read playback:write events:read"
Device code created.