Fetch usecase

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://twilio.demo.bump-doc.com/doc/messaging/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"Messaging MCP server": {
  "url": "https://twilio.demo.bump-doc.com/doc/messaging/mcp"
}
Close
GET /v1/Services/Usecases

Use Case resource. Fetch possible use cases for a Messaging Service.

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
    • usecases array | null

      Human readable Messaging Service Use Case details

GET /v1/Services/Usecases
curl \
 --request GET 'https://messaging.twilio.com/v1/Services/Usecases' \
 --user "username:password"
Response examples (200)
{
  "usecases": []
}