curl --request POST \
--url https://api.cleartalk.ai/memory/inbound/enable \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"phone_number": "+1234567890"
}
'curl --request POST \
--url https://api.cleartalk.ai/memory/inbound/enable \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"phone_number": "+1234567890"
}
'API Key for authentication
The inbound phone number to enable memory functionality for. Must be an existing inbound number in your account.
"+1234567890"
Memory enabled for inbound number successfully