[공지/Notice] 서비스 약관 동의 철회하기 API, 서비스 약관 동의 내역 확인하기 API v2 제공 / Revoke consent for service terms API, Retrieve consent details for service terms API v2 are released

안녕하세요, 카카오입니다.

카카오싱크 이용 서비스에서 사용자의 서비스 약관을 보다 편리하게 관리할 수 있도록, 약관 동의 철회하기 API를 신규 제공하고, 기존 동의한 약관 확인하기 API는 v2 버전(약관 동의 내역 확인하기)으로 업그레이드합니다.

서비스 약관 동의 내역 확인하기 API v2로 사용자의 약관 동의 철회 가능 여부를 알 수 있고, 서비스 약관 동의 철회하기 API로 동의 철회 처리 할 수 있습니다.

주의
카카오싱크 간편가입이 제공하는 서비스 약관의 조회, 동의, 동의 철회 관련 기능은 카카오가 아닌 서비스에 대한 사용자 의사표시를 위한 것입니다. 따라서, 서비스는 앱의 서비스 약관에 대한 관리와 사용 책임이 전적으로 서비스에 있음을 인지하고 피해가 발생하지 않도록 서비스 약관 주의사항을 준수해야 합니다.

제공 일시

  • 2023년 7월 13일(목)

기능 소개

  • 서비스 약관 동의 내역 확인하기 API v2

    • 앱에 설정된 카카오싱크 간편가입 서비스 약관 목록 확인
    • 사용자가 동의한 서비스 약관 및 동의 철회 가능 여부 확인
  • 서비스 약관 동의 철회하기 API

    • 사용자가 동의한 카카오싱크 간편가입 서비스 약관의 동의 철회
서비스 약관 동의 내역 확인하기 API v2 변경 사항
구분 v1 API v2 API
이름 동의한 약관 확인하기 약관 동의 내역 확인하기
URL /v1/user/service/terms /v2/user/service_terms
추가 응답 필드 - required(필수 서비스 약관 여부)
revocable(동의 철회 가능 여부)
service_terms(서비스 약관 목록)
변경 응답 필드 user_id(회원번호) id(회원번호)
삭제 응답 필드 - created_at(서비스 약관 등록 시각)
updated_at(서비스 약관 최종 변경 시각)
allowed_service_terms(사용자가 동의한 서비스 약관 목록)
app_service_terms(앱에 설정된 서비스 약관 목록)

Kakao SDK 지원 버전

  • JavaScript: 2.3.0
  • Android: 2.15.0
  • iOS: 2.16.0
  • Flutter: 1.5.0

주의
v2 API(서비스 약관 동의 내역 확인하기)를 지원하는 Android, iOS, Flutter SDK 버전은 기존 v1 API(동의한 약관 확인하기)를 호출할 수 없습니다. 기존 v1 함수가 v2로 대체되어, 호출 시 v2로 동작하는 것에 유의합니다.

필요한 조치

  • 서비스 약관 동의 내역 확인하기 API v1 사용 시, v2를 사용하도록 변경
서비스 약관 동의 내역 확인하기 API v1 제공 종료 일정
  • 2024년 1월 24일(수)

문서

언제나 더 좋은 서비스를 제공하기 위해 최선을 다하겠습니다.

감사합니다.



Hello. It’s Kakao.

To make it easier for you to manage your users’ Service Terms on Kakao Sync, we are releasing the Revoke consent for service terms API and upgrading the Retrieve consent details for service terms API to v2.

With the Retrieve consent details for service terms v2 API, you can check whether a user can revoke their consent to the Service Terms. With the Revoke consent for service terms API, you can process the revoke of consent.

Caution
The functions related to viewing, consenting, and revoking consent in the Service Terms provided by KakaoSync Simple Signup are for user expression to the service, not Kakao. Therefore, the service is solely responsible for the management and use of the app’s Service Terms, and must operate it so that no damage occurs.

Release date

  • July 13, 2023, Thursday

Introduction

  • Retrieve consent details for service terms API v2

    • View a Service Terms list of Kakao Sync Simple Signup set in the app.
    • Check which Service Terms users have agreed to and whether they can revoke their consent.
  • Revoke consent for service terms API

    • Revoke of Service Terms consent to the Kakao Sync Simple Signup that the user has agreed to.
Retrieve consent details for service terms API v2 changes
Item v1 API v2 API
Nams Retrieve user agreed terms Retrieve consent details for service terms
URL /v1/user/service/terms /v2/user/service_terms
Added response fields - required(Whether service terms is required)
revocable(Whether service terms is revocable)
service_terms(A list of service terms details)
Changed response fields user_id(User ID) id(User ID)
Deleted response fields - created_at(The time when the term was registered)
updated_at(The time when the term was modified)
allowed_service_terms(A list of service terms that a user has consented to.)
app_service_terms(A list of terms registered for an app)

Kakao SDK Supported Versions

  • JavaScript: 2.3.0 or higher
  • Android: 2.15.0 or higher
  • iOS: 2.16.0 or higher
  • Flutter: 1.5.0 or higher

Caution
Android, iOS, and Flutter SDK versions that support the Retrieve consent details for service terms API v2 will can not to request the old v1 API. Note that the old v1 functions have been replaced with v2 and behave as v2 when called.

Required Measures

  • When using Retrieve consent details for service terms API v1, change to using v2.
End of Support Date for Retrieve consent details for service terms API v1
  • January 24, 2024, Wednesday

We will always do our best to provide better service.

Thank you.

서비스 이용약관 철회 관련 문의 주신분들 멘션 드렸습니다.

이용자가 동의한 (선택)서비스약관의 경우 API를 이용하여 철회할 수 있도록 기능 제공하니 참고 부탁드립니다.

@emp.signin @sangha94 @syl

3개의 좋아요