인증
Client Credentials grant type으로 access token을 발급받습니다.
Body
grant_typestringRequiredExample:
OAuth2 grant type, client_credentials 고정
client_credentialsclient_idstringRequired
어드민을 통해 발급받은 oauth_client_id, 어드민의 accessKey
client_secretstringRequired
어드민을 통해 발급받은 secret key
scopestringRequiredExample:
요청 scope, toss-shopping-fep:write 고정
toss-shopping-fep:writeResponses
200
토큰 발급 성공
application/json
post
/token200
토큰 발급 성공
Last updated