Retrieve a list of all Services for Twilio Proxy. A maximum of 100 records will be returned per page.
Retrieve a list of all Services for Twilio Proxy. A maximum of 100 records will be returned per page.
GET
/v1/Services
curl \
--request GET 'https://proxy.twilio.com/v1/Services' \
--user "username:password"
Response examples (200)
{
"meta": {
"key": "services",
"url": "https://proxy.twilio.com/v1/Services?PageSize=50&Page=0",
"page": 0,
"page_size": 50,
"next_page_url": null,
"first_page_url": "https://proxy.twilio.com/v1/Services?PageSize=50&Page=0",
"previous_page_url": null
},
"services": []
}