cURL
curl --request POST \ --url https://api.bland.ai/v1/memory/inbound/enable \ --header 'Content-Type: application/json' \ --header 'authorization: <authorization>' \ --data '{ "phone_number": "<string>" }'
{ "data": { "message": "Inbound number enabled successfully", "memory_id": "12345678-1234-1234-1234-123456789012" }, "errors": null }
Enable memory functionality for an existing inbound phone number.