https://console.iugu.com/authorize
OAuth2 authorization endpoint
Starts the OAuth2 authorization flow. Validates the client, redirect URI, requested ACR profile and optional PKCE parameters, then issues an authorization code (response_type=code) or an access token (response_type=token) and redirects to the client callback URL.
Sem ações implementadas definidas
Request
|
Body Required Content Type: application/x-www-form-urlencoded |
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||
1
{}
Response
|
302 |
|
|---|---|
|
Redirect to the client callback URL with the code or token. |
|
|
400 |
||||
|---|---|---|---|---|
|
Bad Request
|
||||
1
2
3
4
{
"error_type": "invalid_client",
"error_description": "The client is unregistered or could not be authenticated"
}
|
401 |
||||
|---|---|---|---|---|
|
Unauthorized
|
||||
1
2
3
4
{
"error_type": "invalid_client",
"error_description": "The client is unregistered or could not be authenticated"
}