Skip to content
The Yoto Developer Challenge is on, with $10,000 to win!

Authorize a browser client

Redirects the user to Yoto's login page to begin the OAuth2 Authorization Code flow

Responses

Redirects to login page or callback URL application/json

No schema available for this response.

Query Parameters

audience string Required
Example https://api.yotoplay.com
scope string Required
Example offline_access openid profile
response_type string Required
Allowed values
codetokenid_tokencode tokencode id_tokentoken id_tokencode token id_token
client_id string Required
redirect_uri string Required
state string Required

Opaque value for preventing CSRF attacks

nonce string

String value to prevent replay attacks

prompt string

Specifies the authorization server prompt behavior

Allowed values
noneloginconsentselect_account
max_age integer

Maximum authentication age in seconds

code_challenge string

PKCE code challenge

code_challenge_method string

PKCE code challenge method

Allowed values
S256plain
GET
/authorize
Server URL: https://api.yotoplay.com
Authorization (bearerAuth)
Query Parameters
KEYVALUE
Terminal window
curl "https://api.yotoplay.com/authorize"
--header "Authorization: Bearer [YOUR_TOKEN]"