GET
https://api.host.domain
/v1/auth/oauth/authorize
인증 요청 (Authorize Endpoint)
NUGU계정 미사용, 체험판 사용 시에는 불필요합니다.
Parameters
Query
client_id
string
발급받은 ClientId를 사용 합니다.
response_type
string
code 만 사용 됩니다.
redirect_uri
string
설정한 RedirectUri를 사용합니다.
scope
string
(TODO)
data
string
추가적인 데이터를 포함됩니다.
state
string
CSRF를 위해 사용 되는 값입니다.
Response
302
복사성공!
1
2
3
HTTP/1.1 302
Date: Mon, 14 Oct 2019 02:24:58 GMT
Location: {redirect_uri}?code={code}&state={state}