Pular para o conteúdo principal
GET
/
api
/
v1
/
sso
/
{customerName}
/
authorize
Authorization endpoint (OAuth 2.0 / OIDC)
curl --request GET \
  --url https://api.example.com/api/v1/sso/{customerName}/authorize

Parâmetros de caminho

customerName
string
obrigatório

Parâmetros de consulta

client_id
string
redirect_uri
string
scope
string
response_type
string
code_challenge
string
code_challenge_method
string
state
string

Resposta

200

OK