Store
Create a Memory Store
Create a new Memory Store for the Twilio account. Accounts can have multiple memory stores, up to a maximum limit of 15. Each memory store will automatically provision other dependent resources as needed, including Conversational Intelligence capabilities.
post/v1/ControlPlane/Stores
Request body
Example request
{
"displayName": "sandbox",
"description": "A testing ground for development, training, and experimentation without affecting live user data"
}Response
Store creation accepted for async processing. Inspect the status URL for progress.
Example response
{
"message": "Memory Store creation accepted for processing."
}