Retrieve a list of all Verification Services for an account.
Retrieve a list of all Verification Services for an account.
GET
/v2/Services
curl \
--request GET 'https://verify.twilio.com/v2/Services' \
--user "username:password"
Response examples (200)
{
"meta": {
"key": "services",
"url": "https://verify.twilio.com/v2/Services?PageSize=50&Page=0",
"page": 0,
"page_size": 50,
"next_page_url": null,
"first_page_url": "https://verify.twilio.com/v2/Services?PageSize=50&Page=0",
"previous_page_url": null
},
"services": [
{
"sid": "VAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"url": "https://verify.twilio.com/v2/Services/VAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"push": {
"include_date": false,
"apn_credential_sid": null,
"fcm_credential_sid": null
},
"totp": {
"skew": null,
"issuer": null,
"time_step": null,
"code_length": null
},
"links": {
"entities": "https://verify.twilio.com/v2/Services/VAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Entities",
"webhooks": "https://verify.twilio.com/v2/Services/VAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Webhooks",
"rate_limits": "https://verify.twilio.com/v2/Services/VAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/RateLimits",
"access_tokens": "https://verify.twilio.com/v2/Services/VAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/AccessTokens",
"verifications": "https://verify.twilio.com/v2/Services/VAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Verifications",
"verification_checks": "https://verify.twilio.com/v2/Services/VAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/VerificationCheck",
"messaging_configurations": "https://verify.twilio.com/v2/Services/VAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/MessagingConfigurations"
},
"tts_name": "name",
"whatsapp": {
"from": null,
"msg_service_sid": null
},
"mailer_sid": "MDaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"code_length": 4,
"date_created": "2015-07-30T20:00:00Z",
"date_updated": "2015-07-30T20:00:00Z",
"psd2_enabled": false,
"friendly_name": "name",
"lookup_enabled": false,
"custom_code_enabled": true,
"dtmf_input_required": false,
"default_template_sid": "HJaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"skip_sms_to_landlines": false,
"do_not_share_warning_enabled": false,
"verify_event_subscription_enabled": false
}
]
}