인증

OAuth2 Access Token 발급

post

Client Credentials grant type으로 access token을 발급받습니다.

Body
grant_typestringRequired

OAuth2 grant type, client_credentials 고정

Example: client_credentials
client_idstringRequired

어드민을 통해 발급받은 oauth_client_id, 어드민의 accessKey

client_secretstringRequired

어드민을 통해 발급받은 secret key

scopestringRequired

요청 scope, toss-shopping-fep:write 고정

Example: toss-shopping-fep:write
Responses
200

토큰 발급 성공

application/json
post
/token
200

토큰 발급 성공

질문은 여기에 남겨주세요. 토스쇼핑 담당자가 확인하고 이메일로 답변드려요.

Last updated