버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.
목차
minLevel1
maxLevel7
typeflat

...

 Please check the link below for the latest API.

(deprecated) /talk/voucher/create

Description

  • A request for a B2B exchange voucher is made.

  • Note

    • This API can be used only if there is a prior agreement with a Kakao PM.

    • This API is to be called from the server.

...

코드 블럭
HTTP/1.1 200 OK
Content-Type: application/json;charset=UTF-8
  
{
    "code": "0",
    "message": "발송처리 되었습니다."
}

 

...

 

(deprecated) /talk/emoticon/reward

Description

  • A request for a mission reward emoticon is sent out.

  • Note

    • This API can be used only if there is a prior agreement with a Kakao PM.

    • This API is to be called from the server.

...

코드 블럭
HTTP/1.1 200 OK
Content-Type: application/json;charset=UTF-8
  
{
    "msg": "OK",
    "code": 200
}

  

 

(deprecated) /talk/emoticon/send

Description 

A request to send brand emoticons. It is an API to send Kakao Friends emoticons only and cannot sent other emoticons.
Only games which have a prior agreement with Kakao to use Kakao Friends emoticons can use this API.

...