List services
documentedList Serverless Services.
GET https://serverless.twilio.com/v1/ServicesServerlessno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://serverless.twilio.com/v1/Services?pageSize={{pageSize}}&page={{page}}&pageToken={{pageToken}}" \
-X GET \
-u "{{TWILIO_ACCOUNT_SID}}:{{TWILIO_AUTH_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/x-www-form-urlencoded"