OAuth 인증
인가 요청 (로그인 시작)
Authorization
bearer AuthorizationBearer <token>
userToken(계정 스코프) 또는 storeToken(스토어 스코프)
In: header
Response Body
curl -X GET "https://example.com/v1/oauth2/authorize"Empty
bearer userToken(계정 스코프) 또는 storeToken(스토어 스코프)
In: header
curl -X GET "https://example.com/v1/oauth2/authorize"