KakaoTalk Senders

Verify sender for project

Verifies sender with the OTP code received after triggering registration.
post/v1/projects/{projectId}/kakaotalk/senders/{plusFriendId}/verify

Path parameters

projectIdstring required

The unique ID of the project. You can find this on the <a href="https://dashboard.sinch.com/">Sinch Dashboard</a>.

plusFriendIdstring required

The unique ID of the sender.

Request body

codenumber required

Numeric code to verify the sender.

Example request

{
  "code": 123456
}

Response

Sender

idstring

The unique ID of the sender.

plusFriendIdstring required

PlusFriend ID

state'ACTIVE' | 'BLOCKED' | 'INACTIVE' | 'SUSPENDED' | 'VERIFYING'

The current state of the sender.

createdstring

The UTC Date Time in ISO 8601 for when the sender was created.

modifiedstring

The UTC Date Time in ISO 8601 for when the sender was last modified.