인증 관련 API

인증에 관련된 API 를 확인할 수 있습니다.

Deprecated

이 문서는 더 이상 관리되지 않습니다.

PortOne 개발자센터를 이용해주세요.

⌨ API Key 방식으로 로그인

API Key 방식으로 로그인

POST https://api.portone.io/v2/signin/api-key

API Key 방식으로 로그인

Request Body

NameTypeDescription

api_key*

string

사용자의 API Key

access_token * string

인증 서버에서 인증된 사용자의 access token


refresh_token * string

인증 서버에서 인증된 사용자의 access token


⌨ 토큰 재발급

토큰 재발급

POST https://api.portone.io/v2/token-regeneration

리프레시 토큰을 이용한 토큰 재발급

Request Body

NameTypeDescription

refresh_token*

string

새로운 token을 발급받기 위한 refresh token

access_token * string

인증 서버에서 인증된 사용자의 access token


refresh_token * string

인증 서버에서 인증된 사용자의 access token


Last updated