Fetch Contact
Fetch contact
get
/v1/contact/{contactId}/fetch
Authorization
ChatBotKit API Secret * Required
HTTP Authorization Scheme: bearer
Path Parameters
contactIdstring* Required
The ID of the contact to retrieve
curl -X GET "https://api.chatbotkit.com/v1/contact/{contactId}/fetch" \-H "Authorization: Bearer $CHATBOTKIT_API_SECRET"
{"name":"string","description":"string","meta":"object","id":"string","createdAt":"number","updatedAt":"number","email":"string","phone":"string"}
The contact was retrieved successfully