GET
/
oauth
/
kakao
curl --request GET \
  --url https://api.furo.one/oauth/kakao \
  --header 'Authorization: Basic <encoded-value>'
{
  "Location": "https://kauth.kakao.com/oauth/authorize?client_id=<KAKAO_REST_API_KEY>&redirect_uri=http%3A%2F%2Flocalhost%3A4000%2Foauth%2Fcallback%2Fdccc65c902eb168805b316e4a1c42e62&access_type=offline&response_type=code&state=kakao"
}
{
  "Location": "https://kauth.kakao.com/oauth/authorize?client_id=<KAKAO_REST_API_KEY>&redirect_uri=http%3A%2F%2Flocalhost%3A4000%2Foauth%2Fcallback%2Fdccc65c902eb168805b316e4a1c42e62&access_type=offline&response_type=code&state=kakao"
}

Was this page helpful?