Skip to main content
GET
https://punchplay.tv
/
api
/
platform
/
v1
/
oauth
/
authorize
Start OAuth authorization code + PKCE
curl --request GET \
  --url https://punchplay.tv/api/platform/v1/oauth/authorize
{
  "message": "<string>",
  "request_id": "<string>",
  "required_scope": "<string>"
}

Query Parameters

response_type
enum<string>
required
Available options:
code
client_id
string
required
redirect_uri
string<uri>
required
code_challenge
string
required
code_challenge_method
enum<string>
default:S256
Available options:
S256
scope
string

Space-delimited scopes. If omitted, the app's allowed scopes are used.

state
string

Response

Redirects to login, consent, or back to the registered redirect URI with code or error.