Skip to main content
GET
/
oauth2
/
authorize
Authorize
curl --request GET \
  --url https://api.tickable.io/oauth2/authorize

Query Parameters

response_type
string
required
Example:

"code"

client_id
string
required
Example:

"your-client-id"

redirect_uri
string
required
Example:

"https://app.example.com/callback"

scope
string
Example:

"events.read webhooks.read"

state
string
required

CSRF protection value — must be validated by the client on callback

Minimum string length: 1
Example:

"random-state-value"

token
string
required

Supabase JWT token

organization_id
string
required

Organization to authorize for

Response

Redirect to redirect_uri with authorization code