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/refresh \ --header 'Content-Type: application/json' \ --data ' { "client_id": "<string>", "refresh_token": "<string>", "client_secret": "<string>" } '
{ "access_token": "<string>", "expires_in": 123, "scope": "<string>" }
Access token refreshed.
bearer