인증

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
chevron-right
200

토큰 발급 성공

application/json
access_tokenstringRequired

생성된 accessToken

scopestringRequired

요청된 scope (toss-shopping-fep:write 고정)

Example: toss-shopping-fep:write
token_typestringRequired

토큰 타입

Example: Bearer
expires_inintegerRequired

만료시간 (초단위)

Example: 31535999
post
/token
200

토큰 발급 성공

API 연동 중 문의사항이나 개선 제안이 있으신가요?

circle-info

토스쇼핑 API 연동에 대한 질문이나, 건의사항이 있다면 연동/개발 문의arrow-up-right에 남겨주세요. 다른 유저의 문의를 참고하거나, 토스쇼핑 담당자와 질의를 주고 받을 수 있어요.

마지막 업데이트

도움이 되었나요?