Skip to main content
POST
https://punchplay.tv
/
api
/
platform
/
v1
/
auth
/
refresh
Refresh an access token for device-code clients
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>"
}

Body

application/json
client_id
string
required
refresh_token
string
required
client_secret
string | null

Response

Access token refreshed.

access_token
string
required
token_type
enum<string>
required
Available options:
bearer
expires_in
integer
required
scope
string
required