post deprecatedhttps://api.portone.io/login/api-key
API key 를 통해 API 인증에 사용할 토큰을 가져옵니다.
Log in to see full request history
Responses
401
UnauthorizedError
: 인증 정보가 올바르지 않은 경우
401UnauthorizedError
: 인증 정보가 올바르지 않은 경우
API key 를 통해 API 인증에 사용할 토큰을 가져옵니다.
401UnauthorizedError
: 인증 정보가 올바르지 않은 경우xxxxxxxxxx
curl --request POST \
--url https://api.portone.io/login/api-key \
--header 'accept: application/json' \
--header 'content-type: application/json'
Examplexxxxxxxxxx
{
"accessToken": "string",
"refreshToken": "string"
}