Contact Secrets
Verify Contact Secret
Verify contact secret
post
/v1/contact/{contactId}/secret/{secretId}/verify
Authorization
ChatBotKit API Secret * Required
HTTP Authorization Scheme: bearer
Path Parameters
contactIdstring* Required
The ID of the contact the secret belongs to
secretIdstring* Required
The ID of the secret to be verified
Request Body * Required
Request Body Schema: application/json
import { ChatBotKit } from '@chatbotkit/sdk'
const cbk = new ChatBotKit({
secret: process.env.CHATBOTKIT_API_KEY!
})
const response = await cbk.contact.secret.verify(
contactId, secretId,{})
{"id":"string","status":"string","action":""}
The contact secret was verified successfully