Skip to main content
GET
/
oauth
/
authorize
Error
A valid request URL is required to generate request examples
This response has no body data.

Documentation Index

Fetch the complete documentation index at: https://tyk.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

response_type
string
required

Must be 'code'

client_id
string
required

Client ID

redirect_uri
string
required

Client Redirect URI

scope
string

Requested scopes (space-separated)

state
string

Opaque value to be returned to client

code_challenge
string
required

PKCE Code Challenge (S256)

code_challenge_method
string
required

PKCE Code Challenge Method (must be 'S256')

Response